13824Srotondo# CDDL HEADER START 23824Srotondo# 33824Srotondo# The contents of this file are subject to the terms of the 43824Srotondo# Common Development and Distribution License (the "License"). 53824Srotondo# You may not use this file except in compliance with the License. 63824Srotondo# 73824Srotondo# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 83824Srotondo# or http://www.opensolaris.org/os/licensing. 93824Srotondo# See the License for the specific language governing permissions 103824Srotondo# and limitations under the License. 113824Srotondo# 123824Srotondo# When distributing Covered Code, include this CDDL HEADER in each 133824Srotondo# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 143824Srotondo# If applicable, add the following below this CDDL HEADER, with the 153824Srotondo# fields enclosed by brackets "[]" replaced with your own identifying 163824Srotondo# information: Portions Copyright [yyyy] [name of copyright owner] 173824Srotondo# 183824Srotondo# CDDL HEADER END 193824Srotondo# 203824Srotondo# 21*12304SValerie.Fenwick@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 223824Srotondo# 233824Srotondo# The following is a list of regular expressions that are matched against 243824Srotondo# the (temporary) signature on a crypto module created during the build 253824Srotondo# process. The first regular expression that matches is used to select the 263824Srotondo# signing credential to use for the file. 273824Srotondo# 283824Srotondo# Credential name Regular expression 293824Srotondo# --------------- ------------------ 303824SrotondoCrypto_v2 Solaris Cryptographic Framework 31