| Commit message (Expand) | Author | Age | Files | Lines |
* | Record when certificates signed with md[2,4,5] are encountered when using Ope... | rsleevi@chromium.org | 2011-11-03 | 2 | -37/+63 |
* | Remove some dead code from X509Certificate | rsleevi@chromium.org | 2011-11-03 | 3 | -38/+17 |
* | Automatically send try jobs in linux_redux if NSS files are touched | joth@chromium.org | 2011-11-02 | 1 | -2/+1 |
* | net: fix pinning of blog.torproject.org | agl@chromium.org | 2011-11-02 | 1 | -1/+1 |
* | Record when certificates signed with md[2,4,5] are encountered on OS X. | rsleevi@chromium.org | 2011-11-02 | 3 | -27/+93 |
* | Update effective-TLD data files using the latest data from Mozilla. | pam@chromium.org | 2011-11-02 | 2 | -44/+311 |
* | Thread::Stop() must be called before any subclass's destructor completes. | joi@chromium.org | 2011-11-02 | 1 | -3/+5 |
* | net: reject other intermediates from Equifax | agl@chromium.org | 2011-11-02 | 3 | -119/+289 |
* | Revert 107679 - Broke https for appspot.com - http://crbug.com/102507 | rsleevi@chromium.org | 2011-11-02 | 2 | -41/+10 |
* | A quick fix for Mac GCC. | hbono@chromium.org | 2011-11-01 | 2 | -2/+2 |
* | Fix X509CertificateTest.SerialNumbers on OpenSSL builds after http://crrev.co... | joth@chromium.org | 2011-11-01 | 1 | -5/+14 |
* | Consider the signature algorithms of incomplete chains on Windows | rsleevi@chromium.org | 2011-11-01 | 2 | -9/+18 |
* | Add unittests for the detection of md[2,4,5] when verifying certificates | rsleevi@chromium.org | 2011-11-01 | 1 | -9/+205 |
* | Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle | rsleevi@chromium.org | 2011-11-01 | 7 | -30/+38 |
* | Ensure X509Certificate::OSCertHandles are safe to be used on both UI, IO, and... | rsleevi@chromium.org | 2011-11-01 | 4 | -54/+147 |
* | Report second-level domains for UMA on pin failure. | palmer@chromium.org | 2011-10-31 | 2 | -127/+242 |
* | net: retain leading zero bytes in X.509 serial numbers. | agl@chromium.org | 2011-10-31 | 8 | -284/+30 |
* | Fix the "certificate is not yet valid" error for server certificates | wtc@chromium.org | 2011-10-29 | 9 | -3/+220 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 4 | -2/+95 |
* | Use text/plain as a test MIME type instead of application/pdf for NetUtilTest... | asanka@chromium.org | 2011-10-28 | 1 | -3/+3 |
* | Disallow wildcards from matching top-level registry controlled domains during... | rsleevi@chromium.org | 2011-10-28 | 2 | -10/+41 |
* | Disable SPDY IP pooling for SSL connections with client authentication. | wtc@chromium.org | 2011-10-28 | 2 | -2/+8 |
* | Make RegistryControlledDomainService a static-function container class, rathe... | rsleevi@chromium.org | 2011-10-27 | 3 | -119/+59 |
* | Fix redux build | joth@chromium.org | 2011-10-25 | 2 | -0/+2 |
* | net: enable CRL sets behind a command line flag. | agl@chromium.org | 2011-10-25 | 14 | -45/+170 |
* | Revert 107075 - Disallow wildcards from matching top-level registry controlle... | achuith@chromium.org | 2011-10-25 | 2 | -41/+10 |
* | Disallow wildcards from matching top-level registry controlled domains during... | rsleevi@chromium.org | 2011-10-25 | 2 | -10/+41 |
* | Treat an invalid key usage as an invalid certificate when using OpenSSL | rsleevi@chromium.org | 2011-10-25 | 1 | -2/+1 |
* | A build fix for Mac GCC. | hbono@chromium.org | 2011-10-25 | 1 | -2/+2 |
* | Use a better error code for when an extension blocks a network request using | mpcomplete@chromium.org | 2011-10-21 | 1 | -0/+3 |
* | Address some extra review comments in IOBuffer's documentation. | eroman@chromium.org | 2011-10-21 | 1 | -8/+5 |
* | Refactor: Remove HostResolver::GetAsHostResolverImpl() | cbentzel@chromium.org | 2011-10-21 | 6 | -29/+13 |
* | base::Bind conversion for file_stream_posix.cc. | adamk@chromium.org | 2011-10-21 | 1 | -18/+20 |
* | base::Bind conversion for trivial cases in net/base. | adamk@chromium.org | 2011-10-20 | 6 | -42/+42 |
* | OpenBSD patches for net, split from CR #8275005 | robert.nagy@gmail.com | 2011-10-20 | 4 | -4/+11 |
* | Fix leaking CERTCertificate in NSS X509Certificate::CreateSelfSigned. | mattm@chromium.org | 2011-10-20 | 1 | -2/+4 |
* | Basic HTTP pipelining support. | simonjam@chromium.org | 2011-10-19 | 2 | -0/+10 |
* | Add groups.google.com to HSTS list. | cevans@chromium.org | 2011-10-19 | 2 | -0/+4 |
* | Keep track of expired entries in net-internals DNS tab, | mmenke@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | net: another Brocade customer for the blacklist. | agl@chromium.org | 2011-10-19 | 1 | -0/+1 |
* | Add some more comments for IOBuffer. | eroman@chromium.org | 2011-10-19 | 1 | -2/+59 |
* | Add NetLog and histograms for CertVerifier | willchan@chromium.org | 2011-10-19 | 5 | -33/+104 |
* | content: Make tab_contents_drag_source not depend on download_util.h | erg@google.com | 2011-10-18 | 3 | -11/+7 |
* | Add NetLog support to UDP sockets. | mmenke@chromium.org | 2011-10-18 | 4 | -10/+78 |
* | Reset static HttpStreamFactory settings before each test in a NetTestSuite. | szym@chromium.org | 2011-10-18 | 1 | -0/+9 |
* | net: rework the NPN patch. | agl@chromium.org | 2011-10-18 | 1 | -6/+6 |
* | Use NSS to generate Origin-Bound Certs on Win and Mac. | mattm@chromium.org | 2011-10-18 | 14 | -382/+553 |
* | Log events related to SSL client authentication. | wtc@chromium.org | 2011-10-17 | 1 | -1/+24 |
* | The change list splits loading of cookies from DB by the domain key(eTLD+1). | guohui@google.com | 2011-10-17 | 6 | -73/+312 |
* | Send PING to check the status of the SPDY connection. | rtenneti@chromium.org | 2011-10-16 | 3 | -0/+13 |