summaryrefslogtreecommitdiff
path: root/usr/src/lib/pkcs11/pkcs11_softtoken/common/softEncryptUtil.c
AgeCommit message (Collapse)AuthorFilesLines
2018-10-05OS-6576 Add CCM and GCM mode support to AES in pkcs11_softtokenJason King1-284/+27
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2018-05-08OS-6325 PKCS#11 softtoken should use explicit_bzeroJason King1-37/+31
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-305869 Need AES CMAC support in KCF+PKCS11Matt Barden1-18/+72
Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2010-06-076875651 move asymmetric crypto to libsoftcryptoDina K Nimeh1-12/+4
6816864 collect together padding methods used by PKCS#11 6917508 bignum library needs big random number function 6249983 softtoken based RSA/DSA slow on Niagara 6917506 arcfour lint check missing from usr/src/uts/sun4v/Makefile 6917513 move softFipsDSAUtil.c to common/crypto/fips/fips_dsa_util.c 6834849 dsa_sign() produces invalid signature when pkcs11 engine is used via openssl(1) for certain keys
2009-08-106859220 pkcs11_softoken.so crashes in RC4 when doing a java benchmarkZdenek Kotala1-4/+5
2008-07-246559619 Enhance n2cp to support CCM modemcpowers1-7/+80
6637487 put algorithm mode code and other common code into kcf module 6648214 need CKM_AES_CTR for softtoken --HG-- rename : usr/src/common/crypto/aes/aes_cbc_crypt.c => deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.c rename : usr/src/common/crypto/aes/aes_cbc_crypt.h => deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.h rename : usr/src/common/crypto/blowfish/blowfish_cbc_crypt.c => deleted_files/usr/src/common/crypto/blowfish/blowfish_cbc_crypt.c rename : usr/src/common/crypto/blowfish/blowfish_cbc_crypt.h => deleted_files/usr/src/common/crypto/blowfish/blowfish_cbc_crypt.h rename : usr/src/common/crypto/des/des_cbc_crypt.c => deleted_files/usr/src/common/crypto/des/des_cbc_crypt.c rename : usr/src/common/crypto/des/des_cbc_crypt.h => deleted_files/usr/src/common/crypto/des/des_cbc_crypt.h
2006-10-176464106 contexts and key schedules might not be cleared all the timeizick1-0/+11
6480958 "Keystore version failure" warning message should be moved to LOG_DEBUG
2006-09-216242993 crypto operations on zero byte input data should set output len ↵dinak1-22/+31
correctly
2005-10-11PSARC 2005/572 PKCS#11 v2.20izick1-0/+99
4920408 PKCS#11 v2.20 support for the Crypto Framework 6287425 residual bzero's in hmac part of sha2 6287428 add sha2 to the i.kcfconfbase upgrade script
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+776