summaryrefslogtreecommitdiff
path: root/usr/src/common/crypto/rsa/rsa_impl.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-293882 Remove xmod & friendsJosef 'Jeff' Sipek1-26/+0
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-06-076875651 move asymmetric crypto to libsoftcryptoDina K Nimeh1-105/+440
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-05-046820466 CKA_PUBLIC_EXPONENT is inconsistently optional for C_GenerateKeyPair ↵Dina K Nimeh1-0/+1
for RSA keys 6820888 CKA_MODULUS_BITS attribute is sometimes missing in pkcs11_softtoken
2009-03-206666204 meta slot opens and closes /dev/urandom needlessly for every readDina K Nimeh1-4/+5
6722460 finish moving /dev/random and /dev/urandom seeding and usage to libcryptoutil
2008-05-066494306 need single source for bignum codefr412791-6/+7
--HG-- rename : usr/src/uts/sun4u/rsa/Makefile => deleted_files/usr/src/uts/sun4u/rsa/Makefile rename : usr/src/uts/sun4u/rsa/mont_mulf.s => usr/src/common/bignum/sun4u/mont_mulf_kernel_v9.s rename : usr/src/uts/intel/rsa/Makefile.32 => usr/src/uts/intel/bignum/Makefile.32 rename : usr/src/uts/intel/rsa/Makefile.64 => usr/src/uts/intel/bignum/Makefile.64
2005-11-096331488 OID with NO parameter for RSA sigs using SHA-1 missing from softtokenizick1-0/+3
6336131 CKM_TLS_PRF support 6336150 gcc and softMAC.c don't get along anymore 6347073 kcf missing some rsa mechs
2005-10-11PSARC 2005/572 PKCS#11 v2.20izick1-2/+17
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/+305