| Commit message (Expand) | Author | Age | Files | Lines |
* | Defines SSLServerSocket and implements SSLServerSocketNSS | hclam@chromium.org | 2010-12-23 | 1 | -0/+11 |
* | Implement X509Certificate::CreateSelfSigned on Windows | hclam@chromium.org | 2010-12-22 | 1 | -0/+10 |
* | Add support for temporarily trusting a certificate for the duration of unit t... | rsleevi@chromium.org | 2010-12-16 | 1 | -67/+3 |
* | Cleanup X509CertificateMac style nits and introduce a crypto library agnostic... | rsleevi@chromium.org | 2010-12-05 | 1 | -68/+48 |
* | Clean-up style issues in net:: related to X.509 data-types, eliminating unnec... | rsleevi@chromium.org | 2010-11-22 | 1 | -0/+1 |
* | Reland 66791 (change was innocent) | willchan@chromium.org | 2010-11-19 | 1 | -7/+12 |
* | Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -12/+7 |
* | Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -7/+12 |
* | Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi... | willchan@chromium.org | 2010-11-13 | 1 | -12/+7 |
* | Disallow Singleton and LazyInstance on non-joinable threads. | willchan@chromium.org | 2010-11-12 | 1 | -7/+12 |
* | On Windows, merge X509Certificate::VerifyEV into | wtc@chromium.org | 2010-11-04 | 1 | -0/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -20/+21 |
* | Adds X509 certificates for OpenSSL. | bulach@chromium.org | 2010-10-08 | 1 | -0/+15 |
* | Mac: Look for issuer in a certificate chain instead of subject | davidben@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | Fix style nits. | wtc@chromium.org | 2010-07-26 | 1 | -5/+6 |
* | Fix FLAKY X509CertificateParseTest.CanParseFormat on OS X 10.5 when decoding ... | rsleevi@chromium.org | 2010-07-23 | 1 | -19/+36 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-22 | 1 | -2/+78 |
* | Revert 52799 - Add support for parsing certificate formats other than raw, DE... | rsleevi@chromium.org | 2010-07-17 | 1 | -78/+2 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-17 | 1 | -2/+78 |
* | Minor clean-up tasks that were TODO(snej) | rsleevi@chromium.org | 2010-07-17 | 1 | -5/+4 |
* | Rewrite X509Certificate::SupportsSSLClientAuth to be more accurate | davidben@chromium.org | 2010-07-13 | 1 | -12/+39 |
* | Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a... | rsleevi@chromium.org | 2010-06-26 | 1 | -1/+1 |
* | [Mac] Add locking as speculative fix for X509Certificate crashes. | snej@chromium.org | 2010-04-27 | 1 | -0/+6 |
* | Mac: Make client-cert picker only show certs the server will accept. | snej@chromium.org | 2010-03-26 | 1 | -106/+92 |
* | Revert due to compile failures | amit@chromium.org | 2010-03-26 | 1 | -92/+106 |
* | Mac: Make client-cert picker only show certs the server will accept. | snej@chromium.org | 2010-03-26 | 1 | -106/+92 |
* | 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 |