summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_openssl.h
Commit message (Expand)AuthorAgeFilesLines
* Convert the easy ones in net/base/ to using CompletionCallback.willchan@chromium.org2011-10-071-1/+0
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-9/+9
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-0/+4
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-1/+1
* Fixes for OpenSSLbulach@chromium.org2011-07-051-0/+2
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Cache certificate verification results in memory.wtc@google.com2010-12-161-2/+5
* Add support for OpenSSL Next Protocol Negotiationbulach@chromium.org2010-12-091-0/+8
* Fix cpplint.py nits.wtc@chromium.org2010-12-081-2/+2
* Fixes the remaining unit tests failures for OpenSSL:joth@chromium.org2010-12-021-1/+6
* Implements openssl session cachingjoth@chromium.org2010-11-231-1/+5
* Fix openssl build: convert hostname_ and port_ to HostPortPairjoth@chromium.org2010-11-151-4/+2
* 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/+1
* Connect up OpenSSL socket to use the OpenSSL X509Certificate.joth@chromium.org2010-10-081-5/+0
* implement certificate verification state machinejoth@chromium.org2010-10-041-0/+13
* Verify server cert using default host CA cert storejoth@chromium.org2010-10-041-2/+4
* First step at OpenSSL client socket implementation.joth@chromium.org2010-09-291-0/+135