| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable TLS channeld id by default. | mattm@chromium.org | 2012-09-15 | 1 | -9/+1 |
* | Re-add TLS channel id field trial. | mattm@chromium.org | 2012-09-06 | 1 | -0/+8 |
* | Revert 151198 - Turn off TLS 1.1. | wtc@chromium.org | 2012-08-20 | 1 | -1/+10 |
* | Revert "TLS channel id field trial." | mattm@chromium.org | 2012-08-13 | 1 | -8/+0 |
* | Turn off TLS 1.1. | wtc@chromium.org | 2012-08-12 | 1 | -10/+1 |
* | TLS channel id field trial. | mattm@chromium.org | 2012-07-10 | 1 | -0/+8 |
* | Convert SSLClientSocketNSS to use the NSS Channel ID callback. | mattm@chromium.org | 2012-06-26 | 1 | -5/+3 |
* | Revert "Add field trial for domain bound certificates." The field trial is d... | mattm@chromium.org | 2012-06-08 | 1 | -8/+0 |
* | Use TLS 1.1. | wtc@chromium.org | 2012-05-26 | 1 | -6/+38 |
* | Add field trial for domain bound certificates. | mattm@chromium.org | 2012-04-20 | 1 | -0/+8 |
* | net: False Start only for NPN capable servers. | agl@google.com | 2012-04-10 | 1 | -7/+0 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 1 | -3/+3 |
* | Add an SSLConfig option to explicit disable NSSHttpIO. | agl@chromium.org | 2012-03-15 | 1 | -1/+2 |
* | net: switch off online revocation checking by default. | agl@chromium.org | 2012-02-23 | 1 | -1/+1 |
* | Remove last traces of DNS certificate provenance checking. | agl@chromium.org | 2012-02-08 | 1 | -16/+6 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 1 | -3/+1 |
* | net: add a policy option: DisableSSLRecordSplitting | agl@chromium.org | 2012-01-24 | 1 | -13/+3 |
* | net: don't pass the CRLSet in the SSLConfig. | agl@chromium.org | 2012-01-06 | 1 | -5/+28 |
* | Add a preference for enabling the TLS origin-bound certificates extension. | wtc@chromium.org | 2011-12-03 | 1 | -13/+3 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle | rsleevi@chromium.org | 2011-11-01 | 1 | -1/+1 |
* | net: enable CRL sets behind a command line flag. | agl@chromium.org | 2011-10-25 | 1 | -4/+8 |
* | Simplify a comparison for disabled cipher suites in SSLConfigService | rsleevi@chromium.org | 2011-10-12 | 1 | -6/+2 |
* | Remove static which requires a static initializer. | agl@chromium.org | 2011-09-30 | 1 | -3/+4 |
* | Add CRL set updater. | agl@chromium.org | 2011-09-30 | 1 | -0/+10 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -2/+2 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -2/+2 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -2/+2 |
* | Fourth attempt at the following. Unreviewed, this was originally reviewed in... | pkasting@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | Revert 98885 - Third attempt at the following. Unreviewed, this was original... | rsleevi@chromium.org | 2011-08-31 | 1 | -1/+1 |
* | Third attempt at the following. Unreviewed, this was originally reviewed in ... | pkasting@chromium.org | 2011-08-30 | 1 | -1/+1 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | mnissler@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. | pkasting@chromium.org | 2011-08-10 | 1 | -1/+1 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | fischman@chromium.org | 2011-08-08 | 1 | -1/+1 |
* | Clean up SSL false start blacklist code. Numerous changes, including: | pkasting@chromium.org | 2011-08-08 | 1 | -1/+1 |
* | Adds command-line switch for TLS origin bound certificate extension. | rkn@chromium.org | 2011-07-20 | 1 | -0/+13 |
* | Detect when the disabled SSL/TLS cipher suites change within an SSLConfig | rsleevi@chromium.org | 2011-07-20 | 1 | -4/+12 |
* | Don't use X509Certificate in SSLConfig. | sergeyu@chromium.org | 2011-07-20 | 1 | -1/+9 |
* | Added client-side support for the TLS cached info | rkn@chromium.org | 2011-06-22 | 1 | -1/+13 |
* | Revert "Add revocation checking field trial." | agl@chromium.org | 2011-06-20 | 1 | -11/+0 |
* | Add revocation checking field trial. | agl@chromium.org | 2011-06-09 | 1 | -0/+11 |
* | net: pull DNSSEC out from behind the flag. | agl@chromium.org | 2011-06-03 | 1 | -13/+1 |
* | Changes for not reading ssl prefs from user_prefs since we have | rtenneti@chromium.org | 2011-05-13 | 1 | -7/+0 |
* | Refactor to address URLRequestContext dependency added in | cevans@chromium.org | 2011-05-05 | 1 | -0/+10 |
* | Skip cert verification if it is expected to be bad. | hclam@chromium.org | 2011-04-28 | 1 | -2/+6 |
* | Revert r61181. | agl@chromium.org | 2011-04-12 | 1 | -13/+1 |
* | Read and Write SSL3, TLS1 and Cert revocation SSL preferences | rtenneti@chromium.org | 2011-04-06 | 1 | -13/+3 |
* | net: remove forced renegotiation checks | agl@chromium.org | 2011-04-05 | 1 | -44/+2 |
* | Enable session resumption in SSLServerSocketNSS and unit tests | hclam@chromium.org | 2011-01-21 | 1 | -3/+2 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -21/+21 |