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
*
Add a dedicated SSL protocol version metric.
davidben
2015-02-19
1
-1
/
+2
*
Roll BoringSSL 8f5e2eb..3bb4178
davidben
2015-02-13
1
-2
/
+0
*
Perform ClientHello padding if the field trial is enabled for
jeremyim
2015-02-10
4
-1
/
+22
*
Update {virtual,override,final} to follow C++11 style in net, round 2.
dcheng
2015-01-23
1
-8
/
+8
*
replace COMPILE_ASSERT with static_assert in net/
mostynb
2015-01-20
1
-2
/
+2
*
Add TLS_DHE_RSA_WITH_CHACHA20_POLY1305 to ssl_cipher_suite_names.cc
davidben
2015-01-13
2
-166
/
+174
*
Fix BoringSSL build issues.
davidben
2015-01-07
1
-1
/
+1
*
Roll BoringSSL 306e520:aac2f6a
davidben
2015-01-06
1
-7
/
+14
*
Instrumenting SSL_do_handshake and UpdateServerCert to find jank.
vadimt
2014-12-24
1
-0
/
+9
*
Document ClientCertStore interface.
davidben
2014-12-12
1
-4
/
+6
*
Change next_proto member type.
bnc
2014-12-11
1
-1
/
+2
*
Remove kDefaultSSLVersionMax.
bnc
2014-12-09
2
-5
/
+5
*
Don't implement RsaMethodSignRaw on Windows.
davidben
2014-12-03
1
-56
/
+21
*
Switch Windows over to BoringSSL from NSS.
davidben
2014-12-03
1
-1
/
+1
*
Revert of Switch Windows over to BoringSSL from NSS. (patchset #2 id:20001 of...
markusheintz
2014-12-02
1
-1
/
+1
*
Switch Windows over to BoringSSL from NSS.
davidben
2014-12-02
1
-1
/
+1
*
Fix "value possibly truncated" warnings on MSVC, net/ edition.
pkasting
2014-12-01
2
-11
/
+7
*
Implement EVP_PKEY_supports_digest in Windows EVP_PKEY wrappers.
davidben
2014-11-27
1
-3
/
+36
*
Initial version of client auth support for Windows BoringSSL.
davidben
2014-11-26
2
-3
/
+664
*
Show something more useful than the number of bits in the cipher key.
Adam Langley
2014-11-13
1
-1
/
+1
*
Remove nss_util dependency from ClientCertStoreChromeOS.
pneubeck
2014-11-03
3
-251
/
+154
*
net: disable SSLv3.
Adam Langley
2014-10-31
1
-1
/
+1
*
Get net_unittests working on Windows BoringSSL port.
davidben
2014-10-30
1
-2
/
+2
*
Undoing profiler instrumentation.
vadimt
2014-10-30
1
-26
/
+0
*
Add crypto/wincrypt_shim.h wrapper header to resolve BoringSSL conflicts.
davidben
2014-10-30
1
-1
/
+1
*
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...
vadimt
2014-10-29
1
-11
/
+11
*
Certificate Transparency: Code for unpacking EV cert hashes whitelist
eranm
2014-10-28
2
-9
/
+33
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
1
-4
/
+4
*
Adding instrumentation to locate the source of jankiness.
vadimt
2014-10-22
1
-0
/
+26
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
8
-69
/
+62
*
Allow custom deleters to opt out of self reset checks for scoped_ptr.
dcheng
2014-10-14
2
-10
/
+12
*
net: disable SSLv3 fallback.
Adam Langley
2014-10-14
2
-0
/
+12
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
11
-30
/
+30
*
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
[next]