summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/pkcs11c.c
Commit message (Expand)AuthorAgeFilesLines
* Sync the MOZILLA_1_8_BRANCH with the NSS_3_11_20060520_TAG to pick up fixesFIREFOX_2_0a3_RELEASEwtchang%redhat.com2006-05-211-1/+4
* Bugzilla Bug 337770: upgraded the NSS version on the MOZILLA_1_8_BRANCH towtchang%redhat.com2006-05-151-124/+250
* Bugzilla Bug 317620: upgraded the NSS version on the MOZILLA_1_8_BRANCH towtchang%redhat.com2006-02-031-24/+313
* Rename all internal private softoken functions types and symbols fromnelsonb%netscape.com2005-03-291-767/+767
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-34/+34
* Bugzilla bug 90906: removed unused variable 'size'. The patch is fromwchang0222%aol.com2004-04-211-1/+0
* fixup commit for tag 'MOZILLA_1_7a_RELEASE'MOZILLA_1_7a_RELEASEcvs2hg2004-02-111-23/+10
* Removed an extraneous character (`) after #endif.wchang0222%aol.com2003-11-151-1/+1
* Repair error case for DH code in previous patch.relyea%netscape.com2003-11-071-6/+4
* Verify Parameters from the user before passing it on to freebl. r=nelsonrelyea%netscape.com2003-11-071-9/+68
* Require DES, DES2 and DES3 keys to have correct length in all cases.nelsonb%netscape.com2003-10-251-11/+23
* ECC code landing.ian.mcgreer%sun.com2003-10-171-27/+121
* Bug 191467relyea%netscape.com2003-10-101-2/+0
* Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,wtc%netscape.com2003-05-301-0/+1
* bug 198452, zero-byte memcpysian.mcgreer%sun.com2003-04-171-4/+10
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-271-2/+241
* Move the implementation of the TLS Pseudo Random Function (PRF) fromnelsonb%netscape.com2003-02-071-287/+0
* Check bug 188856 into the tip.relyea%netscape.com2003-01-311-17/+24
* Implement new AES Key Wrap mechanisms. Bug 167818.nelsonb%netscape.com2003-01-221-5/+29
* When wrapping secret keys with an unpadded block cipher, null padd the keysnelsonb%netscape.com2003-01-171-42/+118
* Fix incorrect usage of QuickDER . See bug 160805 comment 16jpierre%netscape.com2003-01-161-10/+1
* Enforce that softoken's mechanisms are used only with the PKCS 11nelsonb%netscape.com2003-01-161-4/+10
* Remove the implementation of CKM_KEY_WRAP_LYNKS from softoken.nelsonb%netscape.com2003-01-161-87/+0
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-121-190/+109
* Fix padding value.relyea%netscape.com2002-12-061-2/+3
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-3/+3
* Fix for 160805 . Make a copy of items into the arena before calling SEC_Quick...jpierre%netscape.com2002-08-311-1/+10
* Convert slow SEC_ASN1DecodeItem calls to SEC_QuickDERDecodeItem where possibl...jpierre%netscape.com2002-08-241-3/+3
* Bug 148220: implements FIPS 198 conformance. r=relyea.wtc%netscape.com2002-08-071-14/+31
|\
| * fixup commit for tag 'JSS_3_2_RTM'JSS_3_2_RTMcvs2hg2002-08-071-5350/+0
|/
* Checking in riceman+bmo@mail.rit.edu's patch for bug 133702bishakhabanerjee%netscape.com2002-07-301-0/+1
* bug 150704, PK11_Finalize can crash because softoken does not implement C_XXX...ian.mcgreer%sun.com2002-06-191-12/+78
* Return public and private keys in the order specified by the PKCS #11 spec.relyea%netscape.com2002-06-101-2/+2
* Implement PKCS #11 2.11 DSA PQG Parameter generation.relyea%netscape.com2002-03-021-5/+86
* bug 125359, by default the ASN.1 en/decoder should treat all numbers as signe...ian.mcgreer%sun.com2002-02-211-0/+6
* unfortunately, the SDR key keeps the value of CK_KEY_TYPE in the coefficient ...ian.mcgreer%sun.com2002-01-161-0/+5196
|\
* | fixup commit for tag 'DBM_USING_NSPR_BASE'DBM_USING_NSPR_BASEcvs2hg2002-01-161-5185/+0
|/
* fix up problems in last changeian.mcgreer%sun.com2002-01-161-3/+8
* revert last change, and move conversion of attribute value to host long up to...ian.mcgreer%sun.com2002-01-151-1/+8
* Fix Bug 115657.relyea%netscape.com2001-12-191-5/+1
* Fix several memory leaks.relyea%netscape.com2001-11-301-4/+7
* fix pbe gen bugsian.mcgreer%sun.com2001-11-081-1/+2
* Fixes to make pkcs12 work correctly:relyea%netscape.com2001-11-081-3/+8
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-547/+261
* 1) Fix Solaris, AIX, HP, and Linux warnings. Several were potential realrelyea%netscape.com2001-09-201-107/+27
* Generate larger block of key material correctly for SSL3 as well as TLS.nelsonb%netscape.com2001-09-201-1/+11
* Increase the amount of key material derived from the master secret to thatnelsonb%netscape.com2001-09-201-1/+1
* Fix pk11_DecryptInit for AES. It was telling AES to encrypt, not decrypt.nelsonb%netscape.com2001-09-201-1/+1
* fix unitialized key_type variable. Add asserts to it doesn't happen again.wtc%netscape.com2001-08-181-1/+6
* clean up patch based on wtc reviewmcgreer%netscape.com2001-08-131-16/+16