summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-14/+47
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-9/+64
* Honor server requested origin bound client cert types.mattm@chromium.org2011-12-061-11/+9
* SSLClientSocketNSS::ClearSessionCache should initializewtc@chromium.org2011-12-061-0/+6
* Support EC certs in OriginBoundCertService and OriginBoundCertStore.mattm@chromium.org2011-12-061-15/+55
* Log server advertised protos and the selectedrtenneti@google.com2011-12-051-1/+6
* base::Bind: Convert SSLHostInfo::WaitForDataReady.jhawkins@chromium.org2011-12-031-4/+6
* Add the encrypted client certificates TLS extension and enable it ifwtc@chromium.org2011-11-101-0/+9
* 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-0/+6
* 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
* Fix a potential CFRelease(NULL).thakis@chromium.org2011-10-251-2/+5
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-191-1/+2
* net: rework the NPN patch.agl@chromium.org2011-10-181-37/+58
* Log events related to SSL client authentication.wtc@chromium.org2011-10-171-10/+52
* DoGetOBCertComplete should reset client_auth_cert_needed_ to falsewtc@chromium.org2011-10-141-0/+1
* Convert the easy ones in net/base/ to using CompletionCallback.willchan@chromium.org2011-10-071-4/+8
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* net: fix crash when failing to import a client-side cert into NSS.agl@chromium.org2011-09-271-17/+37
* Fallback from platform client auth to NSS client auth.mattm@chromium.org2011-09-271-49/+55
* 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
* net: support side-pinning of public keys.agl@chromium.org2011-09-201-0/+57
* Revert r98279 partially to disable the STATE_LOAD_SSL_HOST_INFO statewtc@chromium.org2011-09-031-2/+2
* Update SSLClientSocketNSS::ClientAuthHandler now thatmattm@chromium.org2011-09-021-5/+2
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Fix deleting a CERTCertificate object.mattm@chromium.org2011-09-011-2/+3
* Always enable the STATE_LOAD_SSL_HOST_INFO state to verify the crash fixwtc@chromium.org2011-08-251-6/+4
* Remove DisableOCSP().sergeyu@chromium.org2011-08-231-4/+6
* Changes SSLClientSocketNSS::ClientAuthHandler to handle the origin-bound cert...rkn@chromium.org2011-08-191-10/+145
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-301-1/+2
* net: allow SSL secrets to be exported sooner.agl@chromium.org2011-07-261-2/+1
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-0/+18
* Fix instability in SSL client/server socketssergeyu@chromium.org2011-07-211-5/+13
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-4/+4
* Revert r92977 partially to fix a certificate verification regressionwtc@chromium.org2011-07-211-5/+6
* Adds command-line switch for TLS origin bound certificate extension.rkn@chromium.org2011-07-201-1/+2
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-201-9/+23
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-10/+7
* Add client-side support for the origin bound certificate TLS extension.rkn@chromium.org2011-07-141-0/+6
* Detect Kaspersky SSL MITM and give a helpful error message.agl@chromium.org2011-07-011-30/+37
* net: measure the latency difference of resume handshakes.agl@chromium.org2011-06-291-0/+11
* 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
* Make TCP FastOpen work again.wtc@chromium.org2011-06-221-17/+5