-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add explicit ALgorithmIdentifiers of component keys. #76
Add explicit ALgorithmIdentifiers of component keys. #76
Conversation
Question to group: for RSA key AlgIds it is possible to be very specific on its usage. Do we want/need this? |
This does not yet provide an encoding of OAEP parameters. We need to address that before merging. Update: Just need John to provide a DER encoding of the RSA-OAEP params. |
- add RSA 4096 in some places - add EDNOTE
@ounsworth , @johngray-dev : added DER encoding and some places where RSA 4096 combo was missing... I assumed that the OAEP params for RSA 4096 are the same as for RSA 2048 |
Thanks Jan! I'm going to merge this now. |
@janklaussner your DER encoding of the RSA-OAEP AlgID had an extra NULL at the end that John and I couldn't figure out, so I replaced it with a DER encoding produced by our toolkit. |
@ounsworth @johngray-dev I'm using OpenSSL and try to create or import OAEP keys, but neither my nor your encoding worked. How did you do it? Can you send me an example public key that works for you? Otherwise I doubt this kind of "key" is supported by OpenSSL. |
No description provided.