summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-3/+3
* Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERTwtc@chromium.org2012-06-071-3/+34
* Revert 140846 - (relanding r140697)rsleevi@chromium.org2012-06-061-1479/+2476
* Revert 140697 - Maybe caused sizes regression (which would be acceptablersleevi@chromium.org2012-06-061-2476/+1479
* Move the core state machine of SSLClientSocketNSS into a thread-safe Corersleevi@chromium.org2012-06-061-1479/+2476
* Use TLS 1.1.wtc@chromium.org2012-05-261-13/+13
* Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...agl@chromium.org2012-05-241-6/+3
* Revert "nss: revert encrypted and origin bound certificates support."agl@chromium.org2012-05-241-3/+6
* nss: revert encrypted and origin bound certificates support.agl@chromium.org2012-05-241-6/+3
* Removed unreached code related to ESET MITM detection.rsleevi@chromium.org2012-05-191-58/+52
* Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete.wtc@chromium.org2012-05-161-4/+12
* Replace DBC.Advertised with DomainBoundCerts.Support histogram.mattm@chromium.org2012-05-091-4/+24
* If generating a domain bound cert fails, continue the connection without it.mattm@chromium.org2012-05-081-3/+9
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-6/+7
* Remove log debug spam when using NSS for SSL.rsleevi@chromium.org2012-05-041-3/+0
* Only call SSL_OptionSet in an initial handshake.wtc@chromium.org2012-05-021-0/+19
* Fix the official build.palmer@chromium.org2012-05-011-2/+3
* Refactor TransportSecurityState.palmer@chromium.org2012-05-011-50/+0
* net: don't set NSS options in a callback.agl@chromium.org2012-04-301-10/+0
* Add histograms for domain bound certs.mattm@chromium.org2012-04-271-0/+4
* net: only False Start with forward secret servers.agl@chromium.org2012-04-201-0/+10
* net: False Start only for NPN capable servers.agl@google.com2012-04-101-72/+4
* Revert 122908 - Limited user feedback following the addition of this means we...rsleevi@chromium.org2012-03-291-2/+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-50/+52
* Add an SSLConfig option to explicit disable NSSHttpIO.agl@chromium.org2012-03-151-4/+8
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-151-4/+5
* net: always enable NSS's HTTP fetchesagl@chromium.org2012-03-141-6/+4
* Update net/third_party/nss to NSS 3.13.3.wtc@chromium.org2012-03-031-11/+25
* Provide the certificate chain as validated to SSLInfo.palmer@chromium.org2012-03-031-1/+1
* 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