| Commit message (Expand) | Author | Age | Files | Lines |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | net: fix crash when failing to import a client-side cert into NSS. | agl@chromium.org | 2011-09-27 | 1 | -0/+4 |
* | Remove DisableOCSP(). | sergeyu@chromium.org | 2011-08-23 | 1 | -6/+0 |
* | net: allow SSL secrets to be exported sooner. | agl@chromium.org | 2011-07-26 | 1 | -2/+1 |
* | Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces. | wez@chromium.org | 2011-07-23 | 1 | -0/+18 |
* | Fix instability in SSL client/server sockets | sergeyu@chromium.org | 2011-07-21 | 1 | -5/+13 |
* | Fix SSLServerSocketNSS to flush buffered ciphertext when plaintext exhausted. | wez@chromium.org | 2011-06-29 | 1 | -4/+9 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-27 | 1 | -0/+8 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 1 | -8/+0 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 1 | -0/+8 |
* | This change is part of a cleanup of the remoting component's session initiali... | wez@chromium.org | 2011-06-17 | 1 | -18/+70 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -6/+6 |
* | This change loads opencryptoki and uses the TPM for keygen tags. | gspencer@chromium.org | 2011-04-07 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | NetLog: Log net error codes on a lot of EndEvents. | mmenke@chromium.org | 2011-02-08 | 1 | -4/+4 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -110/+118 |
* | Enable session resumption in SSLServerSocketNSS and unit tests | hclam@chromium.org | 2011-01-21 | 1 | -6/+0 |
* | The SSL server's RSA private key must be imported with the | wtc@chromium.org | 2011-01-19 | 1 | -1/+7 |
* | Defines SSLServerSocket and implements SSLServerSocketNSS | hclam@chromium.org | 2010-12-23 | 1 | -0/+677 |