| Commit message (Expand) | Author | Age | Files | Lines |
* | Cache certificates as DER on all platforms. | rsleevi@chromium.org | 2012-03-29 | 1 | -20/+26 |
* | Move X509Certificate::Verify into CertVerifyProc | rsleevi@chromium.org | 2012-03-22 | 1 | -693/+0 |
* | Revert "Revert "net: fallback to online revocation checks for EV status when ... | agl@chromium.org | 2012-03-20 | 1 | -7/+11 |
* | Revert 127757 - net: fallback to online revocation checks for EV status when ... | dgrogan@chromium.org | 2012-03-20 | 1 | -11/+7 |
* | net: fallback to online revocation checks for EV status when CRLSet has expired. | agl@chromium.org | 2012-03-20 | 1 | -7/+11 |
* | Change the old type name PRArenaPool to PLArenaPool. | wtc@chromium.org | 2012-03-09 | 1 | -1/+0 |
* | net: add a NotAfter field to CRLSets. | agl@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | net: allow EV indication on Windows when the local OCSP/CRL cache is stale. | agl@chromium.org | 2012-03-07 | 1 | -2/+11 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | net: permit EV without online revocation checking. | agl@chromium.org | 2012-02-16 | 1 | -2/+0 |
* | net: check cached revocations on Windows when online checks are disabled. | agl@chromium.org | 2012-02-16 | 1 | -2/+10 |
* | Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST... | rsleevi@chromium.org | 2012-02-15 | 1 | -32/+2 |
* | Properly parse UTF8Strings in certificates on Windows. | rsleevi@chromium.org | 2012-02-15 | 1 | -124/+11 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 1 | -2/+1 |
* | Cleanup after debugging with the XP builder. | agl@chromium.org | 2012-01-12 | 1 | -14/+0 |
* | Continuing to debug with the XP builders. | agl@chromium.org | 2012-01-11 | 1 | -0/+10 |
* | Add debugging to trace down a problem on WinXP/Vista. | agl@chromium.org | 2012-01-11 | 1 | -1/+70 |
* | Revert 117225 - Implement CRLSet checking on Windows. | flackr@chromium.org | 2012-01-11 | 1 | -65/+1 |
* | Implement CRLSet checking on Windows. | agl@chromium.org | 2012-01-11 | 1 | -1/+65 |
* | Reject certificate chains containing small RSA and DSA keys. | palmer@chromium.org | 2011-12-15 | 1 | -0/+36 |
* | When encountering certificates signed with md2/md4, make it a fatal error. | rsleevi@chromium.org | 2011-12-14 | 1 | -8/+2 |
* | Parse individual X.509 name components on Windows, rather than parsing the st... | rsleevi@chromium.org | 2011-12-02 | 1 | -89/+109 |
* | ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ... | pkasting@chromium.org | 2011-11-29 | 1 | -8/+12 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Do not hash the certificate twice. | wtc@chromium.org | 2011-11-05 | 1 | -6/+6 |
* | Record when certificates signed with md[2,4,5] are encountered on OS X. | rsleevi@chromium.org | 2011-11-02 | 1 | -3/+3 |
* | Consider the signature algorithms of incomplete chains on Windows | rsleevi@chromium.org | 2011-11-01 | 1 | -6/+17 |
* | Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle | rsleevi@chromium.org | 2011-11-01 | 1 | -5/+6 |
* | Ensure X509Certificate::OSCertHandles are safe to be used on both UI, IO, and... | rsleevi@chromium.org | 2011-11-01 | 1 | -11/+69 |
* | net: retain leading zero bytes in X.509 serial numbers. | agl@chromium.org | 2011-10-31 | 1 | -3/+0 |
* | Fix the "certificate is not yet valid" error for server certificates | wtc@chromium.org | 2011-10-29 | 1 | -0/+28 |
* | net: enable CRL sets behind a command line flag. | agl@chromium.org | 2011-10-25 | 1 | -0/+1 |
* | Use NSS to generate Origin-Bound Certs on Win and Mac. | mattm@chromium.org | 2011-10-18 | 1 | -10/+0 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -1/+1 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Resubmission of r98288: Added CreateOriginBound method to x509_certificate.h | mdietz@google.com | 2011-09-08 | 1 | -0/+10 |
* | Revert 98288 - Added CreateOriginBound method to x509_certificate.h. | jbates@chromium.org | 2011-08-25 | 1 | -10/+0 |
* | Added CreateOriginBound method to x509_certificate.h. | mdietz@google.com | 2011-08-25 | 1 | -0/+10 |
* | Return the constructed certificate chain in X509Certificate::Verify() | rsleevi@chromium.org | 2011-07-30 | 1 | -0/+20 |
* | Fix an edge case where certificate intermediates are missing on Windows | rsleevi@chromium.org | 2011-07-30 | 1 | -7/+3 |
* | Revert r92977 partially to fix a certificate verification regression | wtc@chromium.org | 2011-07-21 | 1 | -0/+32 |
* | Implement GetSubjectAltName on all platforms | joth@chromium.org | 2011-07-19 | 1 | -16/+28 |
* | Cache the underlying OS certificate handle within the X509CertificateCache, r... | rsleevi@chromium.org | 2011-07-19 | 1 | -34/+1 |
* | Factor out Verify into x509 base class | joth@chromium.org | 2011-06-21 | 1 | -18/+3 |
* | Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/... | kushi.p@gmail.com | 2011-05-05 | 1 | -2/+2 |
* | Address post-review feedback for r82214. In addition, no longer attempt to gr... | rsleevi@chromium.org | 2011-04-22 | 1 | -4/+4 |
* | Change the HTTP cache to cache the entire certificate chain for SSL sites | rsleevi@chromium.org | 2011-04-20 | 1 | -40/+41 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -7/+7 |
* | net: add support for checking if a known public key is in a chain. | agl@chromium.org | 2011-04-12 | 1 | -0/+28 |