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

Always use ed25519_dalek for the QUIC-TLS cert verification #3

Conversation

ripatel-fd
Copy link

Problem

A malicious peer may cause Agave to waste time verifying RSA-4096 certs.

Summary of Changes

  • Ban use of other TLS signature algorithms such as RSA
  • Add boilerplate to replace ring's Ed25519 verifier with Dalek

Fixes #

- Ban use of other TLS signature algorithms such as RSA
- Add boilerplate to replace ring's Ed25519 verifier with Dalek
@ripatel-fd
Copy link
Author

Closing, I will rebase this on Agave master when Lijun's PR is merged.

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