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

Add support for elliptic curve keys #431

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

jkroepke
Copy link
Contributor

Pull Request (PR) description

Added support for elliptic curve keys. (easyrsa algo 'ec' and 'ed')

# The default crypto mode is rsa; ec can enable elliptic curve support.
# Note that not all software supports ECC, so use care when enabling it.
# Choices for crypto alg are: (each in lower-case)
#  * rsa
#  * ec
#  * ed

including certificate digest and ecdh_curve, since dh keys are not used if ec keys are in use.

Mention that ed25519 keys are elliptic keys, too.

This Pull Request (PR) fixes the following issues

@bastelfreak bastelfreak changed the title Added support for elliptic curve keys Add support for elliptic curve keys Apr 21, 2022
@bastelfreak bastelfreak added the enhancement New feature or request label Apr 21, 2022
@bastelfreak bastelfreak merged commit 3b5d9ab into voxpupuli:master Apr 21, 2022
@jkroepke jkroepke deleted the ec-ed-keys branch April 21, 2022 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants