summaryrefslogtreecommitdiff
path: root/security/nss/lib/cryptohi
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla Bug 313196: HMAC code should not use a fixed hash input block sizewtchang%redhat.com2005-11-072-8/+24
* Bugzilla Bug 305835: removed NSS_ENABLE_ECC ifdefs under nss/lib exceptwtchang%redhat.com2005-09-024-27/+0
* Bugzilla Bug 296410: further simplify the code by always referencing thewtchang%redhat.com2005-08-241-33/+31
* Bugzilla bug 296410: checked in a better fix than the previous checkin.wtchang%redhat.com2005-08-161-75/+39
* Bugzilla bug 296410: removed unused, unexported function SEC_SignFile.wtchang%redhat.com2005-08-161-51/+0
* Bugzilla Bug 296410: enlarge the buffer size for message digest so thatwtchang%redhat.com2005-08-122-5/+8
* Bugzilla bug 240554: set (better) error codes and removed an unreachablewtchang%redhat.com2005-08-121-2/+2
* Bugzilla Bug 240554: added ECDSA support in S/MIME. The patch iswtchang%redhat.com2005-08-111-2/+2
* Bugzilla Bug 302663: SECKEY_CopySubjectPublicKeyInfo needs to copy thewtchang%redhat.com2005-08-021-2/+14
* Fix for 285233 - need extra symbols to be exported to support CRL generation. Chjulien.pierre.bugs%sun.com2005-03-082-0/+54
* Fix for 269581 - cache the value of CKA_PRIVATE on private keys to avoid unne...julien.pierre.bugs%sun.com2005-02-243-0/+43
* Fix for 281761 - VFY_CreateContext passes wrong key object; and other cleanup...julien.pierre.bugs%sun.com2005-02-101-10/+4
* Fix for 178895 - QuickDER optimizations. r=relyeajpierre%netscape.com2004-06-051-94/+127
* Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.gerv%gerv.net2004-04-279-0/+9
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2516-514/+520
* fixup commit for tag 'MOZILLA_1_7a_RELEASE'MOZILLA_1_7a_RELEASEcvs2hg2004-02-111-3/+12
* Move an extern function declaration to the header file where it belongs.nelsonb%netscape.com2004-01-221-0/+4
* Bug 229193relyea%netscape.com2003-12-311-4/+5
* Removed unused variable 'rawSigLen'.wchang0222%aol.com2003-12-231-1/+0
* 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-176-212/+246
* 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
* Bug 206926: make blapi.h private. Public headers that included blapi.hwtc%netscape.com2003-05-241-1/+1
* 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-274-7/+346
* Bug 145029: fixed compiler warnings (mostly "xxx might be usedwtc%netscape.com2003-01-171-3/+2
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-124-43/+100
* Add new SHAxxx hash algorithms to tables of SECHashObjects.nelsonb%netscape.com2002-11-162-4/+53
* 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 169577: SGN_End crashes if DSA signature fails.nicolson%netscape.com2002-09-1916-0/+4741
|\
* | fixup commit for tag 'JSS_3_3_BETA1'JSS_3_3_BETA1cvs2hg2002-09-1816-4740/+0
|/
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-1/+1
* 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-212-0/+59
* Bug 117978: accessor functions to all JCE keystore API to be implemented.relyea%netscape.com2002-02-033-4/+115
* 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
* NSS 3.4 integration changes.relyea%netscape.com2001-11-191-0/+3
* Now that the implementations of all the RNG_ functions have been movednelsonb%netscape.com2001-11-151-1/+0
* 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-207-40/+151
* 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-253-0/+143