| Commit message (Expand) | Author | Age | Files | Lines |
* | Gather preconnection use vs waste statistics | jar@chromium.org | 2010-08-25 | 1 | -0/+16 |
* | Remove two CHECKs that were added to help track down the crash | wtc@chromium.org | 2010-08-24 | 1 | -2/+0 |
* | net: expect MITM attacks with HTTP proxies and command line flag. | agl@chromium.org | 2010-08-19 | 1 | -1/+2 |
* | Add a command-line flag to disable SSL/TLS False Start | davidben@chromium.org | 2010-08-18 | 1 | -2/+5 |
* | Clean up the client certificate filtering code on Linux | davidben@chromium.org | 2010-08-17 | 1 | -29/+26 |
* | Revert the workaround for servers that use tiny DH keys. | wtc@chromium.org | 2010-08-17 | 1 | -1/+3 |
* | net: add embedded DNSSEC chain support. | agl@chromium.org | 2010-08-11 | 1 | -1/+83 |
* | Update to NSS 3.12.7 and NSPR 4.8.6 (original review URL | wtc@chromium.org | 2010-08-11 | 1 | -0/+5 |
* | Filter out certificates that cannot be used as client certs on Windows | davidben@chromium.org | 2010-08-10 | 1 | -0/+35 |
* | Add CHECKs to help track down the crash in http://crbug.com/49862. | wtc@chromium.org | 2010-07-27 | 1 | -0/+2 |
* | Remove some dead SPDY code. | agl@chromium.org | 2010-07-26 | 1 | -14/+1 |
* | net: add ciphersuite and compression to the SSL connection status. | agl@chromium.org | 2010-07-18 | 1 | -0/+9 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -13/+16 |
* | Plumb SSL connection information into the PageInfo model. | agl@chromium.org | 2010-07-12 | 1 | -0/+15 |
* | Require renegotiation info from a whitelist of servers. | agl@chromium.org | 2010-06-30 | 1 | -11/+18 |
* | Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a... | rsleevi@chromium.org | 2010-06-26 | 1 | -2/+5 |
* | Second attempt to land r49489. | wtc@chromium.org | 2010-06-11 | 1 | -4/+30 |
* | Revert 49489 - Use NSS for SSL by default on Mac OS X. | hayato@chromium.org | 2010-06-11 | 1 | -30/+4 |
* | Use NSS for SSL by default on Mac OS X. | wtc@chromium.org | 2010-06-11 | 1 | -4/+30 |
* | Fix a regression on Windows introduced by r48650. | wtc@chromium.org | 2010-06-04 | 1 | -6/+25 |
* | Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses | wtc@chromium.org | 2010-06-01 | 1 | -27/+25 |
* | Trigger SSL fallback based on Bad MAC alert. | agl@chromium.org | 2010-05-18 | 1 | -0/+2 |
* | On Windows, do not use the COMODO EV SGC CA certificate | wtc@chromium.org | 2010-05-08 | 1 | -2/+54 |
* | SSL_ForceHandshake may return SECSuccess prematurely. | wtc@chromium.org | 2010-04-29 | 1 | -3/+12 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 1 | -5/+5 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -10/+8 |
* | SSL fixes for sites with buggy DEFLATE support. | agl@chromium.org | 2010-04-20 | 1 | -0/+2 |
* | Do not call NSS functions if NSS initialization failed. | wtc@chromium.org | 2010-04-16 | 1 | -3/+7 |
* | If the server's CertificateRequest message contains an empty | wtc@chromium.org | 2010-04-14 | 1 | -2/+12 |
* | memio_SetPeerName implicitly assumes that struct sockaddr is the same as PRNe... | pvalchev@google.com | 2010-03-31 | 1 | -1/+15 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -8/+8 |
* | When using NSS for SSL on Windows, fall back on SSLClientSocketWin | wtc@chromium.org | 2010-03-12 | 1 | -11/+82 |
* | Thread-safety for X509Certificate's intermediate-certs list. | snej@chromium.org | 2010-03-05 | 1 | -21/+26 |
* | SSLClientSocketNSS::ClientAuthHandler should return SECWouldBlock | wtc@chromium.org | 2010-03-05 | 1 | -2/+4 |
* | Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :( | snej@chromium.org | 2010-03-05 | 1 | -26/+21 |
* | Thread-safety for X509Certificate's intermediate-certs list. | snej@chromium.org | 2010-03-05 | 1 | -21/+26 |
* | A follow-up to r40192. Change the log message to avoid confusion. | wtc@chromium.org | 2010-03-03 | 1 | -1/+1 |
* | SSL False Start Support | agl@chromium.org | 2010-03-02 | 1 | -0/+6 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 1 | -6/+0 |
* | Log an informational message if an SSL server does not support | wtc@chromium.org | 2010-02-27 | 1 | -0/+19 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-26 | 1 | -0/+6 |
* | Revert "SSL False Start Support" | agl@chromium.org | 2010-02-26 | 1 | -6/+0 |
* | SSL False Start Support | agl@chromium.org | 2010-02-26 | 1 | -0/+6 |
* | SSL: stop network traffic from interfering with NSS. | wtc@chromium.org | 2010-02-25 | 1 | -2/+2 |
* | Revert "SSL False Start Support" | agl@chromium.org | 2010-02-25 | 1 | -6/+0 |
* | SSL False Start Support | agl@chromium.org | 2010-02-24 | 1 | -0/+6 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -13/+13 |
* | SPDY: disable revocation checking. | agl@chromium.org | 2010-02-18 | 1 | -1/+15 |
* | Port SSLClientSocketNSS to Windows. The next step is to | wtc@chromium.org | 2010-01-28 | 1 | -10/+74 |
* | Refactor EnsureNSSInit. Move the NSS SSL library | wtc@chromium.org | 2010-01-27 | 1 | -3/+59 |