summaryrefslogtreecommitdiff
path: root/security/nss/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Additional error reportingjpierre%netscape.com2002-08-071-0/+3
* Reorder functions to avoid forward declaration of DecodePointerjpierre%netscape.com2002-08-071-23/+19
* Be consistent in memory allocations - use QuickZAllocjpierre%netscape.com2002-08-071-1/+1
* Add new quick DER decoder. r=wtcjpierre%netscape.com2002-08-075-1/+1080
* Add missing const qualifiers to NSS's regular expression match functions.nelsonb%netscape.com2002-07-292-21/+22
* Initialize type fields to supress purify uninitialized reference warnings.relyea%netscape.com2002-06-282-0/+3
* Copy the type value as well as the rest.relyea%netscape.com2002-06-241-0/+1
* Reserve OID (netscape_name_components 2) - see 605437thayes%netscape.com2002-06-041-0/+2
* Bugzilla bug 131171: added HP-UX IPF (ia64) support. Portions of the patchwtc%netscape.com2002-05-181-0/+2
* Add new error code for trying to all previously deleted modules which have no...relyea%netscape.com2002-05-101-1/+2
* Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc.wtc%netscape.com2002-05-012-4/+17
* Reserved Netscape extension (NETSCAPE 1 18)thayes%netscape.com2002-04-231-1/+4
* Make libutil build for WinCE.nelsonb%netscape.com2002-04-044-5/+23
* Warning reduction. substitute (uchar) cast for ANDing with 0xff.nelsonb%netscape.com2002-04-041-4/+4
* Fix 130522: ASN.1 decoder asserts with corrupt input.nicolson%netscape.com2002-03-261-8/+38
* Bugzilla bug 131057: define PORT_Strdup as PL_strdup so that it uses NSPR'swtc%netscape.com2002-03-152-21/+1
* Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed bywtc%netscape.com2002-02-222-2/+8
* bug 125359, by default the ASN.1 en/decoder should treat all numbers as signe...ian.mcgreer%sun.com2002-02-214-16/+27
* Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-151-4/+4
* bug 124446, thread safety issues with static oid hashtable.ian.mcgreer%sun.com2002-02-111-3/+3
* Fix for 122907 - patch to disable arena free lists with environment variablejpierre%netscape.com2002-02-051-2/+4
* Don't leak memory in the arena poolrelyea%netscape.com2002-01-291-2/+4