summaryrefslogtreecommitdiffstats
path: root/net/base/crl_set.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-3/+4
* Update JSONReader to take base::StringPiece instead of std::stringmitchellwrosen@chromium.org2012-06-021-1/+1
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1
* Revert "Revert "net: fallback to online revocation checks for EV status when ...agl@chromium.org2012-03-201-16/+19
* Revert 127757 - net: fallback to online revocation checks for EV status when ...dgrogan@chromium.org2012-03-201-19/+16
* net: fallback to online revocation checks for EV status when CRLSet has expired.agl@chromium.org2012-03-201-16/+19
* net: add a NotAfter field to CRLSets.agl@chromium.org2012-03-071-2/+40
* net: allow CRLSets to block specific SPKIs.agl@chromium.org2012-01-101-13/+63
* Followup to address post-commit comments on 9041015agl@chromium.org2012-01-061-1/+2
* Allow Chrome to process CRL set delta updates.agl@chromium.org2012-01-051-1/+24
* net: add a Serialize method to CRLSet.agl@chromium.org2011-12-271-1/+53
* net: remove the NextUpdate and WindowSecs code from CRLSet.agl@chromium.org2011-12-201-26/+2
* A quick fix for Mac GCC.hbono@chromium.org2011-11-011-1/+1
* net: retain leading zero bytes in X.509 serial numbers.agl@chromium.org2011-10-311-1/+13
* Address wtc's comments in http://codereview.chromium.org/7461088agl@chromium.org2011-09-271-7/+7
* Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...pkasting@chromium.org2011-09-221-3/+3
* net: change from CRL filters to CRL sets.agl@chromium.org2011-08-221-0/+442