summaryrefslogtreecommitdiff
path: root/security/nss/lib/certhigh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for 149832 :jpierre%netscape.com2002-07-101-17/+15
* Back out last changejpierre%netscape.com2002-07-101-1/+0
* Fix bug in new CERT_VerifyCertificate function - fix for 149832jpierre%netscape.com2002-07-101-0/+1
* Add new CERT_VerifyCertificate function - fix for 149832jpierre%netscape.com2002-07-041-19/+330
* Final patch for Bug 155626 which enables 3rd party apps to use the NSSjavi%netscape.com2002-07-034-56/+111
* Break up OCSP so that 3rd party apps can send off an OCSP request and parsejavi%netscape.com2002-07-034-75/+171
* Initialize type fields to supress purify uninitialized reference warnings.relyea%netscape.com2002-06-281-0/+1
* Collect the full names of the certs, not just the stan names.relyea%netscape.com2002-06-251-3/+12
* Don't decode or extract trust for certs if we are just getting the nicknames ...relyea%netscape.com2002-06-241-39/+49
* Fix for 141256 - rewrite OCSP HTTP download code to fix error handlingjpierre%netscape.com2002-06-061-367/+236