]> granicus.if.org Git - curl/commit
darwinssl: fix certificate verification disable on OS X 10.8
authorPer Malmberg <per.malmberg@snowsoftware.com>
Thu, 12 May 2016 10:16:16 +0000 (12:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 May 2016 19:37:38 +0000 (21:37 +0200)
commit3cf339901e6fc28705f3b64a56e0a15fa65de117
treee2de1de3fe6ec2cd7fcc6b04fc028f59681028fb
parent0761a51ee0551ad9e523cbdba24ce00d22fff9c1
darwinssl: fix certificate verification disable on OS X 10.8

The new way of disabling certificate verification doesn't work on
Mountain Lion (OS X 10.8) so we need to use the old way in that version
too. I've tested this solution on versions 10.7.5, 10.8, 10.9, 10.10.2
and 10.11.

Closes #802
lib/vtls/darwinssl.c