summaryrefslogtreecommitdiff
path: root/security/nss/lib/cryptohi/seckey.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO180_20071210_RELBRANCH'cvs2hg2007-01-171-117/+300
* Bugzilla Bug 305835: removed NSS_ENABLE_ECC ifdefs under nss/lib exceptwtchang%redhat.com2005-09-021-14/+0
* Bugzilla Bug 302663: SECKEY_CopySubjectPublicKeyInfo needs to copy thewtchang%redhat.com2005-08-021-2/+14
* Fix for 269581 - cache the value of CKA_PRIVATE on private keys to avoid unne...julien.pierre.bugs%sun.com2005-02-241-0/+20
* Fix for 178895 - QuickDER optimizations. r=relyeajpierre%netscape.com2004-06-051-94/+127
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-35/+35
* fixup commit for tag 'MOZILLA_1_7a_RELEASE'MOZILLA_1_7a_RELEASEcvs2hg2004-02-111-3/+12
* 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-3/+3
* ECC code landing.ian.mcgreer%sun.com2003-10-171-68/+31
* Fix bug 213084. Detect when cert in signature cannot be imported.nelsonb%netscape.com2003-07-311-9/+17
* Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,wtc%netscape.com2003-05-301-1/+0
* Changes to enable ECC over characteristic 2^m fields.nelsonb%netscape.com2003-03-291-23/+104
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-271-3/+209
* Fix for bug 95311 - copy the DER input key to the arena, and free the arena u...jpierre%netscape.com2002-10-291-3/+16
* Use QuickDER to decode DER public key. Bug #95311jpierre%netscape.com2002-10-291-4/+7
* Fix for 160805 . Make a copy of items into the arena before calling SEC_Quick...jpierre%netscape.com2002-08-311-15/+50
* Convert slow SEC_ASN1DecodeItem calls to SEC_QuickDERDecodeItem where possibl...jpierre%netscape.com2002-08-241-11/+11
* Checking in riceman+bmo@mail.rit.edu's patch for bug 133702bishakhabanerjee%netscape.com2002-07-301-0/+1
* bug 125359, by default the ASN.1 en/decoder should treat all numbers as signe...ian.mcgreer%sun.com2002-02-211-0/+55
* Bug 117978: accessor functions to all JCE keystore API to be implemented.relyea%netscape.com2002-02-031-4/+89
* Fix 113301: SECKEY_ImportDERPublicKey should support all public key types.nicolson%netscape.com2001-12-101-9/+16
* changes for PSM to compile against NSS shared libraries.relyea%netscape.com2001-11-211-0/+1
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-4/+4
* Add a few new OIDs for AES and one old semi-bogus OID for DSA. 55048.nelsonb%netscape.com2001-09-251-4/+7
* 1) fix compilier warnings on AIX, Solaris, HP, and Linux.relyea%netscape.com2001-09-201-23/+23
* Fix 95666: ImportDERPublicKey assigns CK_KEY_TYPE to pubkey->type.nicolson%netscape.com2001-09-101-2/+2
* Fix a crash. An attempt to move a sensitive key longer than 48 bytesnelsonb%netscape.com2001-09-061-8/+18
* Fix bug 87650: replace slot traversal functions with list functions.nicolson%netscape.com2001-06-251-0/+109
* Add function to encode a SPKI structure.relyea%netscape.com2001-06-071-0/+23
* Export function to extract the public key from a subject key inforelyea%netscape.com2001-04-241-0/+8
* Implementation of 5 DHE ciphersuites, client side only.nelsonb%netscape.com2001-04-111-1/+14
* Eliminate some warnings by adding missing #include lines, or other minornelsonb%netscape.com2001-01-071-1/+1
* Oops - fixed the fix. The prototype now correctly unpacks into achrisk%netscape.com2000-06-211-6/+4
* First feeble attempt at fixing the problem that our definition ofchrisk%netscape.com2000-06-201-3/+7
* changing all MIN's and MAX's to PR_MIN, PR_MAX (MIN and MAX were defined in d...mcgreer%netscape.com2000-05-181-1/+1
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-311-0/+1649