5434N/A#
5434N/A# Configuration file to allow the SunPKCS11 provider to utilize
5434N/A# the Solaris Cryptographic Framework, if it is available
5434N/A#
5434N/A# This is a temporary file only for testing. It does not contain the
5434N/A# normal disabled PKCS11 mechanisms that we will use for this test.
5434N/A#
5434N/A
5434N/Aname = MyProvider
5434N/A
5434N/Adescription = SunPKCS11 accessing Solaris Cryptographic Framework
5434N/A
5434N/Alibrary = /usr/lib/$ISA/libpkcs11.so
5434N/A
5434N/AhandleStartupErrors = ignoreAll
5434N/A
5434N/Aattributes = compatibility
5434N/A
5434N/AdisabledMechanisms = {
5434N/A CKM_MD2
5434N/A}