summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-3/+3
* Fix and re-enable SSL renegotiation when using system SSL on OS X 10.5.x. Sys...rsleevi@chromium.org2011-01-131-29/+54
* Disable SSL renegotiation on OS X when using system SSL and on 10.5.x. By def...rsleevi@chromium.org2011-01-091-0/+25
* Cache certificate verification results in memory.wtc@google.com2010-12-161-2/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-3/+6
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-6/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-3/+6
* Remove SSL 2.0 support.wtc@chromium.org2010-11-301-1/+1
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-9/+10
* Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) u...rsleevi@chromium.org2010-11-111-31/+76
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+8
* net: comment/TODO cleanup and clarification, and don't raise ERR_SSL_PROTOCOL...rsleevi@chromium.org2010-10-201-5/+9
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-3/+3
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-13/+10
* Synchronize the mappings between Windows/Mac error codes and their net:: erro...rsleevi@chromium.org2010-10-101-8/+22
* Fix server initiated SSL renegotiation for SSLClientSocketMacrsleevi@chromium.org2010-10-081-236/+175
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+8
* Don't break on auth if we are about to do client auth.wtc@chromium.org2010-09-021-28/+13
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+16
* Obtain the cipher suite from the Mac Secure Transport andwtc@chromium.org2010-07-231-1/+5
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-17/+19
* Plumb SSL connection information into the PageInfo model.agl@chromium.org2010-07-121-0/+4
* Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...rsleevi@chromium.org2010-06-261-1/+0
* 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