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
Couple of things couple be added to make life easier to work with curves.
In the boring ssl crate, they have a set_curves and set_curves_list (https://docs.rs/boring/latest/boring/ssl/struct.SslContextBuilder.html#method.set_curves) with a safe SslCurve object for the NID.
Pretty sure it would be simple to add here, let me know if you want a PR for that.
The text was updated successfully, but these errors were encountered:
Couple of things couple be added to make life easier to work with curves.
In the boring ssl crate, they have a
set_curves
andset_curves_list
(https://docs.rs/boring/latest/boring/ssl/struct.SslContextBuilder.html#method.set_curves) with a safeSslCurve
object for the NID.Pretty sure it would be simple to add here, let me know if you want a PR for that.
The text was updated successfully, but these errors were encountered: