summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-2/+3
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-2/+3
* NetLogEventParameter to Callback refactoring 9.mmenke@chromium.org2012-06-141-2/+2
* Select the first protocol from the next protocol list of SSLConfig if If we d...jnd@chromium.org2012-06-141-20/+19
* NetLogEventParameter to Callback refactoring 1,mmenke@chromium.org2012-06-121-1/+2
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-1/+1
* Use TLS 1.1.wtc@chromium.org2012-05-261-5/+21
* Prevent the infinite loop inside SSLClientSocketOpenSSL::OnSendComplete.wtc@chromium.org2012-05-221-3/+9
* net: False Start only for NPN capable servers.agl@google.com2012-04-101-7/+0
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-0/+1
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-3/+3
* Add an SSLConfig option to explicit disable NSSHttpIO.agl@chromium.org2012-03-151-0/+2
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-151-2/+3
* Roll OpenSSL deps, implement keying material exporter and testhclam@chromium.org2012-03-081-1/+17
* Provide the certificate chain as validated to SSLInfo.palmer@chromium.org2012-03-031-1/+1
* Set SSLInfo.client_cert_sent when origin bound cert was sent.mattm@chromium.org2012-02-251-2/+2
* Always log the SSL server certificate received and being verified.rsleevi@chromium.org2012-02-221-5/+3
* Adds support for the credentials frame.rch@chromium.org2012-02-081-0/+5
* The network_moved check in DoHandshakeLoop and calling OnHandshakeIOCompletejnd@chromium.org2012-01-211-15/+13
* net: split the SSL session cache between incognito and normal.agl@chromium.org2011-12-121-17/+51
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-80/+22
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-33/+7
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-7/+33
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-7/+33
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-5/+35
* Log server advertised protos and the selectedrtenneti@google.com2011-12-051-1/+3
* Upstream: Build net_unittests for Android.jingzhao@chromium.org2011-11-211-7/+26
* Log the (server, to-be-verified) certificate chains to the NetLog when loggin...rsleevi@chromium.org2011-11-041-0/+6
* Disable SPDY IP pooling for SSL connections with client authentication.wtc@chromium.org2011-10-281-0/+2
* Fix redux buildjoth@chromium.org2011-10-251-0/+1
* Fix openssl build after http://codereview.chromium.org/8265004/joth@chromium.org2011-10-191-1/+2
* Convert the easy ones in net/base/ to using CompletionCallback.willchan@chromium.org2011-10-071-7/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-1/+1
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-1/+1
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-1/+1
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-301-0/+1
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-0/+6
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-2/+2
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-2/+1
* Fixes for OpenSSLbulach@chromium.org2011-07-051-0/+16
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-011-4/+4
* Fix openssl build: wrong variable was usedjoth@chromium.org2011-05-191-1/+1
* Include SSL plaintext traffic in addition to the ciphertext when logging raw ...rsleevi@chromium.org2011-05-191-2/+8
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-281-13/+9
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+4
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-11/+11
* net: add issued_by_known_hash and public_key_hashes to SSLInfo.agl@chromium.org2011-04-131-0/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2