diff --git a/ChangeLog b/ChangeLog index 999b7272..79057fd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog 3.2.2 (TBD) + * Add LibreSSL version 4 to supported SSL Libraries (7df616b) (#1240) * sign-req: Allow custom X509 Types (2ee08cc) (#1238) * Remove redundant file index.txt.attr (da3c249) (#1233) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 5a21fb22..690055af 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1257,7 +1257,7 @@ $error_msg" case "$osslv_major" in 1) no_password='-nodes' ;; 2) no_password='-nodes' ;; - 3) + 3|4) case "$ssl_lib" in openssl) openssl_v3=1