| Commit message (Expand) | Author | Age | Files | Lines |
* | Log server advertised protos and the selected | rtenneti@google.com | 2011-12-05 | 1 | -1/+3 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | Log the (server, to-be-verified) certificate chains to the NetLog when loggin... | rsleevi@chromium.org | 2011-11-04 | 1 | -0/+6 |
* | Disable SPDY IP pooling for SSL connections with client authentication. | wtc@chromium.org | 2011-10-28 | 1 | -0/+2 |
* | net: enable CRL sets behind a command line flag. | agl@chromium.org | 2011-10-25 | 1 | -0/+1 |
* | Add NetLog and histograms for CertVerifier | willchan@chromium.org | 2011-10-19 | 1 | -1/+2 |
* | Convert the easy ones in net/base/ to using CompletionCallback. | willchan@chromium.org | 2011-10-07 | 1 | -5/+7 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -6/+6 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -1/+1 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Return the constructed certificate chain in X509Certificate::Verify() | rsleevi@chromium.org | 2011-07-30 | 1 | -3/+2 |
* | Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces. | wez@chromium.org | 2011-07-23 | 1 | -0/+7 |
* | Added an OriginBoundCertStore field to the SSLClientSocketNSS class and | rkn@chromium.org | 2011-07-21 | 1 | -2/+2 |
* | Cache the underlying OS certificate handle within the X509CertificateCache, r... | rsleevi@chromium.org | 2011-07-19 | 1 | -2/+2 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-27 | 1 | -0/+16 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 1 | -16/+0 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 1 | -0/+16 |
* | Adds URLRequestJob bytes read to NetLog. | mmenke@chromium.org | 2011-06-01 | 1 | -4/+4 |
* | Include SSL plaintext traffic in addition to the ciphertext when logging raw ... | rsleevi@chromium.org | 2011-05-19 | 1 | -2/+8 |
* | Skip cert verification if it is expected to be bad. | hclam@chromium.org | 2011-04-28 | 1 | -3/+8 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 1 | -0/+4 |
* | net: add issued_by_known_hash and public_key_hashes to SSLInfo. | agl@chromium.org | 2011-04-13 | 1 | -4/+4 |
* | Mac specific chromium-style issues now that the trybot is sane. | erg@google.com | 2011-02-24 | 1 | -0/+4 |
* | NetLog: Log net error codes on a lot of EndEvents. | mmenke@chromium.org | 2011-02-08 | 1 | -3/+3 |
* | Fix and re-enable SSL renegotiation when using system SSL on OS X 10.5.x. Sys... | rsleevi@chromium.org | 2011-01-13 | 1 | -29/+54 |
* | Disable SSL renegotiation on OS X when using system SSL and on 10.5.x. By def... | rsleevi@chromium.org | 2011-01-09 | 1 | -0/+25 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -2/+4 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -3/+6 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -6/+3 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -3/+6 |
* | Remove SSL 2.0 support. | wtc@chromium.org | 2010-11-30 | 1 | -1/+1 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -9/+10 |
* | Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) u... | rsleevi@chromium.org | 2010-11-11 | 1 | -31/+76 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 1 | -0/+8 |
* | net: comment/TODO cleanup and clarification, and don't raise ERR_SSL_PROTOCOL... | rsleevi@chromium.org | 2010-10-20 | 1 | -5/+9 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -3/+3 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -13/+10 |
* | Synchronize the mappings between Windows/Mac error codes and their net:: erro... | rsleevi@chromium.org | 2010-10-10 | 1 | -8/+22 |
* | Fix server initiated SSL renegotiation for SSLClientSocketMac | rsleevi@chromium.org | 2010-10-08 | 1 | -236/+175 |
* | Fix ClientSocketHandle reuse_type(). Correctly track socket use. | willchan@chromium.org | 2010-09-02 | 1 | -0/+8 |
* | Don't break on auth if we are about to do client auth. | wtc@chromium.org | 2010-09-02 | 1 | -28/+13 |
* | Gather preconnection use vs waste statistics | jar@chromium.org | 2010-08-25 | 1 | -0/+16 |
* | Obtain the cipher suite from the Mac Secure Transport and | wtc@chromium.org | 2010-07-23 | 1 | -1/+5 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -17/+19 |
* | Plumb SSL connection information into the PageInfo model. | agl@chromium.org | 2010-07-12 | 1 | -0/+4 |
* | Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a... | rsleevi@chromium.org | 2010-06-26 | 1 | -1/+0 |
* | 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/+7 |