-
Notifications
You must be signed in to change notification settings - Fork 20
Pull pyca SHA3 OIDs #329
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
base: main
Are you sure you want to change the base?
Pull pyca SHA3 OIDs #329
Conversation
|
Fedora RPM build will fail as we have still the old version in rawhide. Filled https://bugzilla.redhat.com/show_bug.cgi?id=2395478 |
simo5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should get data_length() right if possible
|
changing to draft as bringing the new asn1 into fedora would need a compat package, which is not worth the hassle now. But I just wanted to keep a track of this so lets keep it in draft until we get Fedora updated. |
|
Rebased on top of recent changes. The python-cryptography landed so we can expect the rust-asn1 to be available any time soon: |
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Used version from commit 6131b24c1c05dda6b7f2d43ea935fa04a6eec20f mostly adding the NIST SHA3 OIDS Signed-off-by: Jakub Jelen <jjelen@redhat.com>
|
@Jakuje do you think this will work now? |
I think not (otherwise we would see failures in all the other pipelines). The rust-asn1 is still on 0.21: |
Description
This pulls also the new version of asn1 crate. Unfortunately, its not backward compatible, but the mandatory API is safe to return None, which I reused here for simplicity.
Checklist
- [ ] Test suite updated with functionality tests- [ ] Test suite updated with negative tests- [ ] Rustdoc string were added or updated- [ ] CHANGELOG and/or other documentation added or updated- [ ] This is not a code changeReviewer's checklist: