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

Revert "QUIC Initial Packet Decryption and Parsing" #41

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

thearossman
Copy link
Collaborator

@thearossman thearossman commented Sep 4, 2024

Reverts #37

#37 breaks compilation on ARM machines. It seems like not a straightforward fix, so I'm reverting for now to keep the main branch stable.

Note: will open a separate issue to make ARM compilation a pre-checkin test.

The error is in the rust-crypto crate and looks like this:

.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-crypto-0.2.36/src/util.rs:52: undefined reference to rust_crypto_util_fixed_time_eq_asm'`

DaGenix/rust-crypto#383 suggests that rust-crypto is no longer maintained. It will have to be replaced by a different library.

@thearossman thearossman merged commit 7e89e02 into main Sep 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant