summaryrefslogtreecommitdiff
path: root/security/nss/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Rename CERT_DecodeTimeChoice/CERT_EncodeTimeChoice to DER_DecodeTimeChoice/DE...jpierre%netscape.com2004-01-0753-0/+20755
|\
* | fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-0753-20755/+0
|/
* Return a value of the correct type.wchang0222%aol.com2003-12-231-1/+1
* Declare the 'input' argument to CERT_DecodeTimeChoice as 'const'. Removedwchang0222%aol.com2003-12-222-3/+3
* Add keydb lock type. keydb should be locked like the certdb.relyea%netscape.com2003-12-191-0/+1
* Bugzilla bug 227296: fixed the bug that NSS_CMSAttribute_AddValue adds thewchang0222%aol.com2003-12-062-3/+26
* Further simplification and improvement of the parsing of UTCTimenelsonb%netscape.com2003-12-052-24/+44
* Avoid UMRs in dertime.c. Bugscape bug 54198. r=wtc.nelsonb%netscape.com2003-12-031-2/+20
* Detect invalid input buffer lengths, and return error instead of UMR>nelsonb%netscape.com2003-11-271-0/+10
* Don't accept ASN.1 items whose length is 2GB or more.nelsonb%netscape.com2003-11-201-1/+1
* Dont attempt to allocate 2GB or more from an arenapool.nelsonb%netscape.com2003-11-201-0/+5
* Fix unnecessary assertion failures occuring in SMIME testing innelsonb%netscape.com2003-11-181-6/+10
* Correct the validity checks on certain ASN.1 objects, allowing some thatnelsonb%netscape.com2003-11-073-25/+109
* Incorporate WTC's review comments..relyea%netscape.com2003-10-173-6/+4
* Bug 156770 When we do a file import and give a bad password we get wrong erro...relyea%netscape.com2003-10-163-0/+23
* Fix for bug 94413 - OCSP needs more fine tuned error messages. r=wtcjpierre%netscape.com2003-09-301-1/+2
* Fix for bug 143334 : add support for GeneralizedTime in certificates and CRLs...jpierre%netscape.com2003-09-194-23/+150
* Add PORT_Strpbrk macrojpierre%netscape.com2003-09-081-0/+1
* Declare src argument to SEC_ASN1DecodeItem to be const.nelsonb%netscape.com2003-06-202-3/+3
* const. Got it? Const!nelsonb%netscape.com2003-06-112-2/+2
* Harden SECITEM_CompareItem against NULL pointers.nelsonb%netscape.com2003-06-071-0/+5
* Rewrite SECITEM_ItemsAreEqual to be faster when item lengths are notnelsonb%netscape.com2003-06-061-4/+9
* Add new OIDs for directory name attribute types. Bug 207711.nelsonb%netscape.com2003-06-062-10/+60
* PORT_Alloc and PORT_ZAlloc always allocate at least one byte, even ifnelsonb%netscape.com2003-06-031-2/+11
* 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