Are you interested in helping out to make a Network.framework SSL backend for #curl?

The Secure Transport one is going away and this could be a new way to use the native Apple system.

But code does not write itself. There is an embryo started, but it needs love.

github.com/curl/curl/pull/1750…

#curl
in reply to daniel:// stenberg://

wait, going away? why? I know the API is deprecated, but as far as I'm aware there are no plans to remove it, and it remains secure by modern standards

that said, I wrote a Network.framework integration for libavformat a while back (never got around to submitting it), and could probably spruce up a branch like this; the biggest awkward thing in these integrations tends to be that using Network.framework for TLS also means using it for everything below it on the stack, which means any TCP options have to be plumbed to the TLS layer, which can be kinda weird (though maybe it's not too bad in curl?)

in reply to kwayk42

@kwayk42 I think the next step was taken already in: github.com/curl/curl/pull/1750…

I think we can start with coordinating there.