summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* 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