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

ECC private keys support for TLS feature #208

Merged
merged 1 commit into from
May 28, 2023
Merged

Conversation

joseluisq
Copy link
Collaborator

@joseluisq joseluisq commented May 28, 2023

Description

This PR adds support for ECC private keys when enabling the --tls feature. This is particularly useful when generating private keys for example using clients like Lego ACME which defaults to EC256 keys.

Side note:

rustls/rustls#998

Related Issue

Motivation and Context

It resolves #207

How Has This Been Tested?

See the tests attached.

Screenshots (if appropriate):

it adds support for ECC private keys when enabing the --tls feature.
this is particular usefull when generating private keys for
example using clients like Lego ACME which defaults to EC256 keys.
@joseluisq joseluisq added enhancement New feature or request v2 v2 release labels May 28, 2023
@joseluisq joseluisq self-assigned this May 28, 2023
@joseluisq joseluisq merged commit 0f66443 into master May 28, 2023
26 checks passed
@joseluisq joseluisq deleted the ecc-private-keys-support branch May 28, 2023 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2 v2 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"key contains no private key" could really mean "EC private keys not supported"
1 participant