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
/
base
/
ssl_config_service.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-5
/
+5
*
Miscellaneous cleanups.
wtc@chromium.org
2011-07-28
1
-2
/
+1
*
Adds command-line switch for TLS origin bound certificate extension.
rkn@chromium.org
2011-07-20
1
-0
/
+7
*
Detect when the disabled SSL/TLS cipher suites change within an SSLConfig
rsleevi@chromium.org
2011-07-20
1
-6
/
+8
*
Don't use X509Certificate in SSLConfig.
sergeyu@chromium.org
2011-07-20
1
-1
/
+7
*
Added client-side support for the TLS cached info
rkn@chromium.org
2011-06-22
1
-0
/
+6
*
Revert "Add revocation checking field trial."
agl@chromium.org
2011-06-20
1
-5
/
+0
*
Add revocation checking field trial.
agl@chromium.org
2011-06-09
1
-0
/
+5
*
net: pull DNSSEC out from behind the flag.
agl@chromium.org
2011-06-03
1
-6
/
+0
*
net: Add NET_API to net/base
rvargas@google.com
2011-05-18
1
-4
/
+6
*
Refactor to address URLRequestContext dependency added in
cevans@chromium.org
2011-05-05
1
-0
/
+3
*
Skip cert verification if it is expected to be bad.
hclam@chromium.org
2011-04-28
1
-1
/
+3
*
Revert r61181.
agl@chromium.org
2011-04-12
1
-6
/
+0
*
net: remove forced renegotiation checks
agl@chromium.org
2011-04-05
1
-21
/
+0
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Enable session resumption in SSLServerSocketNSS and unit tests
hclam@chromium.org
2011-01-21
1
-5
/
+0
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
1
-3
/
+3
*
Defines SSLServerSocket and implements SSLServerSocketNSS
hclam@chromium.org
2010-12-23
1
-0
/
+5
*
Adds first cut implementation of a private key store abstraction for openssl
joth@chromium.org
2010-12-10
1
-1
/
+1
*
Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_...
joth@chromium.org
2010-12-07
1
-4
/
+7
*
Remove SSL 2.0 support.
wtc@chromium.org
2010-11-30
1
-5
/
+4
*
Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) u...
rsleevi@chromium.org
2010-11-11
1
-0
/
+19
*
net: add certificate provenance checking.
agl@chromium.org
2010-11-04
1
-0
/
+6
*
net: move SSL host info serialisation into SSLHostInfo
agl@chromium.org
2010-10-20
1
-1
/
+0
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-6
/
+0
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-0
/
+6
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-6
/
+0
*
Rename SSLNonSensitiveHostInfo to SSLHostInfo.
agl@chromium.org
2010-10-12
1
-2
/
+2
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
1
-0
/
+3
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
1
-3
/
+0
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
1
-0
/
+3
*
net: add Snap Start support to NSS sockets.
agl@chromium.org
2010-10-01
1
-0
/
+13
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-18
/
+5
*
Flush SSL pools after SSL config changes.
csilv@chromium.org
2010-09-04
1
-5
/
+39
*
Address post-review comments on r56727.
agl@chromium.org
2010-08-23
1
-12
/
+11
*
net: expect MITM attacks with HTTP proxies and command line flag.
agl@chromium.org
2010-08-19
1
-1
/
+18
*
Add a command-line flag to disable SSL/TLS False Start
davidben@chromium.org
2010-08-18
1
-0
/
+12
*
net: add embedded DNSSEC chain support.
agl@chromium.org
2010-08-11
1
-2
/
+8
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Plumb SSL connection information into the PageInfo model.
agl@chromium.org
2010-07-12
1
-1
/
+4
*
Require renegotiation info from a whitelist of servers.
agl@chromium.org
2010-06-30
1
-0
/
+8
*
NSS and NPN: send NextProtocol on resume and disable NPN without SPDY.
agl@chromium.org
2010-03-12
1
-2
/
+1
*
Linux: add next-protocol-negotiation to libssl.
agl@chromium.org
2009-11-30
1
-1
/
+10
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-2
/
+5
*
Cleanups for SSLConfigService and SSLConfigServiceManager.
mattm@chromium.org
2009-08-21
1
-3
/
+10
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
1
-38
/
+9
*
Implement SSL certificate error handling on the Mac. If the user gives
wtc@chromium.org
2009-08-13
1
-9
/
+25
*
Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().
ukai@chromium.org
2009-06-23
1
-2
/
+4
*
Specify new methods for supporting SSL client authentication.
wtc@chromium.org
2009-06-12
1
-2
/
+10
*
Resubmitted code from revision 12809. The bug in the Windows SSL stack that
markus@chromium.org
2009-03-31
1
-0
/
+9
[next]