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
*
Skip cert verification if it is expected to be bad.
hclam@chromium.org
2011-04-28
1
-12
/
+16
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+4
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-1
/
+0
*
net: add issued_by_known_hash and public_key_hashes to SSLInfo.
agl@chromium.org
2011-04-13
1
-0
/
+3
*
Revert r61181.
agl@chromium.org
2011-04-12
1
-294
/
+22
*
net: remove forced renegotiation checks
agl@chromium.org
2011-04-05
1
-19
/
+6
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Added back CHECK that asserts we do SSL socket connect
rtenneti@chromium.org
2011-03-08
1
-0
/
+2
*
Removed the check for SSL connect and disconnect
rtenneti@chromium.org
2011-03-07
1
-2
/
+0
*
When determining potential client certificates on Windows, if a certificate d...
rsleevi@chromium.org
2011-03-03
1
-0
/
+7
*
In Dev build, we would like to see if SSLClientSocketNSS object
rtenneti@chromium.org
2011-02-12
1
-6
/
+24
*
Remove unnecessary #include "base/sys_info.h". Reformat
wtc@chromium.org
2011-02-11
1
-1
/
+0
*
Enable OCSP Stapling in TLS requests on Windows Vista+
rsleevi@chromium.org
2011-02-09
1
-20
/
+45
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-5
/
+5
*
When performing SSL client auth on Windows, no longer make a comparison betwe...
rsleevi@chromium.org
2011-02-06
1
-4
/
+2
*
When performing SSL client certificate authentication on Windows, and an oper...
rsleevi@chromium.org
2011-02-05
1
-3
/
+35
*
When performing SSL client authentication on Windows via NSS, change the retu...
rsleevi@chromium.org
2011-02-05
1
-57
/
+14
*
net: disable DNS lookup tests.
agl@chromium.org
2011-01-31
1
-3
/
+0
*
More net/ method ordering.
erg@google.com
2011-01-26
1
-1120
/
+1119
*
Enable session resumption in SSLServerSocketNSS and unit tests
hclam@chromium.org
2011-01-21
1
-7
/
+0
*
net: lookup OCSP cache function with dlsym.
agl@chromium.org
2011-01-19
1
-20
/
+51
*
net: measure theoretical delay of waiting for DNS cert information.
agl@chromium.org
2011-01-14
1
-1
/
+3
*
Windows: Fix crash in SSLClientSocketNSS::SaveSnapStartInfo() when hello_data...
marshall@chromium.org
2011-01-11
1
-2
/
+3
*
net: plumb OCSP stapled responses.
agl@chromium.org
2011-01-06
1
-0
/
+59
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Defines SSLServerSocket and implements SSLServerSocketNSS
hclam@chromium.org
2010-12-23
1
-221
/
+11
*
net: enable SSLHostInfo by default.
agl@chromium.org
2010-12-16
1
-3
/
+6
*
Revert "net: enable SSLHostInfo by default."
agl@chromium.org
2010-12-16
1
-5
/
+3
*
net: enable SSLHostInfo by default.
agl@chromium.org
2010-12-16
1
-3
/
+5
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-1
/
+3
*
net: fix verification merge savings calculations.
agl@chromium.org
2010-12-15
1
-2
/
+4
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-2
/
+5
*
Deinline even more destructors.
erg@google.com
2010-12-14
1
-0
/
+4
*
Track the amount of time chrome spends verifying the certificate.
mbelshe@chromium.org
2010-12-13
1
-1
/
+13
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-5
/
+2
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-2
/
+5
*
Remove SSL 2.0 support.
wtc@chromium.org
2010-11-30
1
-8
/
+3
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
1
-3
/
+10
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
1
-10
/
+3
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
1
-3
/
+10
*
Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...
rsleevi@chromium.org
2010-11-22
1
-6
/
+12
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
1
-10
/
+3
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
1
-3
/
+10
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
1
-25
/
+19
*
Enable extra logging when using client certificates on Windows via NSS
rsleevi@chromium.org
2010-11-11
1
-0
/
+48
*
Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) u...
rsleevi@chromium.org
2010-11-11
1
-22
/
+9
*
net: assorted changes needed for Snap Start tests.
agl@chromium.org
2010-11-10
1
-11
/
+5
*
net: Silently disable False Start when NetNanny is detected.
agl@chromium.org
2010-11-05
1
-14
/
+16
*
net: add certificate provenance checking.
agl@chromium.org
2010-11-04
1
-10
/
+26
*
Support for using OS-native certificates for SSL client
wtc@chromium.org
2010-11-04
1
-19
/
+166
[next]