summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_openssl.h
Commit message (Expand)AuthorAgeFilesLines
* Enable exporting SSLKEYLOGFILE on Android w/ command line argumentszhongyi2015-10-161-0/+3
* Implement GetTotalReceivedBytes() for StreamSockettbansal2015-10-141-0/+2
* Removing unused SupportsDigest methodsvaldez2015-09-301-1/+0
* Adding CHECK for re-connect on SSLClientSocketsvaldez2015-08-201-0/+4
* Sign CertificateVerify messages on a background thread.davidben2015-07-011-13/+31
* Cache sessions on new_session_cb.davidben2015-06-241-6/+7
* Add served cert chain to SSLInfoestark2015-06-131-5/+0
* Combine ChannelIDService::RequestHandle and ChannelIDServiceRequest classesnharper2015-06-101-1/+1
* Remove certificates from Channel IDnharper2015-06-011-2/+1
* Gather metrics classifying the cause of the TLS fallback.davidben2015-05-151-0/+3
* Collect all ConnectionAttempts from both sockets in TransportConnectJob.ttuttle2015-05-151-0/+3
* Split DoHandshake into DoHandshake and DoHandshakeComplete.davidben2015-05-121-0/+2
* Remove client_auth_cert_needed_ from SSLClientSocketOpenSSL.davidben2015-05-121-3/+0
* Reject renegotiations in SSLClientSocket by default.davidben2015-05-121-0/+3
* Refactor the API for CertVerifier::Verify() and the implementation of MultiTh...eroman2015-05-111-2/+2
* Remove WasChannelIDSent and friends from SSLClientSocket.davidben2015-04-271-2/+2
* Clean up NPN/ALPN-related SSLClientSocket bits.davidben2015-04-271-1/+1
* Rewrite session cache in OpenSSL ports.davidben2015-04-081-3/+16
* Unwind the SSL connection holdback experiment and remove related codersleevi2015-03-161-22/+4
* Implement zero-copy SSL buffers.haavardm2014-12-191-2/+4
* Certificate Transparency: Require SCTs for EV certificates.eranm2014-12-031-0/+2
* Log SSL_READ_ERROR and SSL_WRITE_ERROR in SSLClientSocketOpenSSL.davidben2014-10-281-0/+8
* SSLClientSocketOpenSSL: Pump SSL_read loop on transport read error.davidben2014-10-231-2/+2
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-34/+34
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-25/+25
* Only use the platform cert in verification in SSLClientSocketOpenSSL.davidben2014-09-191-1/+1
* Enable Certificate Transparency in the OpenSSL port.davidben2014-09-041-0/+14
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-281-2/+1
* Align SSLClientSocketOpenSSL and SSLClientSocketNSS histograms.davidben2014-08-251-0/+1
* Change the lifespan of SSlConnectJobMessengers so that they are createdwtc@chromium.org2014-08-211-2/+1
* Support intermediate certificates for OpenSSL client auth.davidben@chromium.org2014-08-151-1/+1
* Add pinning support to OpenSSL.rch@chromium.org2014-08-091-0/+8
* This CL is a follow up to https://codereview.chromium.org/416683002/.mshelley@chromium.org2014-08-081-8/+8
* This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s...mshelley@chromium.org2014-08-071-0/+11
* This CL is a better implementation of https://codereview.chromium.org/3289030...mshelley@chromium.org2014-08-051-0/+13
* Implement ALPN for SSLClientSocketOpenSSL.davidben@chromium.org2014-07-301-3/+1
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-251-6/+6
* Preserve transport errors for OpenSSL sockets.davidben@chromium.org2014-07-141-1/+20
* Fix SSLClientSocketOpenSSL error-handling for Channel ID.davidben@chromium.org2014-06-211-6/+4
* Populate cert_key_types on OpenSSL.davidben@chromium.org2014-05-201-0/+4
* Implement SSL server socket over OpenSSL.byungchul@chromium.org2014-05-171-1/+1
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-2/+2
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-2/+2
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-2/+2
* Use sockets with unread data if they've never been used before.davidben@chromium.org2014-03-261-0/+4
* Make OpenSSL UpdateServerCert() OS independent.haavardm@opera.com2014-03-171-0/+7
* OpenSSL: don't allow the server certificate to change during renegotiation.agl@chromium.org2014-02-281-0/+7
* Close the correct end of the BIO pair on transport send failures in openssl.davidben@chromium.org2014-02-061-1/+5
* Move internal SSLClientSocketOpenSSL methods to be privatersleevi@chromium.org2013-11-081-12/+16
* Enable TLS Channel ID for the openssl implementation of SSLClientSocket.qsr@chromium.org2013-10-251-0/+17