Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable selecting cryptography backend in the CLI #191

Open
alilleybrinker opened this issue Aug 23, 2024 · 0 comments
Open

Enable selecting cryptography backend in the CLI #191

alilleybrinker opened this issue Aug 23, 2024 · 0 comments
Labels
crate: omnibor-cli Relating to the omnibor-cli crate type: feature New feature or request

Comments

@alilleybrinker
Copy link
Member

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.

@alilleybrinker alilleybrinker added type: feature New feature or request crate: omnibor-cli Relating to the omnibor-cli crate labels Aug 23, 2024
@alilleybrinker alilleybrinker moved this to Backlog in OmniBOR Rust Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: omnibor-cli Relating to the omnibor-cli crate type: feature New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant