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

use RSAES-OAEP algorithm for 4096 bit keys #31

Closed
loetifuss opened this issue Oct 27, 2020 · 1 comment
Closed

use RSAES-OAEP algorithm for 4096 bit keys #31

loetifuss opened this issue Oct 27, 2020 · 1 comment

Comments

@loetifuss
Copy link
Collaborator

According to the specification in SECON (section 2.1.4) for 4096 bit RSA-keys the RSAES-OAEP algorithm should be used to encrypt the session key.
Currently the tool uses the algorithm implied by the public key of the encryption certificate which defaults to RSA (PKCS#1 v1.5).
This causes interoperability issues when decrypting messages created with secon-tool using other tools expecting RSAES-OAEP instead of RSA.

@loetifuss
Copy link
Collaborator Author

Fixed with release 1.0.2

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