summaryrefslogtreecommitdiff
path: root/security/nss/lib/certhigh
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO181_20080827_RELBRANCH'cvs2hg2008-01-319-1075/+2175
* CBug 290263, patch CERT_CreateCertificateRequest for doing extensionsneil.williams%sun.com2005-10-121-71/+94
* Bugzilla Bug 287057: fixed memory leaks in callers of cert_FindExtension.wtchang%redhat.com2005-06-304-23/+12
* Rename NEXT_ITERATION macro to NEXT_USAGE to make code clearerjulien.pierre.bugs%sun.com2005-05-171-6/+6
* Bug 291555. Makes certutil process null CSR ext req lists as it did before NS...SECURITY_3_10_RTMneil.williams%sun.com2005-04-231-1/+1
* r=nelson Bug=263779neil.williams%sun.com2005-03-091-2/+96
* Fix for 285233 - need extra symbols to be exported to support CRL generation. Chjulien.pierre.bugs%sun.com2005-03-081-0/+13
* Use "slop time" in nextUpdate validity check for CRLs. Bug 242146.nelsonb%netscape.com2004-05-221-3/+5
* Fix for 240361 - crash in CERT_CheckValidTimesjpierre%netscape.com2004-05-111-3/+8
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2513-384/+426
* Enable a chain to validate when a perm cert has been issued by anelsonb%netscape.com2004-02-072-7/+15
* Export cert functions that decode extensions and traverse decodednelsonb%netscape.com2004-01-281-1/+1
* Bugzilla bug 232380: deleted CERT_FindExpiredIssuer, which is dead code.wchang0222%aol.com2004-01-281-60/+2
* RFC 3280 says Name Constraints do not apply to self-issued CA certs,nelsonb%netscape.com2004-01-231-23/+39
* Fix bug in cert path length validation. Bug 221644. r=jpierrenelsonb%netscape.com2004-01-211-23/+19
* Bugzilla bug 173715: fixed a crash in OCSP. We incorrectly assumed thatwchang0222%aol.com2003-10-241-6/+2
* Fix for bug 221743 - incorrect certificate usage macrojpierre%netscape.com2003-10-101-1/+1
* The "valid CA" trust flag now overrides other CA cert checks.nelsonb%netscape.com2003-10-071-79/+82
* Fix for bug 94413 - OCSP needs more fine tuned error messages. r=wtcjpierre%netscape.com2003-09-301-1/+3
* Fix for bug 143334 : add support for GeneralizedTime in certificates and CRLs...jpierre%netscape.com2003-09-192-3/+3
* Bugzilla bug 217247: improved the memory leak fix for the appData nicknameswtc%netscape.com2003-09-121-1/+1
* Fix for bug 216944 - CERT_VerifyCertificate optimizations issues . r= wtcjpierre%netscape.com2003-08-221-25/+19
* Deleted useless local variable 'arena' in cert_ImportCAChain.wtc%netscape.com2003-08-081-12/+0
* Move the declaration for CERT_CompareNameSpace from cert.h to genname.hnelsonb%netscape.com2003-06-261-26/+27
* Fix for 201134 - race condition when verifying certs. Don't reset the value o...jpierre%netscape.com2003-04-171-2/+2
* Fix bug 200225. Don't report invalid CA cert on trusted root CAs.nelsonb%netscape.com2003-04-081-1/+1
* Bug 183612: renamed some new functions to be consistent with existingwtc%netscape.com2002-12-191-3/+3
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-121-30/+4
* Bug 176667: kaie authored the patch, ian/relyea reviewed it.relyea%netscape.com2002-11-081-0/+3
* Add new function CERT_VerifySignedDataWithPublicKey containing common codenelsonb%netscape.com2002-10-251-31/+32
* Verify the self-signed signature on PKCS 10 cert requests before honoringnelsonb%netscape.com2002-10-181-0/+32
* Bug 149832: renamed highestUsage as certificateUsageHighest.wtc%netscape.com2002-10-031-1/+1
* Fix for 164744 - implement new functions for pk12util . r=wtcjpierre%netscape.com2002-10-031-28/+2
* bug 171224, changes to path constructionian.mcgreer%sun.com2002-10-012-5/+8
* Fix 169798: Failed to install ca signing certificate with NS3.6beta.nicolson%netscape.com2002-09-271-6/+11
* Bug 169785: CERT_AddOCSPAcceptableResponses should have a second argumentwtc%netscape.com2002-09-232-16/+25
* Bug 168384: need to initialize the nss3lookingForCA field of nssUsage.wtc%netscape.com2002-09-131-0/+1
* Bug 166933: fixed build breakage on the Mac.wtc%netscape.com2002-09-061-6/+6
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-2/+2
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-062-2/+2
* Fix for 160805 . Make a copy of items into the arena before calling SEC_Quick...jpierre%netscape.com2002-08-312-6/+38
* Implement the CRL cache . Bug 149854jpierre%netscape.com2002-08-301-32/+2
* Convert slow SEC_ASN1DecodeItem calls to SEC_QuickDERDecodeItem where possibl...jpierre%netscape.com2002-08-242-7/+7
* Removing c++ style commentrangansen%netscape.com2002-08-231-1/+1
* Making sure VerifyCACertForUsage checks CRL if usage is statusResponder. Chan...rangansen%netscape.com2002-08-231-0/+13
* Fix for 158141 - add 5 minute slop time for OCSPjpierre%netscape.com2002-08-041-2/+12
* 1) factor out fortezzav1 from the chain processing code to make the code easierrelyea%netscape.com2002-08-021-111/+271
* 158005 - add new CRL decode and import functions . Benefits are :jpierre%netscape.com2002-07-191-59/+6
* Make CERT_VerifyCertificate actually work . Oops.jpierre%netscape.com2002-07-121-1/+1
* Bug 155626: Handle the failure of ocsp_CreateCertID and use the newwtc%netscape.com2002-07-101-23/+5