]> granicus.if.org Git - curl/commit
darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functions
authorNick Zitzmann <nick@chronosnet.com>
Fri, 17 Aug 2012 04:31:41 +0000 (22:31 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 18 Aug 2012 18:36:45 +0000 (20:36 +0200)
commitd792e75f2c14757cfac9bba6690b5917873201a6
tree6c40aa4a929d98e7cc87ec3e3cab009cbcea116e
parent41a3bff3da6b13fb8cab952c41e81ecfb518ec87
darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functions

In Mountain Lion, Apple added TLS 1.1 and 1.2, and deprecated a number
of SecureTransport functions, some of which we were using. We now check
to see if the replacement functions are present, and if so, we use them
instead.  The old functions are still present for users of older
cats. Also fixed a build warning that started to appear under Mountain
Lion
lib/curl_darwinssl.c