diff options
author | mcpowers <none@none> | 2007-12-14 20:19:45 -0800 |
---|---|---|
committer | mcpowers <none@none> | 2007-12-14 20:19:45 -0800 |
commit | f9fbec18f5b458b560ecf45d3db8e8bd56bf6942 (patch) | |
tree | f9e626dd6ba74277192956e941fca51c2cb44a5b /usr/src/cmd/cmd-crypto | |
parent | cd37da7426f0c49c14ad9a8a07638ca971477566 (diff) | |
download | illumos-joyent-f9fbec18f5b458b560ecf45d3db8e8bd56bf6942.tar.gz |
PSARC 2007/446 Elliptic-Curve Cryptography for Solaris
5066901 Offer the PKCS#11 Elliptic Curve based mechanisms in Solaris
6562402 kernel software provider for Elliptic Curve mechanisms
Diffstat (limited to 'usr/src/cmd/cmd-crypto')
-rw-r--r-- | usr/src/cmd/cmd-crypto/etc/kcf.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/cmd-crypto/etc/kcf.conf b/usr/src/cmd/cmd-crypto/etc/kcf.conf index 95d2cb7bcb..365f278319 100644 --- a/usr/src/cmd/cmd-crypto/etc/kcf.conf +++ b/usr/src/cmd/cmd-crypto/etc/kcf.conf @@ -44,6 +44,7 @@ des:supportedlist=CKM_DES_CBC,CKM_DES_ECB,CKM_DES3_CBC,CKM_DES3_ECB aes:supportedlist=CKM_AES_ECB,CKM_AES_CBC,CKM_AES_CTR arcfour:supportedlist=CKM_RC4 blowfish:supportedlist=CKM_BLOWFISH_ECB,CKM_BLOWFISH_CBC +ecc:supportedlist=CKM_EC_KEY_PAIR_GEN,CKM_ECDH1_DERIVE,CKM_ECDSA,CKM_ECDSA_SHA1 sha1:supportedlist=CKM_SHA_1,CKM_SHA_1_HMAC_GENERAL,CKM_SHA_1_HMAC sha2:supportedlist=CKM_SHA256,CKM_SHA256_HMAC,CKM_SHA256_HMAC_GENERAL,CKM_SHA384,CKM_SHA384_HMAC,CKM_SHA384_HMAC_GENERAL,CKM_SHA512,CKM_SHA512_HMAC,CKM_SHA512_HMAC_GENERAL md4:supportedlist=CKM_MD4 |