summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable TLS channeld id by default.mattm@chromium.org2012-09-151-2/+8
* Increase the sizes of the circular buffers used by SSLClientSocketNSSwtc@chromium.org2012-09-111-3/+7
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-09-071-3/+2
* Check if the system time is within the range NSS can handle before advertisin...mattm@chromium.org2012-09-051-7/+17
* Rename X509Certificate::VerifyFlags to CertVerifier::VerifyFlagsrsleevi@chromium.org2012-08-231-3/+3
* Revert 150375 - Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-081-10/+6
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-071-6/+10
* Revert 150124 - Implement SHA-256 fingerprint support.dimich@chromium.org2012-08-061-10/+6
* Implement SHA-256 fingerprint support.palmer@chromium.org2012-08-061-6/+10
* net: disable SSL compressionagl@chromium.org2012-08-021-11/+0
* Revert 149261 - Support SHA-256 in public key pins for HTTPS.vandebo@chromium.org2012-07-311-10/+6
* Support SHA-256 in public key pins for HTTPS.palmer@chromium.org2012-07-311-6/+10
* Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v...rch@chromium.org2012-07-311-0/+16
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-2/+3
* Switch the NSS thread from being a base::Thread to a base::SequencedWorkerPoo...rsleevi@chromium.org2012-07-101-4/+4
* NSS Channel ID: don't check ECC support on every socket creation.mattm@chromium.org2012-07-091-8/+3
* Remove SSLHostInfo.agl@chromium.org2012-06-271-148/+23
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-149/+141
* Revert 141941 temporarily - Allow ERR_CONNECTION_RESET during the SSLwtc@chromium.org2012-06-201-17/+0
* NetLogEventParameter to Callback refactoring 9.mmenke@chromium.org2012-06-141-111/+53
* Allow ERR_CONNECTION_RESET during the SSL handshake to trigger awtc@chromium.org2012-06-131-0/+17
* Fix NetLog thread safety issue introduced inmmenke@chromium.org2012-06-131-1/+3
* NetLogEventParameter to Callback refactoring 1,mmenke@chromium.org2012-06-121-4/+19
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-22/+33
* Add DCHECK in SSL sockets to check that callbacks are not set to null.sergeyu@chromium.org2012-06-081-0/+3
* 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