summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-4/+5
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-5/+5
* Cache certificate verification results in memory.wtc@google.com2010-12-161-2/+4
* Fix openssl after singleton refactorjoth@chromium.org2010-12-141-6/+6
* Adds first cut implementation of a private key store abstraction for openssljoth@chromium.org2010-12-101-4/+13
* Switch linux OpenSSL build to use custom openssl versionjoth@chromium.org2010-12-091-1/+2
* Add support for OpenSSL Next Protocol Negotiationbulach@chromium.org2010-12-091-2/+54
* Fix cpplint.py nits.wtc@chromium.org2010-12-081-2/+2
* Fix OpenSSL buildjoth@chromium.org2010-12-081-3/+6
* Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_...joth@chromium.org2010-12-071-21/+193
* I missed some comments from wtc on patch http://codereview.chromium.org/51950...joth@chromium.org2010-12-061-25/+25
* Fixes the remaining unit tests failures for OpenSSL:joth@chromium.org2010-12-021-3/+51
* Add support for some advanced SLL modes & options (where present)joth@chromium.org2010-12-011-14/+45
* Remove SSL 2.0 support.wtc@chromium.org2010-11-301-1/+1
* Implements openssl session cachingjoth@chromium.org2010-11-231-55/+167
* Refactor EnsureOpenSSLInit and openssl_util into basejoth@chromium.org2010-11-171-6/+28
* Fix openssl build: convert hostname_ and port_ to HostPortPairjoth@chromium.org2010-11-151-6/+4
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-0/+2
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+8
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Connect up OpenSSL socket to use the OpenSSL X509Certificate.joth@chromium.org2010-10-081-91/+38
* Follow up to wtc comments on http://codereview.chromium.org/3571011joth@chromium.org2010-10-061-17/+16
* OpenSSL socket: Add SSLv3 fallback supportjoth@chromium.org2010-10-041-1/+37
* implement certificate verification state machinejoth@chromium.org2010-10-041-35/+131
* Verify server cert using default host CA cert storejoth@chromium.org2010-10-041-6/+46
* First step at OpenSSL client socket implementation.joth@chromium.org2010-09-291-0/+614