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

Support for RSA 3072 and ECDSA_P_384 #205

Open
rohit21187 opened this issue Sep 19, 2024 · 3 comments
Open

Support for RSA 3072 and ECDSA_P_384 #205

rohit21187 opened this issue Sep 19, 2024 · 3 comments

Comments

@rohit21187
Copy link
Contributor

rohit21187 commented Sep 19, 2024

Hi I see that in gnsi/credentialz/credentialz.proto the keyType supported are KEY_TYPE_ECDSA_P_256, KEY_TYPE_ECDSA_P_521, KEY_TYPE_ED25519,KEY_TYPE_RSA_2048, KEY_TYPE_RSA_4096.

Earlier there was no differentiation on the basis of bit size. This was brought in by @nmahabaleshwar commit for ecdsa. And then another commit by @marcushines commit that was for rsa key type for 4096 and 2048.

I believe we are still missing support for RSA 3072 and ECDSA_P_384.

@dplore
Copy link
Member

dplore commented Sep 19, 2024 via email

@rohit21187
Copy link
Contributor Author

Thanks Darren

@rohit21187
Copy link
Contributor Author

#206
Please review this

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