gecko-dev/security/certverifier
David Keeler 3cd3e496aa bug 1079436 - fix validThrough as returned by VerifyEncodedOCSPResponse r=briansmith
validThrough should now be the time through which, if passed in as the given
time to validate an OCSP response at, VerifyEncodedOCSPResponse will still
consider it trustworthy. After that time, it will be expired. This makes it
so the OCSP cache compares validity period responses consistently with
mozilla::pkix.
2014-11-21 10:43:43 -08:00
..
CertVerifier.cpp Reland Bug 1063281, Part 9: Switch Gecko from NSS to CheckCertHostname, r=keeler 2014-10-28 15:28:38 -07:00
CertVerifier.h bug 1071308 - (2/2) remove libpkix-style chain validation callback from CertVerifier r=cviecco 2014-09-25 11:18:56 -07:00
ExtendedValidation.cpp Bug 1092710 - Fix -Wunused-const-variable warning-as-error in non-unified security/certverifier. r=keeler 2014-11-01 12:14:41 -07:00
ExtendedValidation.h Bug 975229: Remove NSS-based certificate verification, r=keeler 2014-06-16 23:13:29 -07:00
moz.build Bug 787133 - (hpkp) Part 1/2. Header Parsing and interface within PSM. r=keeler, r=mcmanus 2014-09-03 10:24:12 -07:00
NSSCertDBTrustDomain.cpp bug 1079436 - fix validThrough as returned by VerifyEncodedOCSPResponse r=briansmith 2014-11-21 10:43:43 -08:00
NSSCertDBTrustDomain.h Bug 622859 - Reject EV certificates with key sizes below RSA 2048. r=briansmith 2014-10-18 15:18:00 +02:00
OCSPCache.cpp Bug 1043041: Use mozilla::pkix::Time instead of PRTime, r=keeler 2014-08-02 08:49:12 -07:00
OCSPCache.h Bug 1043041: Use mozilla::pkix::Time instead of PRTime, r=keeler 2014-08-02 08:49:12 -07:00
OCSPRequestor.cpp Bug 1010634, Part 3: Fix more warnings in CertVerifier, r=cviecco 2014-05-29 20:17:53 -07:00
OCSPRequestor.h Bug 1005142 - Part 1/2 - Add OCSP get capabilities to OCSPRequestor. r=keeler 2014-05-21 15:42:21 -07:00