| Commit message (Expand) | Author | Age | Files | Lines |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -3/+3 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -3/+3 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -3/+3 |
* | Resubmission of r98288: Added CreateOriginBound method to x509_certificate.h | mdietz@google.com | 2011-09-08 | 1 | -10/+150 |
* | Revert 98288 - Added CreateOriginBound method to x509_certificate.h. | jbates@chromium.org | 2011-08-25 | 1 | -150/+10 |
* | Added CreateOriginBound method to x509_certificate.h. | mdietz@google.com | 2011-08-25 | 1 | -10/+150 |
* | Return the constructed certificate chain in X509Certificate::Verify() | rsleevi@chromium.org | 2011-07-30 | 1 | -3/+17 |
* | Implement GetSubjectAltName on all platforms | joth@chromium.org | 2011-07-19 | 1 | -47/+39 |
* | Cache the underlying OS certificate handle within the X509CertificateCache, r... | rsleevi@chromium.org | 2011-07-19 | 1 | -2/+1 |
* | Also ignore SEC_ERROR_BAD_INFO_ACCESS_LOCATION when we try AIA | wtc@chromium.org | 2011-07-18 | 1 | -0/+1 |
* | net: add additional EV policy OID for Valicert | agl@chromium.org | 2011-06-30 | 1 | -1/+0 |
* | net: allow multiple EV OIDs | agl@chromium.org | 2011-06-29 | 1 | -6/+9 |
* | Coverity: Return if cert creation fails in X509Certificate::CreateSelfSigned. | thestig@chromium.org | 2011-06-22 | 1 | -0/+3 |
* | Factor out Verify into x509 base class | joth@chromium.org | 2011-06-21 | 1 | -10/+3 |
* | Code formatting. | qsr@google.com | 2011-05-12 | 1 | -4/+5 |
* | Reformating functions calls. | qsr@google.com | 2011-05-10 | 1 | -1/+2 |
* | Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/... | kushi.p@gmail.com | 2011-05-05 | 1 | -3/+3 |
* | 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 | -16/+20 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -6/+6 |
* | net: add support for checking if a known public key is in a chain. | agl@chromium.org | 2011-04-12 | 1 | -0/+23 |
* | net: add ability to distinguish user-added root CAs. | agl@chromium.org | 2011-04-07 | 1 | -1/+19 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Remove most unnecessary uses of "net::" in net/base/. | adamk@chromium.org | 2011-03-25 | 1 | -1/+1 |
* | SEC_ERROR_UNTRUSTED_CERT means the user has marked the (leaf) certificate | wtc@chromium.org | 2011-03-23 | 1 | -3/+3 |
* | Blacklist certain leaf certificates. | agl@chromium.org | 2011-03-17 | 1 | -0/+12 |
* | An RSA SSL server certificate whose Key Usage extension | wtc@chromium.org | 2011-03-10 | 1 | -0/+15 |
* | Add X509Certificate::VerifyCertName(string) API. This will be used | mbelshe@chromium.org | 2011-03-03 | 1 | -0/+4 |
* | Defines SSLServerSocket and implements SSLServerSocketNSS | hclam@chromium.org | 2010-12-23 | 1 | -0/+9 |
* | Create self signed X509 certificate | hclam@chromium.org | 2010-12-17 | 1 | -0/+105 |
* | Adds X509 certificates for OpenSSL. | bulach@chromium.org | 2010-10-08 | 1 | -0/+10 |
* | Turn off CRL checking for CAs that have multiple keys to work around | wtc@chromium.org | 2010-09-25 | 1 | -0/+25 |
* | Remove an obsolete TODO comment. Support for the Netscape SSL | wtc@chromium.org | 2010-08-27 | 1 | -4/+0 |
* | x509_certificate_nss: remove unused ScopedCERTCertificate and ScopedCERTCertList | mattm@chromium.org | 2010-08-21 | 1 | -32/+0 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-22 | 1 | -8/+63 |
* | Revert 52799 - Add support for parsing certificate formats other than raw, DE... | rsleevi@chromium.org | 2010-07-17 | 1 | -63/+8 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-17 | 1 | -8/+63 |
* | Minor clean-up tasks that were TODO(snej) | rsleevi@chromium.org | 2010-07-17 | 1 | -4/+4 |
* | Do not call NSS functions if NSS initialization failed. | wtc@chromium.org | 2010-04-16 | 1 | -0/+4 |
* | Our HTTP client callback functions for NSS must set an NSS/NSPR error | wtc@chromium.org | 2010-04-05 | 1 | -0/+2 |
* | Do not use cert_pi_useAIACertFetch by default. Use it only | wtc@chromium.org | 2010-03-19 | 1 | -35/+141 |
* | Thread-safety for X509Certificate's intermediate-certs list. | snej@chromium.org | 2010-03-05 | 1 | -3/+6 |
* | Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :( | snej@chromium.org | 2010-03-05 | 1 | -6/+3 |
* | Thread-safety for X509Certificate's intermediate-certs list. | snej@chromium.org | 2010-03-05 | 1 | -3/+6 |
* | Mac: implement <keygen> support, including adding generated cert to the Keych... | snej@chromium.org | 2010-03-02 | 1 | -5/+10 |
* | Add a context-sensitive error mapping function specific to SSL | wtc@chromium.org | 2010-01-15 | 1 | -0/+2 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 1 | -20/+2 |
* | Don't assert what the certificate's subjectAltName extension | wtc@chromium.org | 2009-12-07 | 1 | -5/+9 |
* | Work around the NSS bugs in the AIA certificate fetch code by retrying | wtc@chromium.org | 2009-11-20 | 1 | -9/+26 |
* | X509Certificate::Verify should honor the | wtc@chromium.org | 2009-10-30 | 1 | -8/+25 |