| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow-up changes to Android certificate verification logic. | davidben@chromium.org | 2014-02-03 | 2 | -5/+13 |
* | net: block three, retired, Symantec intermediates. | agl@chromium.org | 2014-02-03 | 1 | -1/+10 |
* | Cleanup: Remove std::string("") usage and fix lint errors. | thestig@chromium.org | 2014-01-30 | 1 | -3/+3 |
* | Certificate Transparency: Add UMA for SCT presence, type. | eranm@google.com | 2014-01-22 | 5 | -20/+176 |
* | Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops. | sky@chromium.org | 2014-01-20 | 1 | -1/+1 |
* | Export verified_cert and public_key_hashes on Android. | davidben@chromium.org | 2014-01-17 | 3 | -35/+132 |
* | Remove obsolete NSS version checks. | mattm@chromium.org | 2014-01-17 | 2 | -39/+2 |
* | ChromeOS: Fix crash if login profile triggers client auth. | mattm@chromium.org | 2014-01-14 | 2 | -2/+185 |
* | Delete char32 from base/basictypes.h. | viettrungluu@chromium.org | 2014-01-06 | 1 | -4/+6 |
* | On OSX 10.9, treat MD2/MD5 intermediate/leafs as "weak", rather than invalid | rsleevi@chromium.org | 2014-01-04 | 1 | -6/+23 |
* | NSS: Fix places leaking internal slot references | mattm@chromium.org | 2014-01-03 | 1 | -1/+1 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 4 | -5/+7 |
* | Certificate Transparency: More unit tests for netlog logging. | eranm@google.com | 2013-12-25 | 1 | -4/+29 |
* | Add NSSCertDatabaseChromeOS which uses the correct slots for each user. | mattm@chromium.org | 2013-12-20 | 7 | -24/+386 |
* | Make net::CertDatabase and PKCS12InitSingleton singletons Leaky. | mattm@chromium.org | 2013-12-20 | 1 | -1/+3 |
* | Fix leak in net::NSSProfileFilterChromeOS::IsCertAllowed. | mattm@chromium.org | 2013-12-19 | 1 | -0/+1 |
* | Add comments to explain the current handling of CERT_STATUS_NON_UNIQUE_NAME. | wtc@chromium.org | 2013-12-18 | 2 | -0/+6 |
* | Set verify_result->is_issued_by_known_root correctly in | wtc@chromium.org | 2013-12-18 | 3 | -17/+39 |
* | Extract Certificate Transparency SCTs from stapled OCSP responses | ekasper@google.com | 2013-12-17 | 8 | -20/+453 |
* | Add ClientCertStoreChromeOS which only returns the certs for a given user. | mattm@chromium.org | 2013-12-17 | 2 | -0/+166 |
* | net: disable name constraints test on Android. | agl@chromium.org | 2013-12-16 | 1 | -1/+7 |
* | net: add name constraints for ANSSI root. | agl@chromium.org | 2013-12-16 | 6 | -1/+209 |
* | Revert of https://codereview.chromium.org/92443002/ | szym@chromium.org | 2013-12-13 | 8 | -445/+20 |
* | Extract Certificate Transparency SCTs from stapled OCSP responses | ekasper@google.com | 2013-12-13 | 8 | -20/+445 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 1 | -2/+1 |
* | NSS: Make cert import helper functions take the slot as an argument. | mattm@chromium.org | 2013-12-11 | 2 | -17/+30 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 1 | -1/+2 |
* | Certificate Transparency: Saving log description in SCT. | eranm@google.com | 2013-12-10 | 5 | -3/+74 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 1 | -2/+1 |
* | Fix coding style nits. | wtc@chromium.org | 2013-12-09 | 1 | -2/+2 |
* | net: block an ANSSI intermediate CA. | agl@chromium.org | 2013-12-07 | 1 | -1/+5 |
* | Certificate Transparency: Logging SCTs to the NetLog. | eranm@google.com | 2013-11-29 | 6 | -8/+254 |
* | SignedCertificateTimestamp storing & serialization code. | alcutter@google.com | 2013-11-29 | 6 | -6/+86 |
* | Certificate Transparency: Threading the CT verifier into the SSL client socket. | eranm@google.com | 2013-11-28 | 3 | -16/+124 |
* | QUIC: Update RSA keys to 2048-bit. | wtc@chromium.org | 2013-11-27 | 1 | -4/+4 |
* | Certificate Transparency: Address review comments from issue 67513008 | eranm@google.com | 2013-11-26 | 2 | -3/+2 |
* | net: fix CRLSet tests. | agl@chromium.org | 2013-11-25 | 1 | -56/+90 |
* | Revert 237095 "LOG(INFO) tidying in net/" | scottmg@chromium.org | 2013-11-25 | 1 | -0/+2 |
* | LOG(INFO) tidying in net/ | scottmg@chromium.org | 2013-11-25 | 1 | -2/+0 |
* | Add the high-level interface for verifying SCTs over multiple logs | eranm@google.com | 2013-11-24 | 9 | -1/+458 |
* | Add an SignedCertificateTimetampStore, making SignedCertificateTimestamp be r... | alcutter@google.com | 2013-11-22 | 7 | -37/+72 |
* | Don't use nss_util in CertificateManagerModel::IsHardwareBacked. | mattm@chromium.org | 2013-11-20 | 2 | -0/+8 |
* | Certificate Transparency: Address review comments from issue 65863002. | eranm@google.com | 2013-11-20 | 2 | -17/+33 |
* | CT: Adding SCT and PreCertificates extractor. This code creates the | eranm@google.com | 2013-11-19 | 5 | -5/+495 |
* | Certificate Transparency: Style fixes following review of issue 55953002. | eranm@google.com | 2013-11-18 | 2 | -10/+10 |
* | CT: Adding SCT verification functionality: A CTLogVerifier instance can verif... | eranm@google.com | 2013-11-13 | 5 | -0/+474 |
* | Update JWK output to match latest draft | juanlang@google.com | 2013-11-09 | 3 | -4/+4 |
* | mac: Prepare for -Wunused-functions. | thakis@chromium.org | 2013-11-07 | 2 | -70/+0 |
* | Avoid creating keys and self-signed certs separately. | bemasc@chromium.org | 2013-11-01 | 7 | -33/+166 |
* | CT: First step towards supporting Certificate Transparency in Chrome. | eranm@google.com | 2013-11-01 | 5 | -0/+750 |