summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-5/+5
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-10/+7
* Throttle writes rather than just taking it all at once. Fixes crashing as wel...avi@chromium.org2010-04-221-2/+15
* Mac: Improve Chrome's response to post-handshake SSL renegotiation.snej@chromium.org2010-04-071-1/+13
* Mac SSL fix: Go back to not enabling break-on-auth when we have a client cert...snej@chromium.org2010-03-301-14/+26
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-261-8/+21
* Revert due to compile failuresamit@chromium.org2010-03-261-21/+8
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-261-8/+21
* Improved SSL handshake processing on Mac.snej@chromium.org2010-03-191-51/+73
* Mac: Ignoring optional client-cert requests from serversnej@chromium.org2010-03-161-24/+76
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-10/+10
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-14/+7
* Always call SSLSetPeerDomainName. The SSLSetPeerDomainName call waswtc@chromium.org2010-03-051-8/+7
* Mac: Work around SSL renegotiation problems with client certs.snej@chromium.org2010-03-051-10/+15
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-7/+14
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-14/+7
* Add TLS server_name extension support for Mac Chrome.wtc@chromium.org2010-02-241-0/+8
* Mac client-side SSL cert improvements.snej@chromium.org2010-02-241-1/+2
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-18/+20
* Make dynamic access to SSLSetSessionOption static.mark@chromium.org2010-02-191-1/+1
* Fix SSLSessionOption's name. It's not SSLSetSessionOptionType.mark@chromium.org2010-02-191-2/+2
* Client-side SSL cert support for Mac.snej@chromium.org2010-02-181-56/+121
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-201-0/+4
* Enable SSL 2.0 cipher suites. Although SSL 2.0 is disabled by default,wtc@chromium.org2010-01-151-1/+3
* Support the ECC cipher suites added in Mac OS X 10.6.wtc@chromium.org2010-01-151-1/+171
* Changed catch-all Mac SSL OSStatus error to paramErr.akalin@chromium.org2010-01-061-2/+9
* Fix SSL error code for unexpected errSSLClosedGraceful on Mackinuko@chromium.org2009-12-181-3/+4
* [Mac] Fixes SSLClientSocketMac to report net::ERR_SSL_PROTOCOL_ERROR when the...andybons@chromium.org2009-12-161-2/+1
* Handle unexpected connection close during SSL handshake on Mackinuko@chromium.org2009-12-151-0/+7
* Rename GetNextProtocol -> GetNextProtoagl@chromium.org2009-12-111-1/+1
* Add GetNextProtocol method to SSLClientSocket.agl@chromium.org2009-12-101-0/+6
* Define X509Certificate::intermediate_ca_certs_ as a std::vector ofwtc@chromium.org2009-12-091-1/+5
* Comment typo.avi@chromium.org2009-12-041-1/+1
* Do not call GetServerCert whenever SSLHandshake returns. Callwtc@chromium.org2009-12-011-8/+13
* Improve Mac SSL code:avi@chromium.org2009-11-061-114/+23
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-95/+119
* Map errSSLPeerHandshakeFail to ERR_SSL_PROTOCOL_ERROR.willchan@chromium.org2009-10-291-0/+3
* Make SSLClientSocketMac full-duplexukai@chromium.org2009-10-231-120/+137
* Enable certificate revocation and EV certificate validation for Machawk@chromium.org2009-10-161-2/+4
* Remember the server certificate on Mac OS X even if the handshake failshawk@chromium.org2009-10-131-1/+4
* Uncouple the cert verifier when disconnecting to avoid a callback after a SSL...hawk@chromium.org2009-09-151-0/+2
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+8
* Enable SSL session resumption for Mac OS X.hawk@chromium.org2009-09-031-26/+132
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-271-45/+64
* Fix a typo IsCertStatusError. It should be IsCertificateError.wtc@chromium.org2009-08-251-3/+5
* Implement SSL certificate error handling on the Mac. If the user giveswtc@chromium.org2009-08-131-35/+64
* Initialize 'processed' to 0 before passing its address to SSLRead orwtc@chromium.org2009-08-061-6/+10
* If a write is pending, just add it to the buffer. Don't trigger a second conc...avi@chromium.org2009-07-291-0/+11
* Properly let the SSL engine know when the underlying stream is closed.avi@chromium.org2009-07-161-2/+4
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+762