| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Turn GetPeerName into a pure virtual and provide local impls, this way any fu... | thomasvl@chromium.org | 2010-01-20 | 1 | -0/+4 |
* | Add a context-sensitive error mapping function specific to SSL | wtc@chromium.org | 2010-01-15 | 1 | -32/+24 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 1 | -1/+1 |
* | NSS: disable DEFLATE compression if TLS is disabled. | agl@chromium.org | 2010-01-08 | 1 | -1/+5 |
* | Linux: allow TLS renegotiation. | agl@chromium.org | 2010-01-06 | 1 | -0/+15 |
* | Linux: remove temporary check that the scons builders are working. | agl@chromium.org | 2009-12-24 | 1 | -2/+0 |
* | Linux: fix scons build so that libssl gets the right headers. | agl@chromium.org | 2009-12-23 | 1 | -0/+2 |
* | Revert "Linux: temp change to see if the builders are getting the wrong heade... | agl@chromium.org | 2009-12-23 | 1 | -2/+0 |
* | Linux: temp change to see if the builders are getting the wrong headers. | agl@chromium.org | 2009-12-23 | 1 | -0/+2 |
* | Rename GetNextProtocol -> GetNextProto | agl@chromium.org | 2009-12-11 | 1 | -25/+22 |
* | BufferSend needs to call memio_GetWriteParams() and transport_->Write() | wtc@chromium.org | 2009-12-10 | 1 | -12/+22 |
* | Add GetNextProtocol method to SSLClientSocket. | agl@chromium.org | 2009-12-10 | 1 | -31/+39 |
* | Fix incorrect error codes. 9999 is not a valid network error | wtc@chromium.org | 2009-12-04 | 1 | -3/+4 |
* | Remove the unnecessary workaround for NSS bug 455424, now that we require | wtc@chromium.org | 2009-12-01 | 1 | -4/+0 |
* | Call SSL_SetSockPeerID for proper SSL session reuse, especially when | wtc@chromium.org | 2009-11-30 | 1 | -0/+10 |
* | Linux: add next-protocol-negotiation to libssl. | agl@chromium.org | 2009-11-30 | 1 | -0/+43 |
* | Remove the unused GetDefaultCertNickname function. | wtc@chromium.org | 2009-11-30 | 1 | -47/+2 |
* | Linux: enable building with a local version of libssl. | agl@chromium.org | 2009-11-17 | 1 | -0/+6 |
* | Improve error code mapping between our network error codes and the | wtc@chromium.org | 2009-11-04 | 1 | -6/+47 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -9/+30 |
* | Look up client certificates in ClientAuthHandler to get rid of manual CA | wtc@chromium.org | 2009-10-24 | 1 | -51/+34 |
* | Provides a certificate for SSL client authentication on NSS sockets. | wtc@chromium.org | 2009-10-15 | 1 | -4/+118 |
* | Make SSLClientSocketNSS full-duplex | ukai@chromium.org | 2009-10-13 | 1 | -86/+214 |