| Commit message (Expand) | Author | Age | Files | Lines |
* | net: add a policy option: DisableSSLRecordSplitting | agl@chromium.org | 2012-01-24 | 1 | -5/+0 |
* | net: don't pass the CRLSet in the SSLConfig. | agl@chromium.org | 2012-01-06 | 1 | -3/+1 |
* | Add a preference for enabling the TLS origin-bound certificates extension. | wtc@chromium.org | 2011-12-03 | 1 | -4/+0 |
* | net: enable CRL sets behind a command line flag. | agl@chromium.org | 2011-10-25 | 1 | -1/+0 |
* | net: rework the NPN patch. | agl@chromium.org | 2011-10-18 | 1 | -6/+6 |
* | Remove declaration for SSLConfigService::CreateSystemSSLConfigService. | rsleevi@chromium.org | 2011-10-12 | 1 | -7/+0 |
* | Add CRL set updater. | agl@chromium.org | 2011-09-30 | 1 | -0/+8 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -3/+4 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -4/+3 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -3/+4 |
* | 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 |