xref: /titanic_51/usr/src/tools/codesign/creds (revision 23259b79afff8cc5e183c5be57e05120f378fa72)
1*23259b79Srotondo# CDDL HEADER START
2*23259b79Srotondo#
3*23259b79Srotondo# The contents of this file are subject to the terms of the
4*23259b79Srotondo# Common Development and Distribution License (the "License").
5*23259b79Srotondo# You may not use this file except in compliance with the License.
6*23259b79Srotondo#
7*23259b79Srotondo# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8*23259b79Srotondo# or http://www.opensolaris.org/os/licensing.
9*23259b79Srotondo# See the License for the specific language governing permissions
10*23259b79Srotondo# and limitations under the License.
11*23259b79Srotondo#
12*23259b79Srotondo# When distributing Covered Code, include this CDDL HEADER in each
13*23259b79Srotondo# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14*23259b79Srotondo# If applicable, add the following below this CDDL HEADER, with the
15*23259b79Srotondo# fields enclosed by brackets "[]" replaced with your own identifying
16*23259b79Srotondo# information: Portions Copyright [yyyy] [name of copyright owner]
17*23259b79Srotondo#
18*23259b79Srotondo# CDDL HEADER END
19*23259b79Srotondo#
20*23259b79Srotondo#
21*23259b79Srotondo# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
22*23259b79Srotondo# Use is subject to license terms.
23*23259b79Srotondo#
24*23259b79Srotondo# ident	"%Z%%M%	%I%	%E% SMI"
25*23259b79Srotondo#
26*23259b79Srotondo# The following is a list of regular expressions that are matched against
27*23259b79Srotondo# the (temporary) signature on a crypto module created during the build
28*23259b79Srotondo# process. The first regular expression that matches is used to select the
29*23259b79Srotondo# signing credential to use for the file.
30*23259b79Srotondo#
31*23259b79Srotondo# Order is important: Files marked UsageLimited will also match the
32*23259b79Srotondo# "Solaris Cryptographic Framework" entry.
33*23259b79Srotondo#
34*23259b79Srotondo# Credential name	Regular expression
35*23259b79Srotondo# ---------------	------------------
36*23259b79SrotondoCryptoLimited_v2        UsageLimited
37*23259b79SrotondoCrypto_v2               Solaris Cryptographic Framework
38