summaryrefslogtreecommitdiff
path: root/security/nss/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Move ret_cr16.s from util to freebl. r=nelsonbjulien.pierre.bugs%sun.com2005-11-042-60/+0
* Fix for 314115 . Comments about QuickDER and classic ASN.1 decoders relating ...julien.pierre.bugs%sun.com2005-10-311-0/+7
* Fix for 314115 - QuickDER modifies SECItem.type while decoding. r=wtchangjulien.pierre.bugs%sun.com2005-10-311-4/+6
* Bugzilla Bug 244922 ASN.1 encoder outputs trash for optional may-stream subte...relyea%netscape.com2005-09-301-84/+126
* Bugzilla Bug 294071: removed out-of-date comments and dead code. r=nelsonb.wtchang%redhat.com2005-05-181-10/+0
* Fix for 280121 - allow encoding simple templates with SEC_ASN1_INLINE and SEC...julien.pierre.bugs%sun.com2005-04-093-3/+63
* Silence compiler warningsjulien.pierre.bugs%sun.com2005-04-021-0/+2
* Bugzilla Bug 263779: update the comment to reflect the new code.wtchang%redhat.com2005-03-072-2/+2
* Bug 263779 r=nelson@bolyard.comneil.williams%sun.com2005-03-022-0/+5
* Bugzilla Bug 282370: Added OID for PKIX_CA_ISSUERS. The patch iswtchang%redhat.com2005-02-232-0/+10
* Fix for 243585 - add the ability to use CRL objects from RAM . r=nelson, neil...julien.pierre.bugs%sun.com2005-02-151-0/+1
* Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.wtchang%redhat.com2005-01-201-1/+1
* Add end of list marker to SECErrorCodes enum in secerr.h.nelsonb%netscape.com2004-12-231-1/+3
* Do case-insensitive comparisons of hostnames to wildcarded names.nelsonb%netscape.com2004-11-191-2/+3
* Fix bugzilla bug 261496. Absent OPTIONAL CHOICEs should not cause fatalnelsonb%netscape.com2004-09-271-2/+3
* Bugzilla Bug 252702relyea%netscape.com2004-07-291-1/+3
* Allow subtemplates to have the SEC_ASN1_DYNAMIC flag without asserting.nelsonb%netscape.com2004-07-131-51/+33
* Fix some casts. Wrap some long lines. Remove a bogus assert.nelsonb%netscape.com2004-07-131-12/+13
* Function sec_asn1e_write_contents was two functions combined into one,nelsonb%netscape.com2004-07-131-145/+154
* rename "explicit" to "isExplicit" because MSVC6 thinks explicit is a cnelsonb%netscape.com2004-07-131-20/+21
* Bug 244914, 244907 r=nelsonbrelyea%netscape.com2004-06-211-1/+2
* Restore comment that got removed accidentally. And fix typo in it.jpierre%netscape.com2004-06-181-0/+2
* Fix for 247406 . r=wchang0222,glen.beasleyjpierre%netscape.com2004-06-181-33/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.gerv%gerv.net2004-04-273-0/+3
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2552-1563/+1712
* Bugzilla bug 237934: in nss_InitLock, nss_InitMonitor, andwchang0222%aol.com2004-03-272-3/+9
* Fix for bug 233605 . Check CRL entry extensions after partial decoding. Also ...jpierre%netscape.com2004-02-111-1/+7
* Bugzilla bug 233321: fixed the problem with building utf8.c as a standalonewchang0222%aol.com2004-02-112-11/+9
* Change some comments and one variable as suggested in review comments.nelsonb%netscape.com2004-01-291-6/+5
* Make SECOID_AddEntry be thread safe. Export it. Bug 124923. r=relyea.nelsonb%netscape.com2004-01-293-110/+220
* address review comments: bug 231659jgmyers%speakeasy.net2004-01-281-13/+27
* rewrite utf8 parser for strictness: bug 231659 r=MisterSSLjgmyers%speakeasy.net2004-01-281-502/+152
* fix review comment: bug 53133jgmyers%speakeasy.net2004-01-201-1/+1
* fix comment per review: bug 53133jgmyers%speakeasy.net2004-01-161-1/+1
* Fix build problems on some platforms.relyea%netscape.com2004-01-151-2/+2
* Convert T61String-labeled ISO-8859-1 to UTF-8: bug 53133 r=nelsonb a=wtcjgmyers%speakeasy.net2004-01-153-0/+122
* 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