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 RSA privkey handling #72

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

Rework RSA privkey handling #72

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

Comments

@jschneider-bensch
Copy link
Contributor

Giving the certificate as input to tls13crypto::sign is a workaround to allow libcrux the reconstruction of a signing key from the private exponent bytes in sk and the public key in the certificate. Ideally we should be able to provide a complete RSA private key in sk instead.

jschneider-bensch added a commit that referenced this issue Nov 20, 2023
@jschneider-bensch jschneider-bensch mentioned this issue Nov 20, 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