jdk/src/share/lib/security/sunpkcs11-solaris.cfg
author valeriep
Fri, 29 Apr 2011 13:31:13 -0700
changeset 9539 e35e3b92c340
parent 7268 4e3088f05c63
child 10781 f8a00c400655
permissions -rw-r--r--
7036252: sunpkcs11-solaris.cfg needs a review Summary: Updated the disabled mechanisms section since Solaris bug 6306708 has been fixed. Reviewed-by: mullan
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# Configuration file to allow the SunPKCS11 provider to utilize
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# the Solaris Cryptographic Framework, if it is available
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
name = Solaris
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
description = SunPKCS11 accessing Solaris Cryptographic Framework
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
library = /usr/lib/$ISA/libpkcs11.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
handleStartupErrors = ignoreAll
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
attributes = compatibility
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
disabledMechanisms = {
9539
e35e3b92c340 7036252: sunpkcs11-solaris.cfg needs a review
valeriep
parents: 7268
diff changeset
    17
# the following mechanisms are disabled due to lack of digest cloning support
e35e3b92c340 7036252: sunpkcs11-solaris.cfg needs a review
valeriep
parents: 7268
diff changeset
    18
# need to fix 6414899 first
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
  CKM_MD2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
  CKM_MD5
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
  CKM_SHA_1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
  CKM_SHA256
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
  CKM_SHA384
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
  CKM_SHA512
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
  CKM_DSA_KEY_PAIR_GEN
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# the following mechanisms are disabled due to performance issues (Solaris bug 6337157)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
  CKM_DSA_SHA1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
  CKM_MD5_RSA_PKCS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
  CKM_SHA1_RSA_PKCS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
  CKM_SHA256_RSA_PKCS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
  CKM_SHA384_RSA_PKCS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
  CKM_SHA512_RSA_PKCS
7268
4e3088f05c63 6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
valeriep
parents: 2
diff changeset
    33
# the following mechanisms are disabled to ensure backward compatibility (Solaris bug 6545046)
4e3088f05c63 6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
valeriep
parents: 2
diff changeset
    34
  CKM_DES_CBC_PAD
4e3088f05c63 6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
valeriep
parents: 2
diff changeset
    35
  CKM_DES3_CBC_PAD
4e3088f05c63 6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
valeriep
parents: 2
diff changeset
    36
  CKM_AES_CBC_PAD
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38