Name Date Size

.. 2012-09-27 22:35:35 11

amd64 2012-09-27 22:35:35 3

common 2012-09-27 22:35:35 4

Makefile 2012-09-27 22:35:35 1.2 KiB

Makefile.com 2012-09-27 22:35:35 1.2 KiB

README 2012-09-27 22:35:35 1.3 KiB

sparcv9 2012-09-27 22:35:35 3

README

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
#
This is a filter library that's used exclusively by kcfd;
it's 64-bit-only because kcfd is 64-bit-only.
libkcfd forces interposition of pkcs11_softtoken.so.1 into libkmf
when used by kcfd as part of the Cryptographic Framework's FIPS-140
project, to ensure that only pkcs11_softtoken.so.1 is used for
validation of the FIPS-140 boundary.
libelfsign could not be the interposer, because it would prevent
the elfsign(1) command from accessing actual PKCS#11 tokens when using
the -T option.