| Commit message (Expand) | Author | Age | Files | Lines |
* | Cache certificates as DER on all platforms. | rsleevi@chromium.org | 2012-03-29 | 1 | -17/+24 |
* | Move X509Certificate::Verify into CertVerifyProc | rsleevi@chromium.org | 2012-03-22 | 1 | -100/+3 |
* | Introduce a CertVerifierProc to handle system cert validation. | rsleevi@chromium.org | 2012-03-22 | 1 | -30/+31 |
* | Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount | mdm@chromium.org | 2012-03-21 | 1 | -0/+4 |
* | Revert "Revert "net: fallback to online revocation checks for EV status when ... | agl@chromium.org | 2012-03-20 | 1 | -1/+1 |
* | Revert 127757 - net: fallback to online revocation checks for EV status when ... | dgrogan@chromium.org | 2012-03-20 | 1 | -1/+1 |
* | net: fallback to online revocation checks for EV status when CRLSet has expired. | agl@chromium.org | 2012-03-20 | 1 | -1/+1 |
* | net: also check the EV certificate path against any CRLSet. | agl@chromium.org | 2012-03-19 | 1 | -1/+1 |
* | Add an SSLConfig option to explicit disable NSSHttpIO. | agl@chromium.org | 2012-03-15 | 1 | -0/+1 |
* | net: allow EV indication on Windows when the local OCSP/CRL cache is stale. | agl@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -2/+3 |
* | net: permit EV without online revocation checking. | agl@chromium.org | 2012-02-16 | 1 | -5/+10 |
* | Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST... | rsleevi@chromium.org | 2012-02-15 | 1 | -31/+13 |
* | Reject certificate chains containing small RSA and DSA keys. | palmer@chromium.org | 2011-12-15 | 1 | -0/+16 |
* | This applies GUIDs to certificate and key nicknames when | gspencer@chromium.org | 2011-12-12 | 1 | -2/+41 |
* | Don't attempt to forward declare StringPiece. | erikwright@chromium.org | 2011-12-07 | 1 | -1/+0 |
* | Do not hash the certificate twice. | wtc@chromium.org | 2011-11-05 | 1 | -8/+9 |
* | Log the (server, to-be-verified) certificate chains to the NetLog when loggin... | rsleevi@chromium.org | 2011-11-04 | 1 | -0/+12 |
* | Remove some dead code from X509Certificate | rsleevi@chromium.org | 2011-11-03 | 1 | -6/+0 |
* | Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle | rsleevi@chromium.org | 2011-11-01 | 1 | -4/+4 |
* | Ensure X509Certificate::OSCertHandles are safe to be used on both UI, IO, and... | rsleevi@chromium.org | 2011-11-01 | 1 | -5/+63 |
* | net: retain leading zero bytes in X.509 serial numbers. | agl@chromium.org | 2011-10-31 | 1 | -6/+1 |
* | Fix the "certificate is not yet valid" error for server certificates | wtc@chromium.org | 2011-10-29 | 1 | -0/+12 |
* | net: enable CRL sets behind a command line flag. | agl@chromium.org | 2011-10-25 | 1 | -0/+6 |
* | Use NSS to generate Origin-Bound Certs on Win and Mac. | mattm@chromium.org | 2011-10-18 | 1 | -12/+0 |
* | net: update public key block for the correct Cyber CA certs. | agl@chromium.org | 2011-09-13 | 1 | -0/+1 |
* | Resubmission of r98288: Added CreateOriginBound method to x509_certificate.h | mdietz@google.com | 2011-09-08 | 1 | -0/+12 |
* | Mark DigiNotar as untrusted | agl@chromium.org | 2011-08-30 | 1 | -0/+5 |
* | Revert 98288 - Added CreateOriginBound method to x509_certificate.h. | jbates@chromium.org | 2011-08-25 | 1 | -12/+0 |
* | Added CreateOriginBound method to x509_certificate.h. | mdietz@google.com | 2011-08-25 | 1 | -0/+12 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -3/+3 |
* | Upstream certificate and mime Android implementation. | michaelbai@google.com | 2011-08-11 | 1 | -0/+6 |
* | On Mac, compare certificate host names according to RFC6125. | rsleevi@chromium.org | 2011-07-30 | 1 | -9/+0 |
* | Revert r92977 partially to fix a certificate verification regression | wtc@chromium.org | 2011-07-21 | 1 | -0/+11 |
* | Implement GetSubjectAltName on all platforms | joth@chromium.org | 2011-07-19 | 1 | -4/+7 |
* | Cache the underlying OS certificate handle within the X509CertificateCache, r... | rsleevi@chromium.org | 2011-07-19 | 1 | -42/+13 |
* | Make the host name verification conform to rfc6125 | joth@chromium.org | 2011-07-12 | 1 | -9/+13 |
* | Revert 92006 - Make the host name verification conform to rfc6125 | joth@chromium.org | 2011-07-11 | 1 | -13/+9 |
* | Make the host name verification conform to rfc6125 | joth@chromium.org | 2011-07-11 | 1 | -9/+13 |
* | Don't block the UI thread for OCSP/CRLs when viewing a cert on Mac. | rsleevi@chromium.org | 2011-06-23 | 1 | -4/+30 |
* | Factor out Verify into x509 base class | joth@chromium.org | 2011-06-21 | 1 | -2/+11 |
* | net: Add NET_API to more code, this time what's used by chrome.dll | rvargas@google.com | 2011-05-31 | 1 | -1/+1 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -1/+3 |
* | Address post-review feedback for r82214. In addition, no longer attempt to gr... | rsleevi@chromium.org | 2011-04-22 | 1 | -3/+7 |
* | Change the HTTP cache to cache the entire certificate chain for SSL sites | rsleevi@chromium.org | 2011-04-20 | 1 | -5/+31 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -3/+3 |
* | net: add support for checking if a known public key is in a chain. | agl@chromium.org | 2011-04-12 | 1 | -0/+1 |
* | net: add ability to distinguish user-added root CAs. | agl@chromium.org | 2011-04-07 | 1 | -1/+11 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Clean up the IsBlacklisted function. | wtc@chromium.org | 2011-03-24 | 1 | -5/+10 |