| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 1 | -9/+0 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 1 | -0/+9 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -5/+5 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+96 |