123259b79Srotondo# CDDL HEADER START 223259b79Srotondo# 323259b79Srotondo# The contents of this file are subject to the terms of the 423259b79Srotondo# Common Development and Distribution License (the "License"). 523259b79Srotondo# You may not use this file except in compliance with the License. 623259b79Srotondo# 723259b79Srotondo# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 823259b79Srotondo# or http://www.opensolaris.org/os/licensing. 923259b79Srotondo# See the License for the specific language governing permissions 1023259b79Srotondo# and limitations under the License. 1123259b79Srotondo# 1223259b79Srotondo# When distributing Covered Code, include this CDDL HEADER in each 1323259b79Srotondo# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1423259b79Srotondo# If applicable, add the following below this CDDL HEADER, with the 1523259b79Srotondo# fields enclosed by brackets "[]" replaced with your own identifying 1623259b79Srotondo# information: Portions Copyright [yyyy] [name of copyright owner] 1723259b79Srotondo# 1823259b79Srotondo# CDDL HEADER END 1923259b79Srotondo# 2023259b79Srotondo# 21*9b009fc1SValerie Bubb Fenwick# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 2223259b79Srotondo# 2323259b79Srotondo# The following is a list of regular expressions that are matched against 2423259b79Srotondo# the (temporary) signature on a crypto module created during the build 2523259b79Srotondo# process. The first regular expression that matches is used to select the 2623259b79Srotondo# signing credential to use for the file. 2723259b79Srotondo# 2823259b79Srotondo# Credential name Regular expression 2923259b79Srotondo# --------------- ------------------ 3023259b79SrotondoCrypto_v2 Solaris Cryptographic Framework 31