summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-130/+42
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-38/+8
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-8/+38
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-14/+71
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-7/+36
* Log server advertised protos and the selectedrtenneti@google.com2011-12-051-1/+3
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-4/+4
* Do not chase AIA information when locating client certificates on Windows.rsleevi@chromium.org2011-11-051-1/+3
* Log the (server, to-be-verified) certificate chains to the NetLog when loggin...rsleevi@chromium.org2011-11-041-3/+10
* Disable SPDY IP pooling for SSL connections with client authentication.wtc@chromium.org2011-10-281-0/+2
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-251-0/+1
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-191-1/+2
* Convert the easy ones in net/base/ to using CompletionCallback.willchan@chromium.org2011-10-071-3/+6
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-7/+7
* 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-1/+1
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-0/+7
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-2/+2
* Revert r92977 partially to fix a certificate verification regressionwtc@chromium.org2011-07-211-7/+39
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-43/+9
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+16
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-16/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+16
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-011-6/+6
* Include SSL plaintext traffic in addition to the ciphertext when logging raw ...rsleevi@chromium.org2011-05-191-0/+6
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-281-10/+7
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+4
* net: add issued_by_known_hash and public_key_hashes to SSLInfo.agl@chromium.org2011-04-131-1/+4
* When determining potential client certificates on Windows, if a certificate d...rsleevi@chromium.org2011-03-031-0/+7
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Cache certificate verification results in memory.wtc@google.com2010-12-161-2/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-5/+11
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-11/+5
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-5/+11
* Remove SSL 2.0 support.wtc@chromium.org2010-11-301-9/+4
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-5/+6
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+8
* net: comment/TODO cleanup and clarification, and don't raise ERR_SSL_PROTOCOL...rsleevi@chromium.org2010-10-201-13/+16
* Report AcquireCredentialsHandle errors. This requireswtc@chromium.org2010-10-121-23/+39
* Synchronize the mappings between Windows/Mac error codes and their net:: erro...rsleevi@chromium.org2010-10-101-4/+36
* Use the SecInvalidateHandle and SecIsValidHandle macroswtc@chromium.org2010-10-061-9/+18
* Add more LOG(ERROR) messages to track down bug 55678,wtc@chromium.org2010-09-281-4/+8
* Add log messages to the places where we set the ERR_UNEXPECTEDwtc@chromium.org2010-09-221-4/+9
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+8
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+16
* Filter out certificates that cannot be used as client certs on Windowsdavidben@chromium.org2010-08-101-0/+36