You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Is there a particular reason the tls Context in src/tls/mod.rs does not expose some interface to call SSL_CTX_set_verify_algorithm_prefs? I'm specifically interested in Ed25519, which I believe is supported by BoringSSL but not part of the default. Thank you!