1*10123SValerie.Fenwick@Sun.COM# 2*10123SValerie.Fenwick@Sun.COM# CDDL HEADER START 3*10123SValerie.Fenwick@Sun.COM# 4*10123SValerie.Fenwick@Sun.COM# The contents of this file are subject to the terms of the 5*10123SValerie.Fenwick@Sun.COM# Common Development and Distribution License (the "License"). 6*10123SValerie.Fenwick@Sun.COM# You may not use this file except in compliance with the License. 7*10123SValerie.Fenwick@Sun.COM# 8*10123SValerie.Fenwick@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*10123SValerie.Fenwick@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*10123SValerie.Fenwick@Sun.COM# See the License for the specific language governing permissions 11*10123SValerie.Fenwick@Sun.COM# and limitations under the License. 12*10123SValerie.Fenwick@Sun.COM# 13*10123SValerie.Fenwick@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*10123SValerie.Fenwick@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*10123SValerie.Fenwick@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*10123SValerie.Fenwick@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*10123SValerie.Fenwick@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*10123SValerie.Fenwick@Sun.COM# 19*10123SValerie.Fenwick@Sun.COM# CDDL HEADER END 20*10123SValerie.Fenwick@Sun.COM# 21*10123SValerie.Fenwick@Sun.COM 22*10123SValerie.Fenwick@Sun.COM# 23*10123SValerie.Fenwick@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 24*10123SValerie.Fenwick@Sun.COM# Use is subject to license terms. 25*10123SValerie.Fenwick@Sun.COM# 26*10123SValerie.Fenwick@Sun.COM 27*10123SValerie.Fenwick@Sun.COMThis is a filter library that's used exclusively by kcfd; 28*10123SValerie.Fenwick@Sun.COMit's 32-bit-only because kcfd is 32-bit-only. 29*10123SValerie.Fenwick@Sun.COM 30*10123SValerie.Fenwick@Sun.COMlibkcfd forces interposition of pkcs11_softtoken.so.1 into libkmf 31*10123SValerie.Fenwick@Sun.COMwhen used by kcfd as part of the Cryptographic Framework's FIPS-140 32*10123SValerie.Fenwick@Sun.COMproject, to ensure that only pkcs11_softtoken.so.1 is used for 33*10123SValerie.Fenwick@Sun.COMvalidation of the FIPS-140 boundary. 34*10123SValerie.Fenwick@Sun.COM 35*10123SValerie.Fenwick@Sun.COMlibelfsign could not be the interposer, because it would prevent 36*10123SValerie.Fenwick@Sun.COMthe elfsign(1) command from accessing actual PKCS#11 tokens when using 37*10123SValerie.Fenwick@Sun.COMthe -T option. 38