tb d85d81da99 fetchmail: use OpenSSL 1.1 code path
Instead of relying on an untested code path that uses version fixed
TLS client methods and the made-up TLSv1_3_client_method() in case
TLS1_3_VERSION is defined, we can just use the code path provided for
the OpenSSL 1.1 API. While it seems reasonable to assume that such a
client method might be available, version fixed methods are deprecated.
TLSv1_3_client_method() never existed in either LibreSSL or OpenSSL.

This will make sure that the port works correctly now and will
continue to build and work correctly once LIBRESSL_HAS_TLS1_3
becomes publicly visible.

ok jsing
2020-09-07 09:40:53 +00:00
..
2020-08-20 06:50:33 +00:00
2020-06-01 07:17:28 +00:00
2020-06-01 07:25:32 +00:00
2020-08-28 09:53:04 +00:00
2019-09-16 06:54:43 +00:00
2020-08-13 13:44:07 +00:00
2020-05-14 14:54:12 +00:00
2020-01-28 09:21:24 +00:00
2020-08-28 11:44:43 +00:00
2020-03-21 13:39:24 +00:00
2019-07-17 14:46:32 +00:00
2020-08-17 10:18:21 +00:00
2019-07-17 14:46:32 +00:00
2020-02-03 20:40:37 +00:00
2020-05-07 19:06:49 +00:00
2019-10-02 08:16:33 +00:00
2020-05-16 22:16:40 +00:00
2020-07-11 11:38:09 +00:00
2020-09-01 13:57:39 +00:00
2020-08-31 16:52:03 +00:00
2020-09-01 10:50:55 +00:00
2020-04-20 06:13:11 +00:00
2020-07-05 22:31:01 +00:00
2020-01-30 07:54:00 +00:00
2020-04-07 13:29:52 +00:00
2020-08-02 14:56:20 +00:00
2019-08-31 15:55:55 +00:00
2019-12-27 22:35:41 +00:00
2020-02-03 20:40:37 +00:00
2019-11-21 16:15:44 +00:00
2019-11-22 15:42:47 +00:00
2020-07-17 07:44:03 +00:00
2019-11-01 15:53:54 +00:00
2020-05-23 02:44:01 +00:00