| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly parse IPv6 subjectAltNames when USE_OPENSSL is set | rsleevi@chromium.org | 2012-04-04 | 1 | -10/+50 |
* | Fix a variable naming style nit post-refactoring | rsleevi@chromium.org | 2012-04-03 | 1 | -1/+1 |
* | Cache certificates as DER on all platforms. | rsleevi@chromium.org | 2012-03-29 | 1 | -1/+1 |
* | Move X509Certificate::Verify into CertVerifyProc | rsleevi@chromium.org | 2012-03-22 | 1 | -35/+0 |
* | Introduce a CertVerifierProc to handle system cert validation. | rsleevi@chromium.org | 2012-03-22 | 1 | -902/+1 |
* | Revert 127988 - net: update certificates for TestKnownRoot and PublicKeyHashes. | wez@chromium.org | 2012-03-21 | 1 | -32/+74 |
* | net: update certificates for TestKnownRoot and PublicKeyHashes. | agl@chromium.org | 2012-03-21 | 1 | -74/+32 |
* | Revert "Revert "net: fallback to online revocation checks for EV status when ... | agl@chromium.org | 2012-03-20 | 1 | -1/+2 |
* | Revert 127757 - net: fallback to online revocation checks for EV status when ... | dgrogan@chromium.org | 2012-03-20 | 1 | -2/+1 |
* | net: fallback to online revocation checks for EV status when CRLSet has expired. | agl@chromium.org | 2012-03-20 | 1 | -1/+2 |
* | Disable X509Certificate.EVValidation for Android / USE_OPENSSL builds | rsleevi@chromium.org | 2012-03-09 | 1 | -1/+7 |
* | net: allow EV indication on Windows when the local OCSP/CRL cache is stale. | agl@chromium.org | 2012-03-07 | 1 | -42/+21 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Use a scoped class for managing test root certs in unit tests | rsleevi@chromium.org | 2012-03-07 | 1 | -23/+11 |
* | Provide the certificate chain as validated to SSLInfo. | palmer@chromium.org | 2012-03-03 | 1 | -13/+1 |
* | net: check cached revocations on Windows when online checks are disabled. | agl@chromium.org | 2012-02-16 | 1 | -0/+19 |
* | Disable X509CertificateTest.TestKnownRoot and X509CertificateTest.PublicKeyHa... | hbono@chromium.org | 2012-01-30 | 1 | -2/+4 |
* | Check cert->isRoot to skip extraneous root certificates in certificate | wtc@chromium.org | 2012-01-28 | 1 | -0/+37 |
* | Allow X509CertificateTest.IntermediateCARequireExplicitPolicy to pass | wtc@chromium.org | 2012-01-28 | 1 | -3/+9 |
* | Cleanup after debugging with the XP builder. | agl@chromium.org | 2012-01-12 | 1 | -9/+3 |
* | Continuing to debug via the builders since there's no XP trybot. | agl@chromium.org | 2012-01-11 | 1 | -1/+5 |
* | Add debugging to trace down a problem on WinXP/Vista. | agl@chromium.org | 2012-01-11 | 1 | -4/+10 |
* | Implement CRLSet checking on Mac. | agl@chromium.org | 2012-01-11 | 1 | -2/+2 |
* | Revert 117225 - Implement CRLSet checking on Windows. | flackr@chromium.org | 2012-01-11 | 1 | -2/+2 |
* | Implement CRLSet checking on Windows. | agl@chromium.org | 2012-01-11 | 1 | -2/+2 |
* | net: add a test for X509Certificate integration with CRLSet. | agl@chromium.org | 2012-01-11 | 1 | -0/+101 |
* | Reject certificate chains containing small RSA and DSA keys. | palmer@chromium.org | 2011-12-15 | 1 | -3/+93 |
* | When encountering certificates signed with md2/md4, make it a fatal error. | rsleevi@chromium.org | 2011-12-14 | 1 | -1/+30 |
* | Parse individual X.509 name components on Windows, rather than parsing the st... | rsleevi@chromium.org | 2011-12-02 | 1 | -0/+50 |
* | Do not hash the certificate twice. | wtc@chromium.org | 2011-11-05 | 1 | -11/+24 |
* | Record when certificates signed with md[2,4,5] are encountered when using Ope... | rsleevi@chromium.org | 2011-11-03 | 1 | -5/+0 |
* | Remove some dead code from X509Certificate | rsleevi@chromium.org | 2011-11-03 | 1 | -16/+17 |
* | Record when certificates signed with md[2,4,5] are encountered on OS X. | rsleevi@chromium.org | 2011-11-02 | 1 | -8/+18 |
* | Revert 107679 - Broke https for appspot.com - http://crbug.com/102507 | rsleevi@chromium.org | 2011-11-02 | 1 | -15/+4 |
* | Consider the signature algorithms of incomplete chains on Windows | rsleevi@chromium.org | 2011-11-01 | 1 | -3/+1 |
* | Add unittests for the detection of md[2,4,5] when verifying certificates | rsleevi@chromium.org | 2011-11-01 | 1 | -9/+205 |
* | Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle | rsleevi@chromium.org | 2011-11-01 | 1 | -4/+8 |
* | net: retain leading zero bytes in X.509 serial numbers. | agl@chromium.org | 2011-10-31 | 1 | -1/+1 |
* | Fix the "certificate is not yet valid" error for server certificates | wtc@chromium.org | 2011-10-29 | 1 | -0/+41 |
* | Disallow wildcards from matching top-level registry controlled domains during... | rsleevi@chromium.org | 2011-10-28 | 1 | -4/+15 |
* | net: enable CRL sets behind a command line flag. | agl@chromium.org | 2011-10-25 | 1 | -15/+22 |
* | Revert 107075 - Disallow wildcards from matching top-level registry controlle... | achuith@chromium.org | 2011-10-25 | 1 | -15/+4 |
* | Disallow wildcards from matching top-level registry controlled domains during... | rsleevi@chromium.org | 2011-10-25 | 1 | -4/+15 |
* | Use NSS to generate Origin-Bound Certs on Win and Mac. | mattm@chromium.org | 2011-10-18 | 1 | -79/+0 |
* | Certificate host matching rules should accept both absolute and relative DNS ... | rsleevi@chromium.org | 2011-10-11 | 1 | -8/+26 |
* | Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH. | pkasting@chromium.org | 2011-09-28 | 1 | -5/+4 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -12/+12 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -9/+9 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -9/+9 |
* | net: update public key block for the correct Cyber CA certs. | agl@chromium.org | 2011-09-13 | 1 | -0/+34 |