How can you access `kDTLSProtocol12` from Kotlin/N...
# kotlin-native
t
How can you access
kDTLSProtocol12
from Kotlin/Native? I am able to find
kDTLSProtocol1
, but I really need
kDTLSProtocol12
. This one is visible: https://developer.apple.com/documentation/security/sslprotocol/kdtlsprotocol1?language=objc This one is NOT visible: https://developer.apple.com/documentation/security/sslprotocol/kdtlsprotocol12?language=objc
o
Could you check with 1.3.60-eap, it shall be available there.
👍 1
t
Thanks Nikolay, that’s great to hear. I will check once I can update my project to 1.3.60. Just waiting for some Kotlin libraries to add support for 1.3.60,