10Sstevel@tonic-gate# 20Sstevel@tonic-gate# CDDL HEADER START 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# The contents of this file are subject to the terms of the 5*10346Swyllys.ingersoll@sun.com# Common Development and Distribution License (the "License"). 6*10346Swyllys.ingersoll@sun.com# You may not use this file except in compliance with the License. 70Sstevel@tonic-gate# 80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 100Sstevel@tonic-gate# See the License for the specific language governing permissions 110Sstevel@tonic-gate# and limitations under the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 180Sstevel@tonic-gate# 190Sstevel@tonic-gate# CDDL HEADER END 200Sstevel@tonic-gate# 21*10346Swyllys.ingersoll@sun.com# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 220Sstevel@tonic-gate# Use is subject to license terms. 230Sstevel@tonic-gate# 240Sstevel@tonic-gate# /etc/crypto/pkcs11.conf 250Sstevel@tonic-gate# 260Sstevel@tonic-gate# Do NOT edit this file by hand. An administrator should use cryptoadm(1m) 270Sstevel@tonic-gate# to administer the cryptographic framework. A developer for a user-level 280Sstevel@tonic-gate# cryptographic provider package should provide an input file and use the 290Sstevel@tonic-gate# {i,r}.pkcs11conf class action scripts to update this file during the 300Sstevel@tonic-gate# installation and removal of the package. 310Sstevel@tonic-gate# 320Sstevel@tonic-gate# This document does not constitute an API. The /etc/crypto/pkcs11.conf file 330Sstevel@tonic-gate# may not exist or may have a different content or interpretation in a future 340Sstevel@tonic-gate# release. The existence of this notice does not imply that any other 350Sstevel@tonic-gate# documentation that lacks this notice constitutes an API. 360Sstevel@tonic-gate# 370Sstevel@tonic-gate# 380Sstevel@tonic-gate# Start SUNWcsr 390Sstevel@tonic-gatemetaslot:metaslot_status=enabled;metaslot_auto_key_migrate=enabled;metaslot_token=Sun Software PKCS#11 softtoken;metaslot_slot=Sun Crypto Softtoken 400Sstevel@tonic-gate/usr/lib/security/$ISA/pkcs11_kernel.so 410Sstevel@tonic-gate/usr/lib/security/$ISA/pkcs11_softtoken.so 42*10346Swyllys.ingersoll@sun.com/usr/lib/security/$ISA/pkcs11_tpm.so 430Sstevel@tonic-gate# End SUNWcsr 44