summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11skey.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'CAMINO_1_0_1_MINIBRANCH'THUNDERBIRD_1_5_0_2_RELEASETHUNDERBIRD_1_5_0_2_RC2THUNDERBIRD_1_5_0_2_RC1SEAMONKEY_1_0_1_RELEASEMOZILLA_1_8_0_3_RELEASEFIREFOX_1_5_0_3_RELEASEFIREFOX_1_5_0_2_RELEASEFIREFOX_1_5_0_2_RC2FIREFOX_1_5_0_2_RC1CAMINO_1_0_1_RELEASEcvs2hg2006-02-241-11/+133
* Bugzilla bug 288657: fixed the bug that pk11_AnyUnwrapKey returns awtchang%redhat.com2005-04-011-5/+8
* Bugzilla Bug 286439: Removed PKCS11_USE_THREADS and PK11_USE_THREADS.wtchang%redhat.com2005-03-281-4/+4
* Got rid of extraneous ^M characters at some line endings.wtchang%redhat.com2005-03-171-10/+10
* Bugzilla Bug 286302: made PK11_CreateSymKey static and renamed itwtchang%redhat.com2005-03-161-10/+10
* Bugzilla Bug 286313: code cleanup: use PORT_New and PORT_ZNew to allocatewtchang%redhat.com2005-03-161-5/+3
* Bugzilla Bug 286313: pk11_getKeyFromList can call PORT_Alloc instead ofwtchang%redhat.com2005-03-161-1/+2
* Eliminate one cause of double-deletes of PKCS11 keys and sessions.nelsonb%netscape.com2005-03-151-3/+10
* Fix for 269581 - cache the value of CKA_PRIVATE on private keys to avoid unne...julien.pierre.bugs%sun.com2005-02-241-3/+3
* refactor pk11util, splitting large single files down to a managable size.relyea%netscape.com2004-07-191-4040/+78
* Bug 244914, 244907 r=nelsonbrelyea%netscape.com2004-06-211-8/+250
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-35/+35
* Bug 239827: Fix race condition in unwrap private key (if target key is symetr...relyea%netscape.com2004-04-071-1/+8
* Fix for 235874 - crash in PK11_DigestKey . r=wtc, nelsonbjpierre%netscape.com2004-03-031-0/+5
* Move an extern function declaration to the header file where it belongs.nelsonb%netscape.com2004-01-221-4/+0
* Rename PK11_PubDeriveExtended to PK11_PubDeriveWithKDFjpierre%netscape.com2004-01-081-1/+1
* Declare the argument to SECKEY_ECParamsToKeySize as const.wchang0222%aol.com2003-12-231-1/+1
* Renamed SECKEY_ECParams2KeySize as SECKEY_ECParamsToKeySize. Do not exportwchang0222%aol.com2003-12-221-2/+2
* Made wincx the last argument of PK11_PubDeriveExtended. r=relyea.wchang0222%aol.com2003-12-191-2/+2
* PK11_MoveKey was renamed PK11_MoveSymKey. r=relyea.wchang0222%aol.com2003-12-191-1/+1
* fixup commit for tag 'FIREFOX_0_8_RELEASE'FIREFOX_0_8_RELEASEcvs2hg2003-11-241-2/+10
* Changes for symkey support.relyea%netscape.com2003-11-141-18/+33
* Bugzilla bug 223624: declare pk11_FindAttrInTemplate before it is used.wchang0222%aol.com2003-10-251-0/+3
* 221067 NSS needs to be able to create token symkeys from unwrap and derive.relyea%netscape.com2003-10-181-56/+181
* ECC code landing.ian.mcgreer%sun.com2003-10-171-6/+185
* Eliminate one of several redundant OID table lookups. Bug 207033.nelsonb%netscape.com2003-10-071-2/+2
* Create new function SECKEYEncryptedPrivateKeyInfo which is just likenelsonb%netscape.com2003-10-071-36/+57
* Bug 220963: need to handle the possibility that symKey may be NULL beforewtc%netscape.com2003-10-011-1/+1
* Fix typojpierre%netscape.com2003-09-251-1/+1
* Fix from Ian to address Bugzilla bug 202179.wtc%netscape.com2003-08-121-0/+11
* Bug 210660: backed out the main change in the fix for bug 145322 becausewtc%netscape.com2003-06-271-22/+7
* bug 198452, zero-byte memcpysian.mcgreer%sun.com2003-04-171-2/+13
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-271-2/+159
* Sign 3 sets of changes are here:relyea%netscape.com2003-01-281-2/+17
* Set the size value when extracting a key 19011.relyea%netscape.com2003-01-231-2/+12
* Bug 189546: updated the comments to reflect what the new code does.wtc%netscape.com2003-01-221-3/+1
* Bug 189546: moved the switch statement for known key lengths to thewtc%netscape.com2003-01-221-20/+24
* Bug 189345: we incorrectly assumed that a C_XxxFinal call to determine thewtc%netscape.com2003-01-211-4/+14
* Bug 198364. Tokens keys do not own their handles. Don't let the keyrelyea%netscape.com2003-01-181-0/+1
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-121-7/+5
* Make sure the array is big enough to handle all the cases.relyea%netscape.com2002-10-231-1/+1
* Fix 128172: function to convert a session key to a token key.nicolson%netscape.com2002-09-281-0/+59
* Fix memory leak mozbug 165655, r=wtcrelyea%netscape.com2002-09-201-0/+3
* Add pubwrap with flagsrelyea%netscape.com2002-08-221-0/+20
* Bug 142172relyea%netscape.com2002-08-191-5/+35
* Initialize type fields to supress purify uninitialized reference warnings.relyea%netscape.com2002-06-281-0/+1
* Initialize type field to clear off purify warnings.relyea%netscape.com2002-06-251-0/+1
* missed part of last patch (bug 145322)ian.mcgreer%sun.com2002-06-191-3/+7
* bug 145322, second patch, clean up pk11_saveContextHelperian.mcgreer%sun.com2002-06-191-48/+36
* bug 145322, reduce the number of PKCS#11 sessions used in SSL connections, im...ian.mcgreer%sun.com2002-06-191-13/+67