Implements support for ECDSA keys. Fixes #2163.

Thanks to @pahrohfit and @Tomoyuki-GH for previous efforts to implement
suport for this.

Co-Authored-By: Robert Dailey <rob@wargam.es>
Co-Authored-By: Tomoyuki-GH <55397638+Tomoyuki-GH@users.noreply.github.com>
This commit is contained in:
Mads Jensen
2020-11-04 15:16:48 +01:00
co-authored by Robert Dailey Tomoyuki-GH
parent e570e8ad32
commit 47c1045f6d
46 changed files with 709 additions and 51 deletions
+4
View File
@@ -7,6 +7,10 @@
# certificate on a system with several certificates should not be placed
# here.
# Use ECC for the private key
key-type = ecdsa
elliptic-curve = secp384r1
# Use a 4096 bit RSA key instead of 2048
rsa-key-size = 4096