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
/
ssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary ifdefs for maximum SSL version.
davidben
2014-10-01
1
-16
/
+1
*
Roll BoringSSL.
davidben
2014-10-01
1
-3
/
+3
*
Remove the "snionly" concept from the HSTS preload.
Adam Langley
2014-09-25
2
-13
/
+0
*
Map SSL errors to SSL_PROTOCOL_ERROR, others to FAILED.
davidben
2014-09-25
1
-3
/
+3
*
Remove implicit conversions from scoped_refptr to T* in net
dcheng
2014-09-15
1
-9
/
+9
*
Change base/file_utils.h includes to base/files/file_utils.h in net/
thestig
2014-09-04
1
-1
/
+1
*
Remove implicit conversions from scoped_refptr to T* in net/
dcheng
2014-08-27
1
-3
/
+3
*
Fix overzealous CHECK in custom EC_KEYs.
davidben
2014-08-27
1
-1
/
+1
*
Include better OpenSSL error information in NetLog.
davidben
2014-08-27
2
-6
/
+82
*
Roll BoringSSL.
davidben@chromium.org
2014-08-22
1
-0
/
+1
*
Fix mapping of weak DH key and remove unused error codes.
haavardm@opera.com
2014-08-21
1
-12
/
+1
*
Remove manual CRYPTO_add calls.
davidben@chromium.org
2014-08-14
2
-29
/
+18
*
Test NSSCertDatabaseChromeOS in the presence of the system slot.
pneubeck@chromium.org
2014-08-02
1
-49
/
+6
*
Enable system NSS key slot.
pneubeck@chromium.org
2014-08-02
3
-42
/
+193
*
Implement TLS client auth in the OS X OpenSSL port.
davidben@chromium.org
2014-07-29
8
-25
/
+768
*
Extract ScopedTestNSSDB from nss_util.
pneubeck@chromium.org
2014-07-28
1
-0
/
+1
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
11
-1486
/
+1482
*
Remove NSSCertDatabase from ClientCertStoreChromeOS unittest.
pneubeck@chromium.org
2014-07-18
3
-121
/
+175
*
Add GetSystemNSSKeySlot, merge GetPrivateNSSKeySlot/GetPublicNSSKeySlot to Ge...
mattm@chromium.org
2014-07-13
1
-21
/
+0
*
Switch OpenSSLClientKeyStore::ScopedEVP_PKEY to crypto::ScopedEVP_PKEY.
davidben@chromium.org
2014-07-11
3
-27
/
+17
*
Fix SSLClientSocketOpenSSL error-handling for Channel ID.
davidben@chromium.org
2014-06-21
1
-3
/
+4
*
Fail the SPDY transaction if it does not meet TLS base requirements.
willchan@chromium.org
2014-05-23
5
-0
/
+134
*
net: yet more pinning debugging.
agl@chromium.org
2014-04-09
2
-0
/
+7
*
Update QuicClientSession::GetSSLInfo to report QUIC as the protocol
wtc@chromium.org
2014-04-04
2
-0
/
+5
*
Introduce USE_OPENSSL_CERTS for certificate handling.
haavardm@opera.com
2014-03-28
1
-8
/
+0
*
Move SSLConfig class from ssl_config_service.h to ssl_config.h
sergeyu@chromium.org
2014-03-24
4
-216
/
+226
*
Remove --enable-unrestricted-ssl3-fallback.
pkasting@chromium.org
2014-03-22
3
-16
/
+1
*
When clearing the session cache, also flush OpenSSLClientKeyStore.
yfriedman@chromium.org
2014-02-17
1
-1
/
+1
*
NSS Cros multiprofile: trust roots added by a profile shouldn't apply to othe...
mattm@chromium.org
2014-02-08
1
-4
/
+0
*
Flag TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 as using ECDHE_ECDSA key exchange
rsleevi@chromium.org
2014-01-21
1
-1
/
+1
*
Remove vestigal traces of the TLS Cached Info Extension support
rsleevi@chromium.org
2014-01-11
3
-27
/
+0
*
Cleanup: Correct the names of the struct fields.
eranm@google.com
2014-01-08
2
-3
/
+3
*
Certificate Transparency: Export a missing symbol.
eranm@google.com
2014-01-07
1
-5
/
+3
*
Change SSLCertRequestInfo.host_and_port from string to HostPortPair.
mattm@chromium.org
2013-12-17
7
-20
/
+21
*
Add ClientCertStoreChromeOS which only returns the certs for a given user.
mattm@chromium.org
2013-12-17
6
-42
/
+421
*
Update keygen to use correct NSS slot on ChromeOS multiprofile.
mattm@chromium.org
2013-12-16
1
-1
/
+1
*
Split net::ClientCertStoreImpl into actual platform-specific classes.
mattm@chromium.org
2013-12-11
12
-274
/
+451
*
SignedCertificateTimestamp storing & serialization code.
alcutter@google.com
2013-11-29
4
-1
/
+66
*
Add support for fetching Certificate Transparency SCTs over a TLS extension
ekasper@google.com
2013-11-28
2
-0
/
+4
*
NSS: Handle unfriendly tokens in client auth.
mattm@chromium.org
2013-11-27
4
-12
/
+77
*
Fixes for -Wunused-function on Linux, Android and ChromeOS
hans@chromium.org
2013-11-12
1
-12
/
+15
*
mac: Prepare most test code for -Wunused-functions too.
thakis@chromium.org
2013-11-08
1
-4
/
+0
*
Avoid creating keys and self-signed certs separately.
bemasc@chromium.org
2013-11-01
1
-9
/
+7
*
net: require forward security for Chromoting SSL/TLS server connections.
agl@chromium.org
2013-10-31
2
-0
/
+9
*
Get ClientCertStore through ResourceContext.
mattm@chromium.org
2013-10-30
5
-39
/
+61
*
Make SSL False Start work with asynchronous certificate validation
wtc@chromium.org
2013-10-09
1
-1
/
+1
*
Fix some WeakPtrFactory members that aren't last
dmichael@chromium.org
2013-10-08
2
-3
/
+4
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-1
/
+0
*
net: disable TLS False Start.
agl@chromium.org
2013-09-24
1
-1
/
+1
*
net: add ChaCha20+Poly1305 support to libssl.
agl@chromium.org
2013-09-17
1
-2
/
+5
[next]