index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket
/
ssl_client_socket_nss.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
1
-3
/
+3
*
Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERT
wtc@chromium.org
2012-06-07
1
-3
/
+34
*
Revert 140846 - (relanding r140697)
rsleevi@chromium.org
2012-06-06
1
-1479
/
+2476
*
Revert 140697 - Maybe caused sizes regression (which would be acceptable
rsleevi@chromium.org
2012-06-06
1
-2476
/
+1479
*
Move the core state machine of SSLClientSocketNSS into a thread-safe Core
rsleevi@chromium.org
2012-06-06
1
-1479
/
+2476
*
Use TLS 1.1.
wtc@chromium.org
2012-05-26
1
-13
/
+13
*
Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...
agl@chromium.org
2012-05-24
1
-6
/
+3
*
Revert "nss: revert encrypted and origin bound certificates support."
agl@chromium.org
2012-05-24
1
-3
/
+6
*
nss: revert encrypted and origin bound certificates support.
agl@chromium.org
2012-05-24
1
-6
/
+3
*
Removed unreached code related to ESET MITM detection.
rsleevi@chromium.org
2012-05-19
1
-58
/
+52
*
Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete.
wtc@chromium.org
2012-05-16
1
-4
/
+12
*
Replace DBC.Advertised with DomainBoundCerts.Support histogram.
mattm@chromium.org
2012-05-09
1
-4
/
+24
*
If generating a domain bound cert fails, continue the connection without it.
mattm@chromium.org
2012-05-08
1
-3
/
+9
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-6
/
+7
*
Remove log debug spam when using NSS for SSL.
rsleevi@chromium.org
2012-05-04
1
-3
/
+0
*
Only call SSL_OptionSet in an initial handshake.
wtc@chromium.org
2012-05-02
1
-0
/
+19
*
Fix the official build.
palmer@chromium.org
2012-05-01
1
-2
/
+3
*
Refactor TransportSecurityState.
palmer@chromium.org
2012-05-01
1
-50
/
+0
*
net: don't set NSS options in a callback.
agl@chromium.org
2012-04-30
1
-10
/
+0
*
Add histograms for domain bound certs.
mattm@chromium.org
2012-04-27
1
-0
/
+4
*
net: only False Start with forward secret servers.
agl@chromium.org
2012-04-20
1
-0
/
+10
*
net: False Start only for NPN capable servers.
agl@google.com
2012-04-10
1
-72
/
+4
*
Revert 122908 - Limited user feedback following the addition of this means we...
rsleevi@chromium.org
2012-03-29
1
-2
/
+0
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-0
/
+1
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-50
/
+52
*
Add an SSLConfig option to explicit disable NSSHttpIO.
agl@chromium.org
2012-03-15
1
-4
/
+8
*
Add a boolean |has_context| argument to the TLS ExportKeyingMaterial
wtc@chromium.org
2012-03-15
1
-4
/
+5
*
net: always enable NSS's HTTP fetches
agl@chromium.org
2012-03-14
1
-6
/
+4
*
Update net/third_party/nss to NSS 3.13.3.
wtc@chromium.org
2012-03-03
1
-11
/
+25
*
Provide the certificate chain as validated to SSLInfo.
palmer@chromium.org
2012-03-03
1
-1
/
+1
*
Remove support for RSA Origin Bound Certificates.
mattm@chromium.org
2012-02-29
1
-19
/
+0
*
Set SSLInfo.client_cert_sent when origin bound cert was sent.
mattm@chromium.org
2012-02-25
1
-2
/
+2
*
Always log the SSL server certificate received and being verified.
rsleevi@chromium.org
2012-02-22
1
-1
/
+1
*
net: log the number of certificates from NSS.
agl@chromium.org
2012-02-21
1
-0
/
+2
*
net: remove special case for Kaspersky HTTPS
agl@chromium.org
2012-02-21
1
-10
/
+1
*
Pull out debug instrumentation.
mattm@chromium.org
2012-02-17
1
-11
/
+0
*
Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST...
rsleevi@chromium.org
2012-02-15
1
-10
/
+9
*
Add some instrumentation to track down a crash.
eroman@chromium.org
2012-02-14
1
-0
/
+11
*
Adds support for the credentials frame.
rch@chromium.org
2012-02-08
1
-2
/
+6
*
Add OSSTATUS_LOG API.
mark@chromium.org
2012-01-27
1
-2
/
+3
*
Remove "FALSE START" logspam.
thakis@chromium.org
2012-01-24
1
-1
/
+0
*
net: add a policy option: DisableSSLRecordSplitting
agl@chromium.org
2012-01-24
1
-0
/
+1
*
The network_moved check in DoHandshakeLoop should only apply to
wtc@chromium.org
2012-01-13
1
-7
/
+11
*
net: don't pass the CRLSet in the SSLConfig.
agl@chromium.org
2012-01-06
1
-2
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-0
/
+1
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-1
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-0
/
+1
*
net: reenable #if's around pinning code.
agl@chromium.org
2011-12-14
1
-2
/
+2
*
net: split the SSL session cache between incognito and normal.
agl@chromium.org
2011-12-12
1
-1
/
+9
*
Reland: net: move pinning checks into the SSL socket.
agl@chromium.org
2011-12-12
1
-10
/
+44
[next]