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

Crypto: Parse and format Ed25519 SPKI directly instead of using derp. #403

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

briansmith
Copy link
Contributor

Remove the derp dependency.

The header value was obtained from head -c14 tests/ed25519/ed25519-1.spki.der | hexdump -C.

This will allow the version of untrusted used by rust-tuf to be upgraded when ring is updated to 0.17 without having multiple versions of untrusted in the dependency tree.

Remove the `derp` dependency.

The header value was obtained from
`head -c14 tests/ed25519/ed25519-1.spki.der | hexdump -C`.

This will allow the version of untrusted used by rust-tuf to be
upgraded when *ring* is updated to 0.17 without having multiple
versions of untrusted in the dependency tree.
@erickt erickt merged commit 7b5a8a8 into theupdateframework:develop Feb 9, 2024
16 checks passed
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

Successfully merging this pull request may close these issues.

2 participants