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

Rework handling of randomness #73

Open
jschneider-bensch opened this issue Nov 21, 2023 · 0 comments
Open

Rework handling of randomness #73

jschneider-bensch opened this issue Nov 21, 2023 · 0 comments

Comments

@jschneider-bensch
Copy link
Contributor

For instance, in tls13sign, libcrux expects raw bytes of entropy for RSA-PSS signing and an impl CryptoRng + RngCore for ECDSA signing. We're passing around ent: &Bytes parameters for entropy, but don't use them when an Impl trait is expected.

@jschneider-bensch jschneider-bensch mentioned this issue Nov 21, 2023
11 tasks
franziskuskiefer pushed a commit that referenced this issue Nov 21, 2023
* Factor out checks for `libcrux` conformance of RSA public keys
* RSA signing using `libcrux`
* Update documentation
* Update `certificate_verify` in case of RSA signature
* Add reminder for #72
* Reminder to rework randomness (#73)
* RSA tests should no longer panic
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

1 participant