summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/des/des_crypt.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-1910783 des: NULL pointer errorsToomas Soome1-2/+2
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Dan McDonald <danmcd@joyent.com>
2013-07-293882 Remove xmod & friendsJosef 'Jeff' Sipek1-68/+0
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-09-126 Need open kcfdGarrett D'Amore1-19/+2
Reviewed by: gwr@nexenta.com, richlowe@richlowe.net, matt@greenviolet.net Approved by: richlowe@richlowe.net
2010-02-236849769 crypto modules _init: crypto_register_provider() failed during shutdownAnthony Scarpino1-7/+4
6885135 assertion failed: kcf_dh != NULL 6907099 module load/unload errors could be a little less techie and ominous
2009-10-07PSARC/2009/447 Kernel Cryptographic Framework support for FIPS 140-2Anthony Scarpino1-2/+11
6703950 Solaris cryptographic framework needs to implement changes for FIPS-140-2 compliance
2009-09-11PSARC 2009/347 cryptoadm(1M) enhancement for FIPS-140 modeHai-May Chao1-12/+13
6787364 Administration and policy configuration changes to support FIPS 140-2 6867384 Solaris Crypto Framework needs to implement self tests for FIPS 140-2 compliance
2009-09-026786946 kcf should check the key sizes before passing a job to a providerVladimir Kotal1-11/+11
6831413 multiple SCF providers advertise wrong boundaries for CKM_DES3_{CBC,ECB}{,_PAD} key lengths
2008-07-246559619 Enhance n2cp to support CCM modemcpowers1-301/+88
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
2007-09-176560793 crypto modules should not use SCCS keywords in user-visible stringsmcpowers1-4/+6
6598279 AES provider has incorrect definition for CK_AES_CTR_PARAMS 6601271 C_Verify() must pass CKA_EC_PARAMS to HW providers 6603350 CK_*_PARAMS definitions should be in <sys/crypto/common.h>
2006-07-256439285 kernel des3 fails to return corrected key when all 3 parts of the ↵izick1-5/+6
key are identical
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+1448