summaryrefslogtreecommitdiff
path: root/security/nss/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Bug 206926: Added the makefile rule to export PRIVATE_EXPORTS headers.wtc%netscape.com2003-05-311-0/+2
* Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,wtc%netscape.com2003-05-302-2/+5
* Corrently build the array of pointers to parsed group members, even whennelsonb%netscape.com2003-05-241-7/+4
* Bug 206926: make blapi.h private. Public headers that included blapi.hwtc%netscape.com2003-05-241-1/+1
* Report the right error code for unrecognized OIDs.nelsonb%netscape.com2003-05-221-1/+1
* Correct offset arithmetic for "choice" templates. Bug 161580.nelsonb%netscape.com2003-05-172-5/+10
* Don't accept END_OF_CONTENTS octets where they're not allowed. bug 202384.nelsonb%netscape.com2003-05-031-1/+11
* Declare the new function sec_asn1d_parent_is_indefinite as static.wtc%netscape.com2003-04-281-1/+1
* Fix two problems that together prevented NSS from reading encryptednelsonb%netscape.com2003-04-261-11/+37
* Greatly enhance the debug printing done when conditionally compiled withnelsonb%netscape.com2003-04-261-25/+174
* Change the more recently added "choice" functions to conform to thenelsonb%netscape.com2003-04-261-101/+91
* Changes to enable ECC over characteristic 2^m fields.nelsonb%netscape.com2003-03-292-1/+243
* Add OID Definition for AOL screenname attribute.relyea%netscape.com2003-03-202-3/+6
* Bug 196776: the 'src' argument to the ASN.1 encoding functions should bewtc%netscape.com2003-03-112-7/+7
* Fix for bug 175167 - don't use mark & release in QuickDER decoder . r=wtcjpierre%netscape.com2003-03-071-10/+0
* bug 191757, InitOIDHash() not threadsafeian.mcgreer%sun.com2003-02-281-16/+9
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-273-1/+180
* Patch for 193961 - incorporate Wan-Teh's feedbackjpierre%netscape.com2003-02-192-6/+6
* Fix for bug 193691 . Make QuickDER return an error rather than assert if extr...jpierre%netscape.com2003-02-192-3/+7
* Add OIDs for AES Key Wrap mechanism.nelsonb%netscape.com2003-01-222-0/+14
* Bug 186586: If at NSS shutdown there are still certs in the cert caches,wtc%netscape.com2003-01-081-1/+2
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-122-0/+9
* bug 172247, don't allow import of duplicate issuer/serial certsian.mcgreer%sun.com2002-11-211-1/+2
* Recognize new SHAxxx OIDs.nelsonb%netscape.com2002-11-162-1/+33
* Assert if the QuickDER decoder does not consume all the inputjpierre%netscape.com2002-11-091-0/+1
* Fix for 177208 - unmark arena when DER decoding is successfuljpierre%netscape.com2002-10-311-0/+4
* Fix comment formatting stylejpierre%netscape.com2002-10-231-4/+5
* Fix for bug 95311 - replace assertion with commentsjpierre%netscape.com2002-10-231-1/+4
* Fix for bug 175167 - SEC_QuickDERDecodeItem should fre memory upon failure. r...jpierre%netscape.com2002-10-181-2/+7
* Fix DER_GetInteger. Bug 174644.nelsonb%netscape.com2002-10-161-3/+8
* Bug 164501. Return a proper error code from PK11_FindCrlByName() so the CRLrelyea%netscape.com2002-10-101-1/+2
* Use the enumeration constant 'siBuffer' instead of 0.wtc%netscape.com2002-09-301-2/+2
* Fix indentationjpierre%netscape.com2002-09-171-1/+1
* Fix UMC in Purifyjpierre%netscape.com2002-09-161-0/+1
* Roll back changejpierre%netscape.com2002-09-071-1/+1
* Fix compiler warningsjpierre%netscape.com2002-09-071-10/+10
* Fix compiler warningsjpierre%netscape.com2002-09-071-4/+4
* Fix compiler warningjpierre%netscape.com2002-09-072-2/+2
* Fix compiler warning under windowsjpierre%netscape.com2002-09-071-1/+1
* 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-10/+0
* Checked in an equivalent but simpler fix for Bug 165639wtc%netscape.com2002-08-301-11/+6
* Fix for 165639 - NSSRWLock_UnlockWrite causes deadlock when using recursivity...jpierre%netscape.com2002-08-301-1/+6
* Fix commentjpierre%netscape.com2002-08-301-1/+1
* Fix memory corruptionjpierre%netscape.com2002-08-291-0/+11
* b=107034 OE requires special attribute in incoming signed messages to support...kaie%netscape.com2002-08-272-0/+11
* Backing myself out, since it didn't compile on Win32, and I would like to dis...kaie%netscape.com2002-08-272-11/+0
* b=107034 OE requires special attribute in incoming signed messages to support...kaie%netscape.com2002-08-262-0/+11
* Correctly count the number of items in a SEQUENCE OF or SET OF in quickder de...jpierre%netscape.com2002-08-161-3/+7
* Updates to quick DER decoder, bug # 161215jpierre%netscape.com2002-08-084-227/+55