]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: separate the code generating private keys
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 28 Apr 2025 14:27:45 +0000 (16:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 28 Apr 2025 16:20:21 +0000 (18:20 +0200)
commit420de91d26c3db03d95894dc9a577f2729148ff7
tree8f6fb1639546413e719d785f4cb5d795da5aa046
parent0897175d738effc82f47c06e5429996629452ac6
MINOR: acme: separate the code generating private keys

acme_EVP_PKEY_gen() generates private keys of specified <keytype>,
<curves> and <bits>. Only RSA and EC are supported for now.
src/acme.c