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

Test RSA key is only 1024 bit, not 2048 bit as it says #109

Open
Diggsey opened this issue Apr 15, 2020 · 2 comments
Open

Test RSA key is only 1024 bit, not 2048 bit as it says #109

Diggsey opened this issue Apr 15, 2020 · 2 comments

Comments

@Diggsey
Copy link

Diggsey commented Apr 15, 2020

The following test data uses the following RSA 2048-bit keys, which we will refer to as keyId=Test in the following samples:

However the RSA key specified is only 1024 bits long. This is a problem because several crypto libraries have started dropping support for 1024-bit RSA keys.

@aljones15
Copy link
Contributor

Is this WRT to the http-signatures spec or the test suite?

The test suite is here if so: https://github.com/w3c-ccg/http-signatures-test-suite

@Diggsey
Copy link
Author

Diggsey commented Apr 15, 2020

This is WRT to the RSA key in the spec itself.

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

2 participants