| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename X509Certificate::VerifyFlags to CertVerifier::VerifyFlags | rsleevi@chromium.org | 2012-08-23 | 1 | -3/+3 |
* | Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v... | rch@chromium.org | 2012-07-31 | 1 | -0/+4 |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 1 | -2/+4 |
* | Convert SSLClientSocketNSS to use the NSS Channel ID callback. | mattm@chromium.org | 2012-06-26 | 1 | -2/+3 |
* | NetLogEventParameter to Callback refactoring 9. | mmenke@chromium.org | 2012-06-14 | 1 | -4/+4 |
* | NetLogEventParameter to Callback refactoring 1, | mmenke@chromium.org | 2012-06-12 | 1 | -1/+2 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 1 | -1/+1 |
* | Use TLS 1.1. | wtc@chromium.org | 2012-05-26 | 1 | -4/+13 |
* | Make CertVerifier a pure virtual interface. | rsleevi@chromium.org | 2012-03-21 | 1 | -0/+1 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 1 | -2/+2 |
* | Add an SSLConfig option to explicit disable NSSHttpIO. | agl@chromium.org | 2012-03-15 | 1 | -0/+2 |
* | Add a boolean |has_context| argument to the TLS ExportKeyingMaterial | wtc@chromium.org | 2012-03-15 | 1 | -1/+2 |
* | When using SSLClientSocketWin, record the full certificate chain sent by the ... | rsleevi@chromium.org | 2012-03-06 | 1 | -43/+63 |
* | Provide the certificate chain as validated to SSLInfo. | palmer@chromium.org | 2012-03-03 | 1 | -1/+1 |
* | Set SSLInfo.client_cert_sent when origin bound cert was sent. | mattm@chromium.org | 2012-02-25 | 1 | -2/+2 |
* | Always log the SSL server certificate received and being verified. | rsleevi@chromium.org | 2012-02-22 | 1 | -5/+3 |
* | Adds support for the credentials frame. | rch@chromium.org | 2012-02-08 | 1 | -1/+5 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -130/+42 |
* | Revert 113699 - base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-09 | 1 | -38/+8 |
* | base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-08 | 1 | -8/+38 |
* | base::Bind: Convert Socket::Read. | jhawkins@chromium.org | 2011-12-07 | 1 | -14/+71 |
* | base::Bind: Convert StreamSocket::Connect. | jhawkins@chromium.org | 2011-12-06 | 1 | -7/+36 |
* | 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 | -4/+4 |
* | Do not chase AIA information when locating client certificates on Windows. | rsleevi@chromium.org | 2011-11-05 | 1 | -1/+3 |
* | Log the (server, to-be-verified) certificate chains to the NetLog when loggin... | rsleevi@chromium.org | 2011-11-04 | 1 | -3/+10 |
* | 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 | -3/+6 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | 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 | -1/+1 |
* | 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 |
* | Revert r92977 partially to fix a certificate verification regression | wtc@chromium.org | 2011-07-21 | 1 | -7/+39 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Cache the underlying OS certificate handle within the X509CertificateCache, r... | rsleevi@chromium.org | 2011-07-19 | 1 | -43/+9 |
* | 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 | -6/+6 |
* | Include SSL plaintext traffic in addition to the ciphertext when logging raw ... | rsleevi@chromium.org | 2011-05-19 | 1 | -0/+6 |
* | Skip cert verification if it is expected to be bad. | hclam@chromium.org | 2011-04-28 | 1 | -10/+7 |
* | 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 | -1/+4 |
* | When determining potential client certificates on Windows, if a certificate d... | rsleevi@chromium.org | 2011-03-03 | 1 | -0/+7 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -3/+3 |