summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove support for RSA Origin Bound Certificates.mattm@chromium.org2012-02-291-19/+0
* 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-1/+1
* net: log the number of certificates from NSS.agl@chromium.org2012-02-211-0/+2
* net: remove special case for Kaspersky HTTPSagl@chromium.org2012-02-211-10/+1
* Pull out debug instrumentation.mattm@chromium.org2012-02-171-11/+0
* Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST...rsleevi@chromium.org2012-02-151-10/+9
* Add some instrumentation to track down a crash.eroman@chromium.org2012-02-141-0/+11
* Adds support for the credentials frame.rch@chromium.org2012-02-081-2/+6
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-271-2/+3
* Remove "FALSE START" logspam.thakis@chromium.org2012-01-241-1/+0
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-241-0/+1
* The network_moved check in DoHandshakeLoop should only apply towtc@chromium.org2012-01-131-7/+11
* net: don't pass the CRLSet in the SSLConfig.agl@chromium.org2012-01-061-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+1
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* net: reenable #if's around pinning code.agl@chromium.org2011-12-141-2/+2
* net: split the SSL session cache between incognito and normal.agl@chromium.org2011-12-121-1/+9
* Reland: net: move pinning checks into the SSL socket.agl@chromium.org2011-12-121-10/+44
* Revert 113823 - net: move pinning checks into the SSL socket.ajwong@chromium.org2011-12-091-44/+10
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-134/+44
* net: move pinning checks into the SSL socket.agl@chromium.org2011-12-091-10/+44
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-49/+12
* Don't initialize NSS before calling SSL_ClearSessionCache.wtc@chromium.org2011-12-091-3/+2
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-12/+49
* Revert 113419 - Revert 113409 - Add a new method to SSLClientSocket:rch@chromium.org2011-12-081-1/+5
* Revert 113409 - Add a new method to SSLClientSocket:rch@chromium.org2011-12-071-4/+1
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-1/+0
* Add a new method to SSLClientSocket:rch@chromium.org2011-12-071-1/+4
* 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