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
*
Revert "Certificate Transparency: Code for unpacking EV cert hashes whitelist"
Dmitry Lomov
2014-09-04
1
-12
/
+0
*
Certificate Transparency: Code for unpacking EV cert hashes whitelist
eranm
2014-09-04
1
-0
/
+12
*
Include better OpenSSL error information in NetLog.
davidben
2014-08-27
1
-1
/
+0
*
Remove implicit conversions from scoped_refptr to T* in net/socket/
dcheng
2014-08-25
1
-1
/
+1
*
Align SSLClientSocketOpenSSL and SSLClientSocketNSS histograms.
davidben
2014-08-25
1
-20
/
+0
*
Change the lifespan of SSlConnectJobMessengers so that they are created
wtc@chromium.org
2014-08-21
1
-0
/
+5
*
Centralize the logic for checking public key pins from ClientSocketNSS
rch@chromium.org
2014-08-08
1
-42
/
+9
*
This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s...
mshelley@chromium.org
2014-08-07
1
-0
/
+1
*
This CL is a better implementation of https://codereview.chromium.org/3289030...
mshelley@chromium.org
2014-08-05
1
-0
/
+9
*
Implement ALPN for SSLClientSocketOpenSSL.
davidben@chromium.org
2014-07-30
1
-30
/
+6
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
1
-24
/
+24
*
Fix a few stray net::'s in net/socket/
davidben@chromium.org
2014-07-17
1
-1
/
+1
*
Move SSLClientSocketNSS fallback logic to HttpNetworkTransaction.
davidben@chromium.org
2014-07-02
1
-37
/
+6
*
Don't leave a dangling nss_bufs_ pointer after freeing the NSS memio
wtc@chromium.org
2014-06-25
1
-1
/
+2
*
Stop attempting to write to transport sockets in NSS on failure.
davidben@chromium.org
2014-06-18
1
-1
/
+6
*
Make HSTS headers not clobber preloaded pins.
palmer@chromium.org
2014-05-07
1
-5
/
+4
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
1
-2
/
+2
*
net: yet more pinning debugging.
agl@chromium.org
2014-04-09
1
-1
/
+4
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
1
-2
/
+2
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
1
-2
/
+2
*
Delete some dead code.
thakis@chromium.org
2014-03-27
1
-1
/
+0
*
Standardize error reporting of IPEndPoint::ToSockAddr and
wtc@chromium.org
2014-03-26
1
-1
/
+1
*
Use sockets with unread data if they've never been used before.
davidben@chromium.org
2014-03-26
1
-15
/
+36
*
Make OpenSSL UpdateServerCert() OS independent.
haavardm@opera.com
2014-03-17
1
-0
/
+5
*
Add a histogram to measure the frequency of OCSP stapling support by servers
rsleevi@chromium.org
2014-02-22
1
-1
/
+6
*
Update net/third_party/nss to NSS 3.15.5 Beta 2.
wtc@chromium.org
2014-01-21
1
-1
/
+7
*
Remove vestigal traces of the TLS Cached Info Extension support
rsleevi@chromium.org
2014-01-11
1
-71
/
+0
*
Remove vestigal traces of side-pinning introduced in r101993 and removed in r...
rsleevi@chromium.org
2014-01-02
1
-4
/
+0
*
Defer TLS session caching until after certificate verification
rsleevi@chromium.org
2013-12-27
1
-1
/
+46
*
Revert 242219 "Defer TLS session caching until after certificate..."
rsleevi@chromium.org
2013-12-21
1
-54
/
+1
*
Defer TLS session caching until after certificate verification
rsleevi@chromium.org
2013-12-21
1
-1
/
+54
*
Change SSLCertRequestInfo.host_and_port from string to HostPortPair.
mattm@chromium.org
2013-12-17
1
-2
/
+1
*
Extract Certificate Transparency SCTs from stapled OCSP responses
ekasper@google.com
2013-12-17
1
-47
/
+64
*
Revert of https://codereview.chromium.org/92443002/
szym@chromium.org
2013-12-13
1
-64
/
+47
*
Extract Certificate Transparency SCTs from stapled OCSP responses
ekasper@google.com
2013-12-13
1
-47
/
+64
*
net: use model NSS socket to save setting the cipher order every time.
agl@chromium.org
2013-12-07
1
-10
/
+3
*
net: implement TLS_FALLBACK_SCSV.
agl@chromium.org
2013-12-07
1
-0
/
+8
*
Certificate Transparency: Use SCTs obtained from tls extension.
eranm@google.com
2013-12-06
1
-1
/
+1
*
net: boost AES-GCM ciphers if the machine has AES-NI.
agl@chromium.org
2013-12-02
1
-0
/
+8
*
Certificate Transparency: Logging SCTs to the NetLog.
eranm@google.com
2013-11-29
1
-1
/
+2
*
SignedCertificateTimestamp storing & serialization code.
alcutter@google.com
2013-11-29
1
-1
/
+28
*
Certificate Transparency: Threading the CT verifier into the SSL client socket.
eranm@google.com
2013-11-28
1
-3
/
+30
*
Add support for fetching Certificate Transparency SCTs over a TLS extension
ekasper@google.com
2013-11-28
1
-0
/
+29
*
Certificate Transparency: Address review comments from issue 65863002.
eranm@google.com
2013-11-20
1
-9
/
+1
*
Update to the latest False Start code from NSS upstream.
wtc@chromium.org
2013-11-19
1
-72
/
+98
*
NSS: {EC,RSA}PrivateKey shouldn't call crypto::GetPublicNSSKeySlot or GetPriv...
mattm@chromium.org
2013-11-13
1
-0
/
+2
*
Stop leaking a CERTCertificate* during SSL renegotiation
rsleevi@chromium.org
2013-11-08
1
-1
/
+1
*
Enable TLS Channel ID for the openssl implementation of SSLClientSocket.
qsr@chromium.org
2013-10-25
1
-40
/
+13
*
Do not allow the server certificate to change in a renegotiation.
wtc@chromium.org
2013-10-19
1
-0
/
+13
*
Make SSL False Start work with asynchronous certificate validation
wtc@chromium.org
2013-10-09
1
-1
/
+2
[next]