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
*
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
*
Revert 113823 - net: move pinning checks into the SSL socket.
ajwong@chromium.org
2011-12-09
1
-44
/
+10
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-134
/
+44
*
net: move pinning checks into the SSL socket.
agl@chromium.org
2011-12-09
1
-10
/
+44
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
1
-49
/
+12
*
Don't initialize NSS before calling SSL_ClearSessionCache.
wtc@chromium.org
2011-12-09
1
-3
/
+2
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
1
-12
/
+49
*
Revert 113419 - Revert 113409 - Add a new method to SSLClientSocket:
rch@chromium.org
2011-12-08
1
-1
/
+5
*
Revert 113409 - Add a new method to SSLClientSocket:
rch@chromium.org
2011-12-07
1
-4
/
+1
*
net: replace DnsRRResoler with TransportSecurityState in plumbing.
agl@chromium.org
2011-12-07
1
-1
/
+0
*
Add a new method to SSLClientSocket:
rch@chromium.org
2011-12-07
1
-1
/
+4
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-14
/
+47
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-9
/
+64
*
Honor server requested origin bound client cert types.
mattm@chromium.org
2011-12-06
1
-11
/
+9
*
SSLClientSocketNSS::ClearSessionCache should initialize
wtc@chromium.org
2011-12-06
1
-0
/
+6
*
Support EC certs in OriginBoundCertService and OriginBoundCertStore.
mattm@chromium.org
2011-12-06
1
-15
/
+55
*
Log server advertised protos and the selected
rtenneti@google.com
2011-12-05
1
-1
/
+6
*
base::Bind: Convert SSLHostInfo::WaitForDataReady.
jhawkins@chromium.org
2011-12-03
1
-4
/
+6
*
Add the encrypted client certificates TLS extension and enable it if
wtc@chromium.org
2011-11-10
1
-0
/
+9
*
Do not chase AIA information when locating client certificates on Windows.
rsleevi@chromium.org
2011-11-05
1
-1
/
+3
*
Log the (server, to-be-verified) certificate chains to the NetLog when loggin...
rsleevi@chromium.org
2011-11-04
1
-0
/
+6
*
Disable SPDY IP pooling for SSL connections with client authentication.
wtc@chromium.org
2011-10-28
1
-0
/
+2
*
net: enable CRL sets behind a command line flag.
agl@chromium.org
2011-10-25
1
-0
/
+1
*
Fix a potential CFRelease(NULL).
thakis@chromium.org
2011-10-25
1
-2
/
+5
*
Add NetLog and histograms for CertVerifier
willchan@chromium.org
2011-10-19
1
-1
/
+2
*
net: rework the NPN patch.
agl@chromium.org
2011-10-18
1
-37
/
+58
*
Log events related to SSL client authentication.
wtc@chromium.org
2011-10-17
1
-10
/
+52
*
DoGetOBCertComplete should reset client_auth_cert_needed_ to false
wtc@chromium.org
2011-10-14
1
-0
/
+1
*
Convert the easy ones in net/base/ to using CompletionCallback.
willchan@chromium.org
2011-10-07
1
-4
/
+8
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-6
/
+6
*
net: fix crash when failing to import a client-side cert into NSS.
agl@chromium.org
2011-09-27
1
-17
/
+37
[next]