| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -5/+5 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -2/+4 |
* | Fix openssl after singleton refactor | joth@chromium.org | 2010-12-14 | 1 | -6/+6 |
* | Adds first cut implementation of a private key store abstraction for openssl | joth@chromium.org | 2010-12-10 | 1 | -4/+13 |
* | Switch linux OpenSSL build to use custom openssl version | joth@chromium.org | 2010-12-09 | 1 | -1/+2 |
* | Add support for OpenSSL Next Protocol Negotiation | bulach@chromium.org | 2010-12-09 | 1 | -2/+54 |
* | Fix cpplint.py nits. | wtc@chromium.org | 2010-12-08 | 1 | -2/+2 |
* | Fix OpenSSL build | joth@chromium.org | 2010-12-08 | 1 | -3/+6 |
* | Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_... | joth@chromium.org | 2010-12-07 | 1 | -21/+193 |
* | I missed some comments from wtc on patch http://codereview.chromium.org/51950... | joth@chromium.org | 2010-12-06 | 1 | -25/+25 |
* | Fixes the remaining unit tests failures for OpenSSL: | joth@chromium.org | 2010-12-02 | 1 | -3/+51 |
* | Add support for some advanced SLL modes & options (where present) | joth@chromium.org | 2010-12-01 | 1 | -14/+45 |
* | Remove SSL 2.0 support. | wtc@chromium.org | 2010-11-30 | 1 | -1/+1 |
* | Implements openssl session caching | joth@chromium.org | 2010-11-23 | 1 | -55/+167 |
* | Refactor EnsureOpenSSLInit and openssl_util into base | joth@chromium.org | 2010-11-17 | 1 | -6/+28 |
* | Fix openssl build: convert hostname_ and port_ to HostPortPair | joth@chromium.org | 2010-11-15 | 1 | -6/+4 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -0/+2 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 1 | -0/+8 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Connect up OpenSSL socket to use the OpenSSL X509Certificate. | joth@chromium.org | 2010-10-08 | 1 | -91/+38 |
* | Follow up to wtc comments on http://codereview.chromium.org/3571011 | joth@chromium.org | 2010-10-06 | 1 | -17/+16 |
* | OpenSSL socket: Add SSLv3 fallback support | joth@chromium.org | 2010-10-04 | 1 | -1/+37 |
* | implement certificate verification state machine | joth@chromium.org | 2010-10-04 | 1 | -35/+131 |
* | Verify server cert using default host CA cert store | joth@chromium.org | 2010-10-04 | 1 | -6/+46 |
* | First step at OpenSSL client socket implementation. | joth@chromium.org | 2010-09-29 | 1 | -0/+614 |