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
Can we just expose the rustls provider API here: https://docs.rs/rustls/latest/rustls/crypto/struct.CryptoProvider.html so I can pass in my own provider?
We can have a rustls-aws-lc feature that adds a constructor that uses that. Can do the same for rustls-ring. But I'd like to able to fix this kind of issue in the future without having to wait for a merge.
As mentioned by Lloyd's in #135 the ideal solution would be to allow users to pass their own custom
CryptoProvider
.We decided not to make this change part of the PR, but handle it as a standalone issue/PR.
I started addressing it in #138
Originally posted by @LLFourn in #135 (comment)
The text was updated successfully, but these errors were encountered: