summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-1/+1
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-151-1/+2
* Adds support for the credentials frame.rch@chromium.org2012-02-081-1/+2
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-11/+2
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-5/+1
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-1/+5
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-1/+5
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-4/+6
* Log server advertised protos and the selectedrtenneti@google.com2011-12-051-1/+2
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-21/+26
* Convert the easy ones in net/base/ to using CompletionCallback.willchan@chromium.org2011-10-071-1/+0
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-9/+9
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-0/+4
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-1/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+2
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-2/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Mac specific chromium-style issues now that the trybot is sane.erg@google.com2011-02-241-1/+1
* Fix and re-enable SSL renegotiation when using system SSL on OS X 10.5.x. Sys...rsleevi@chromium.org2011-01-131-0/+4
* Cache certificate verification results in memory.wtc@google.com2010-12-161-2/+5
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-5/+8
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+1
* Fix server initiated SSL renegotiation for SSLClientSocketMacrsleevi@chromium.org2010-10-081-9/+24
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+1
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+2
* Fix the comments in the SslClientSocket subclassesrch@chromium.org2010-08-031-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-2/+3
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-2/+3
* Improved SSL handshake processing on Mac.snej@chromium.org2010-03-191-0/+4
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+3
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-1/+1
* Client-side SSL cert support for Mac.snej@chromium.org2010-02-181-0/+2
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-201-0/+1
* Rename GetNextProtocol -> GetNextProtoagl@chromium.org2009-12-111-1/+1
* Add GetNextProtocol method to SSLClientSocket.agl@chromium.org2009-12-101-0/+1
* Define X509Certificate::intermediate_ca_certs_ as a std::vector ofwtc@chromium.org2009-12-091-1/+0
* Improve Mac SSL code:avi@chromium.org2009-11-061-7/+4
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-1/+7
* Make SSLClientSocketMac full-duplexukai@chromium.org2009-10-231-16/+22
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+2
* Enable SSL session resumption for Mac OS X.hawk@chromium.org2009-09-031-2/+5
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-271-2/+10
* Implement SSL certificate error handling on the Mac. If the user giveswtc@chromium.org2009-08-131-0/+2
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+108