summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable TLS Channel ID for the openssl implementation of SSLClientSocket.qsr@chromium.org2013-10-251-0/+58
* [SPDY] Do not advertise SPDY/2 by defaultakalin@chromium.org2013-10-061-2/+2
* [SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1akalin@chromium.org2013-10-041-5/+0
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-1/+6
* Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"akalin@chromium.org2013-07-301-6/+1
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-1/+6
* First step at enabling QUIC over HTTPS.rtenneti@chromium.org2013-07-101-0/+4
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.akalin@chromium.org2013-05-151-4/+4
* [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1akalin@chromium.org2013-04-121-0/+4
* [SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control)akalin@chromium.org2013-03-051-0/+4
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-4/+4
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-10/+5
* Remove SPDY 2.1 support.rch@chromium.org2012-04-091-4/+0
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-4/+6
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-6/+4
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-7/+7
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-0/+4
* Adds support for the credentials frame.rch@chromium.org2012-02-081-6/+11
* Initialize protocol_version to Unknown.rtenneti@chromium.org2011-12-201-1/+1
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-5/+23
* SPDY - add support for spdy/2.1 to support flow control.rtenneti@google.com2011-12-101-0/+11
* Revert 113419 - Revert 113409 - Add a new method to SSLClientSocket:rch@chromium.org2011-12-081-1/+10
* Revert 113409 - Add a new method to SSLClientSocket:rch@chromium.org2011-12-071-10/+1
* Add a new method to SSLClientSocket:rch@chromium.org2011-12-071-1/+10
* Log server advertised protos and the selectedrtenneti@google.com2011-12-051-1/+32
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+62