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

updating const-oid to 0.10 conflicts w/ other RustCryotp deps #105

Open
flihp opened this issue Mar 3, 2025 · 1 comment
Open

updating const-oid to 0.10 conflicts w/ other RustCryotp deps #105

flihp opened this issue Mar 3, 2025 · 1 comment

Comments

@flihp
Copy link
Collaborator

flihp commented Mar 3, 2025

rsa, digest and x509-cert all depend on const-oid 0.9.6. const-oid 0.10.0 makes changes to the ObjectIdentifier type and this cause incompatibility with the spki crate though const-oid isn't a direct dependency of spki.

@flihp flihp changed the title updating const-oid to 0.10 is non-trivial updating const-oid to 0.10 conflicts w/ other RustCryotp deps Mar 3, 2025
@baloo
Copy link

baloo commented Mar 3, 2025

const-oid 0.10 should work with the next stable release of rustcrypto.

There is a fairly large rewrite to switch backends over to crypto-bigint and rand_core 0.9.

At the moment if you want to use pre-releases, you will need to pull git-dependencies and non-merged PRs.
RustCrypto/formats#1689 should list them all (I think).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants