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
In some environments, compiling openssl-sys can be problematic.
To address this, I propose introducing a feature flag that allows the use of ring or aws-lc-rs as an alternative to openssl in secp256r1-program and its transitive dependencies.
Although secp256r1-program currently includes a feature flag for vendoring openssl, using ring or aws-lc-rs would provide more flexibility and potentially improve security.
The text was updated successfully, but these errors were encountered:
In some environments, compiling
openssl-sys
can be problematic.To address this, I propose introducing a feature flag that allows the use of
ring
oraws-lc-rs
as an alternative toopenssl
insecp256r1-program
and its transitive dependencies.Although
secp256r1-program
currently includes a feature flag for vendoringopenssl
, usingring
oraws-lc-rs
would provide more flexibility and potentially improve security.The text was updated successfully, but these errors were encountered: