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

Allow DSA end EllipticCurve private keys to be used additionally to RSA. #2416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tstanczak
Copy link

The purpose of the changes is to allow EC and DSA based private key (and in turn SSL certificates) to be used additionally to RSA private keys. In order to achieve this checking the types of loaded PEM files has been extended. Checking of the first line of the PEM files on the other side has been reduced to the ending, so that something like "EC PRIVATE KEY" gets accepted as well as "RSA PRIVATE KEY" or just "PRIVATE KEY".

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

Successfully merging this pull request may close these issues.

2 participants