Release 8.17.0 Library and Headers
This release includes cURL, OpenSSL and Nghttp2 libraries and header files for MacOS, Mac Catalyst, iOS and tvOS projects.
- Added SSLv3 support for security testing with
-3flag. This allows verification that servers properly reject SSLv3 connections. Includes compatibility updates for OpenSSL 3.x which removed theSSLv3_client_method()function. *...