On Mon, 6 May 2024, Brad King wrote:

On Thu, Mar 7, 2024 at 3:15 AM Daniel Stenberg wrote:
libraries that curl supports do not do TLS 1.3 ... Secure Transport.

For reference, that was discussed in https://github.com/curl/curl/issues/4524 The conclusion was that curl should add support for the Network framework. Was that ever done?

It was not done and seems unlikely to ever get done. The Network framework does not seem suitable to be used as a TLS backend for libcurl. It is just too high level.

Otherwise, without Secure Transport, is there a way to use curl on macOS with the system's certificate store?

If I'm not mistaking, I believe wolfSSL can. And macOS' version of libressl does. That indicates to me that it is just about adding the necessary code.

--

 / daniel.haxx.se
 | Commercial curl support up to 24x7 is available!
 | Private help, bug fixes, support, ports, new features
 | https://curl.se/support.html
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to