| Commit message (Expand) | Author | Age | Files | Lines |
* | Thread-safety for X509Certificate's intermediate-certs list. | snej@chromium.org | 2010-03-05 | 1 | -4/+10 |
* | Mac: Work around SSL renegotiation problems with client certs. | snej@chromium.org | 2010-03-05 | 1 | -1/+0 |
* | Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :( | snej@chromium.org | 2010-03-05 | 1 | -10/+4 |
* | Thread-safety for X509Certificate's intermediate-certs list. | snej@chromium.org | 2010-03-05 | 1 | -4/+10 |
* | Mac client-side SSL cert improvements. | snej@chromium.org | 2010-02-24 | 1 | -25/+48 |
* | Client-side SSL cert support for Mac. | snej@chromium.org | 2010-02-18 | 1 | -20/+182 |
* | Define X509Certificate::intermediate_ca_certs_ as a std::vector of | wtc@chromium.org | 2009-12-09 | 1 | -20/+2 |
* | Don't assert what the certificate's subjectAltName extension | wtc@chromium.org | 2009-12-07 | 1 | -5/+7 |
* | Enable Mac EV cert validation w/o requiring the user to explicitly enable rev... | hawk@chromium.org | 2009-10-16 | 1 | -6/+4 |
* | Enable certificate revocation and EV certificate validation for Mac | hawk@chromium.org | 2009-10-16 | 1 | -2/+9 |
* | Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer... | hawk@chromium.org | 2009-08-27 | 1 | -15/+393 |
* | Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify(). | ukai@chromium.org | 2009-06-23 | 1 | -3/+2 |
* | Move X509Certificate::HasExpired to x509_certificate.cc. | ukai@chromium.org | 2009-06-01 | 1 | -5/+0 |
* | Fix leak in cert code that Valgrind found. | avi@google.com | 2009-03-27 | 1 | -24/+33 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -20/+20 |
* | 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 | -79/+42 |
* | Reverting 8864. | wtc@chromium.org | 2009-01-29 | 1 | -42/+79 |
* | Work around our not caching the intermediate CA | wtc@chromium.org | 2009-01-29 | 1 | -79/+42 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Some quick changes suggested by wtc in review. | avi@google.com | 2008-09-24 | 1 | -1/+14 |
* | Refactoring out common code in the X.509 cert handling | avi@google.com | 2008-09-23 | 1 | -132/+1 |
* | Another unit test parsing the Webkit cert, and the attendent changes needed f... | avi@google.com | 2008-09-23 | 1 | -19/+28 |
* | Unit test now runs on the Mac. | avi@google.com | 2008-09-22 | 1 | -9/+70 |
* | Accidental commit; oops | avi@google.com | 2008-09-19 | 1 | -70/+9 |
* | Unit test now runs on the Mac. | avi@google.com | 2008-09-19 | 1 | -9/+70 |
* | Add a byte factory method for unit testing. | avi@google.com | 2008-09-19 | 1 | -7/+14 |
* | Some tweaks pointed out by wtc. | avi@google.com | 2008-09-18 | 1 | -11/+8 |
* | Bring X.509 cert handling (at least preliminarily) to the Mac. | avi@google.com | 2008-09-18 | 1 | -0/+390 |