dart-archive / ffi

Utilities for working with Foreign Function Interface (FFI) code
https://pub.dev/packages/ffi
BSD 3-Clause "New" or "Revised" License
155 stars 32 forks source link

missing SSL_CTX_set1_curves_list #169

Closed vincent-iQontrol closed 1 year ago

vincent-iQontrol commented 1 year ago

I have a certificate with ECDSA cipher with secp256r1 curve. There is no way to set it. Only SSL_CTX_set_cipher_list is available.

dcharkes commented 1 year ago

@vincent-iQontrol package:ffi does not expose any SSL symbols at all, what are you referring to?

vincent-iQontrol commented 1 year ago

Sorry wrong place, keep it going guys. This can be closed.