| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Second try. r27819 was missing a null pointer check for | wtc@chromium.org | 2009-10-02 | 1 | -38/+22 |
* | Revert r27819 because it causes net_unittests to crash in the | wtc@chromium.org | 2009-10-02 | 1 | -20/+38 |
* | Map SEC_ERROR_OCSP_BAD_HTTP_RESPONSE (-8073) to | wtc@chromium.org | 2009-10-02 | 1 | -38/+20 |
* | Don't use NSS databases for non-essential purposes, such as remembering | wtc@chromium.org | 2009-09-21 | 1 | -1/+2 |
* | Add a NOTREACHED() to catch users of pre-release NSS. | chase@chromium.org | 2009-09-11 | 1 | -0/+5 |
* | Add code for enabling or disabling CRLs and OCSP correctly. | wtc@chromium.org | 2009-08-24 | 1 | -2/+18 |
* | Improve certificate error mapping. | wtc@chromium.org | 2009-08-21 | 1 | -2/+9 |
* | Try to fix crash in OCSP handlers. | ukai@chromium.org | 2009-08-19 | 1 | -16/+3 |
* | Disable OCSP until we have fixed the crash in OCSP code. As a result our | wtc@chromium.org | 2009-08-17 | 1 | -3/+16 |
* | Address Alexei Volkov's comments on http://codereview.chromium.org/119026. | wtc@chromium.org | 2009-08-13 | 1 | -7/+20 |
* | typedef PolicyOID to support Linux-only SECOidTag in EVRootCAMetadata methods. | ukai@chromium.org | 2009-08-12 | 1 | -61/+4 |
* | Use strict revocation flags only for EV verification. | wtc@chromium.org | 2009-08-08 | 1 | -3/+14 |
* | Fix build break with uninitialized variable 'ev_policy_tag'. | ukai@chromium.org | 2009-08-07 | 1 | -10/+9 |
* | Implement X509Certificate::IsEV for NSS. | ukai@chromium.org | 2009-08-07 | 1 | -82/+202 |
* | Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify(). | ukai@chromium.org | 2009-06-23 | 1 | -2/+7 |
* | Don't consider a certificate revoked if we don't have | wtc@chromium.org | 2009-06-05 | 1 | -2/+5 |
* | Move X509Certificate::HasExpired to x509_certificate.cc. | ukai@chromium.org | 2009-06-01 | 1 | -5/+0 |
* | Implement X509Certificate::Verify for Linux. | ukai@chromium.org | 2009-05-28 | 1 | -7/+270 |
* | Remove another NOTIMPLEMENTED | kuchhal@chromium.org | 2009-05-20 | 1 | -1/+1 |
* | Don't return true from unimplemented X509Certificate::IsEV. | ukai@chromium.org | 2009-04-29 | 1 | -0/+6 |
* | Fix leak in GetCertSubjectAltNamesOfType(). Found by valgrind. | dkegel@google.com | 2009-03-18 | 1 | -0/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Implement X509Certificate::Persist. | dkegel@google.com | 2009-02-24 | 1 | -14/+17 |
* | Enable SSL error handling in Linux again. | dkegel@google.com | 2009-02-19 | 1 | -1/+4 |
* | Stub out an unimplemented NSS function. | evan@chromium.org | 2009-02-09 | 1 | -0/+5 |
* | Add X509Certificate::Verify stubs for Mac and Linux. | wtc@chromium.org | 2009-02-05 | 1 | -0/+8 |
* | Reverting 8868. | ericroman@google.com | 2009-01-29 | 1 | -70/+38 |
* | Reverting 8864. | wtc@chromium.org | 2009-01-29 | 1 | -38/+70 |
* | Work around our not caching the intermediate CA | wtc@chromium.org | 2009-01-29 | 1 | -70/+38 |
* | Implement part of x509_certificate on linux, enable its unit test. | dkegel@google.com | 2008-12-22 | 1 | -5/+242 |