summaryrefslogtreecommitdiff
path: root/lib/vtls/darwinssl.c
AgeCommit message (Expand)Author
2017-08-05darwinssl: fix compiler warningMarcel Raad
2017-08-04darwin: silence compiler warningsDaniel Stenberg
2017-08-03darwinssl: fix curlssl_sha256sum() compiler warnings on first argumentDaniel Stenberg
2017-07-27darwinssl: fix variable type mistake (regression)Daniel Stenberg
2017-07-17darwinssl: fix pinnedpubkey build errorJay Satiro
2017-05-16darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann
2017-05-15SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest
2017-04-18TLS: Fix switching off SSL session id when client cert is usedJay Satiro
2017-03-18darwinssl: fix typo in variable namePalo Markovic
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-03-02darwinssl: Warn that disabling host verify also disables SNIJDepooter
2017-02-07darwinssl: Avoid parsing certificates when not in verbose modeDaniel Gustafsson
2017-01-12rand: make it work without TLS backingDaniel Stenberg
2017-01-03darwinssl: --insecure overrides --cacert if both settings are in useNick Zitzmann
2016-12-27darwinssl: fix CFArrayRef leakChris Araman
2016-12-27darwinssl: fix iOS buildChris Araman
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: move open braces to comply with function declaration styleDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2016-11-24darwinssl: adopted to the HTTPS proxy changesDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-15darwinssl: fix SSL client certificate not found on MacOS SierraDavid Schweikert
2016-11-09vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro
2016-11-07vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-09-19darwinssl: Fix typo in commentDaniel Gustafsson
2016-09-18darwinssl: disable RC4 cipher-suite supportNick Zitzmann
2016-09-06darwinssl: test for errSecSuccess in PKCS12 import rather than noErr (#993)Daniel Gustafsson
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-22vtls: Only call add/getsession if session id is enabledJay Satiro
2016-06-01vtls: fix ssl session cache race conditionIvan Avdeev
2016-05-13darwinssl.c: fix OS X codename typo in commentViktor Szakats
2016-05-12darwinssl: fix certificate verification disable on OS X 10.8Per Malmberg
2016-04-19darwinssl: removed commented out codeDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-21darwinsssl: add support for TLS False StartNick Zitzmann
2015-03-03vtls: use curl_printf.h all overDaniel Stenberg
2015-02-15By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"Nick Zitzmann