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
Right now, the CLI can only use the RustCrypto cryptography backend, but ideally the selection of backend would be up to the user. Once support for conditionally compiling additional backends is added to the omnibor crate, we can add the same flexibility in the CLI.
The CLI does have one additional wrinkle that we must decide how to expose control for linking to these backends; in particular on some platforms users may want to be able to opt in to use their system-provided OpenSSL.
The text was updated successfully, but these errors were encountered:
This requires #190 be implemented first.
Right now, the CLI can only use the RustCrypto cryptography backend, but ideally the selection of backend would be up to the user. Once support for conditionally compiling additional backends is added to the
omnibor
crate, we can add the same flexibility in the CLI.The CLI does have one additional wrinkle that we must decide how to expose control for linking to these backends; in particular on some platforms users may want to be able to opt in to use their system-provided OpenSSL.
The text was updated successfully, but these errors were encountered: