← Back to context Comment by youngtaff 13 hours ago iOS (and MacOS) now use Google’s BoringSSL instead and have for many years 2 comments youngtaff Reply dieortin 12 hours ago Do they? Based on what I’ve seen with a quick search, this doesn’t seem to be true gsnedders 10 hours ago See e.g. https://developer.apple.com/documentation/network/creating-a... where the logging output makes it clear BoringSSL is what is used.Or comments such as: https://github.com/apple-oss-distributions/Security/blob/rel...Unsurprisingly, given BoringSSL doesn't have a stable API (yet alone ABI), it isn't exposed as a system library.
dieortin 12 hours ago Do they? Based on what I’ve seen with a quick search, this doesn’t seem to be true gsnedders 10 hours ago See e.g. https://developer.apple.com/documentation/network/creating-a... where the logging output makes it clear BoringSSL is what is used.Or comments such as: https://github.com/apple-oss-distributions/Security/blob/rel...Unsurprisingly, given BoringSSL doesn't have a stable API (yet alone ABI), it isn't exposed as a system library.
gsnedders 10 hours ago See e.g. https://developer.apple.com/documentation/network/creating-a... where the logging output makes it clear BoringSSL is what is used.Or comments such as: https://github.com/apple-oss-distributions/Security/blob/rel...Unsurprisingly, given BoringSSL doesn't have a stable API (yet alone ABI), it isn't exposed as a system library.
Do they? Based on what I’ve seen with a quick search, this doesn’t seem to be true
See e.g. https://developer.apple.com/documentation/network/creating-a... where the logging output makes it clear BoringSSL is what is used.
Or comments such as: https://github.com/apple-oss-distributions/Security/blob/rel...
Unsurprisingly, given BoringSSL doesn't have a stable API (yet alone ABI), it isn't exposed as a system library.