summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* Roll src/third_party/boringssl/src 3ac32b1ed..fde89b43cdavidben2015-12-011-3/+5
* IsSecureTLSCipherSuite should not classify DHE_RSA as secure.davidben2015-10-261-1/+1
* Enable exporting SSLKEYLOGFILE on Android w/ command line argumentszhongyi2015-10-161-0/+13
* Remove crypto::ECPrivateKey::IsSupported.davidben2015-10-151-9/+2
* Refactor SSLClientSocket::SerializeNextProtos().bnc2015-09-291-5/+1
* Remove kProtoHTTP2MinimumVersion, kProtoHTTP2MaximumVersion.bnc2015-09-021-2/+1
* Remove HTTP/2 draft-14 support.bnc2015-08-261-8/+0
* s/SPDY4/HTTP2/g in enum NextProto value names.bnc2015-06-291-6/+6
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* Remove certificates from Channel IDnharper2015-06-011-7/+1
* Unvirtual and inline SSLClientSocket setters.davidben2015-04-271-17/+1
* Remove WasChannelIDSent and friends from SSLClientSocket.davidben2015-04-271-9/+0
* Clean up NPN/ALPN-related SSLClientSocket bits.davidben2015-04-271-47/+33
* Unwind the SSL connection holdback experiment and remove related codersleevi2015-03-161-1/+0
* Remove HTTP/2 draft-15 enum values and test cases.bnc2015-03-101-6/+0
* Advertise HTTP/2 support.bnc2015-03-091-0/+4
* IgnoreCertError should check if the error is a certificate error.davidben2015-02-201-1/+5
* Add a dedicated SSL protocol version metric.davidben2015-02-191-22/+0
* Remove 4 net load flags to ignore various types of cert warnings.mmenke2015-02-021-16/+1
* Do not use HTTP/2 without adequate security.bnc2014-12-131-1/+23
* Remove memcpy from SSLClientSocket::SerializeNextProtos.bnc2014-12-121-17/+4
* Change next_proto member type.bnc2014-12-111-15/+15
* Support HTTP/2 drafts 14 and 15 simultaneously.bnc2014-11-131-6/+12
* Update ALPN/NPN token from "h2-14" to "h2-15".bnc2014-11-071-4/+4
* Record ConnectionType metrics in OpenSSL.davidben2014-11-051-0/+24
* Add histogram to track NPN/ALPN.bnc2014-10-131-1/+34
* Change the lifespan of SSlConnectJobMessengers so that they are createdwtc@chromium.org2014-08-211-10/+0
* HTTP2 draft 14 supportbnc@chromium.org2014-08-211-4/+4
* This CL is a better implementation of https://codereview.chromium.org/3289030...mshelley@chromium.org2014-08-051-0/+11
* Implement ALPN for SSLClientSocketOpenSSL.davidben@chromium.org2014-07-301-15/+36
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-251-12/+12
* Update HTTP/2 NPN/ALPN tokens to "h2-13" to advertise draft 13 support.jgraettinger@chromium.org2014-06-261-4/+4
* Update HTTP/2 NPN/ALPN tokens to "h2-12" to advertise draft 12 support.jgraettinger@chromium.org2014-05-201-4/+4
* Update SPDY4/HTTP2 identifiers/flags/NPN tokens.jgraettinger@chromium.org2014-04-141-8/+8
* Extract Certificate Transparency SCTs from stapled OCSP responsesekasper@google.com2013-12-171-5/+7
* Revert of https://codereview.chromium.org/92443002/szym@chromium.org2013-12-131-7/+5
* Extract Certificate Transparency SCTs from stapled OCSP responsesekasper@google.com2013-12-131-5/+7
* Add support for fetching Certificate Transparency SCTs over a TLS extensionekasper@google.com2013-11-281-1/+11
* 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