diff --git a/ChangeLog b/ChangeLog index 5d268a9..2df7099 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ Easy-RSA 3 ChangeLog 3.1.0 (TBD) + * Introduce basic support for OpenSSL version 3 (#492) + +3.0.9 (2022-05-04) + * Upgrade OpenSSL from 1.1.0j to 1.1.1o (#405, #407) + - We are buliding this ourselves now. + * Fix --version so it uses EASYRSA_OPENSSL (#416) + * Use openssl rand instead of non-POSIX mktemp (#478) + * Fix paths with spaces (#443) + * Correct OpenSSL version from Homebrew on macOs (#416) * Fix revoking a renewed certificate (Original PR #394) Follow-up commit: ef22701878bb10df567d60f2ac50dce52a82c9ee * Introduce 'show-crl' (d1993892178c5219f4a38d50db3b53d1a972b36c) @@ -11,22 +20,6 @@ Easy-RSA 3 ChangeLog * Introduce 'init-pki soft' option (#197) * Warnings are no longer silenced by --batch (#523) * Improve packaging options (#510) - * Introduce basic support for OpenSSL version 3 (#492) - - * New maintenance begins. - - * Upgrade OpenSSL from 1.1.0j to 1.1.1m (#405, #407) - * Fix --version so it uses EASYRSA_OPENSSL (#416) - * Use openssl rand instead of non-POSIX mktemp (#478) - * Fix paths with spaces (#443) - * Correct OpenSSL version from Homebrew on macOs (#416) - -3.0.9 - Superseded - These changes are significant - - The reasons to leave v3.0.9 as a developement only version are: - - * Support for OpenSSL v3 - * New maintainer: Richard T Bonhomme 3.0.8 (2020-09-09) * Provide --version option (#372) diff --git a/distro/windows/win32/libcrypto-1_1.dll b/distro/windows/win32/libcrypto-1_1.dll new file mode 100755 index 0000000..c6e50be Binary files /dev/null and b/distro/windows/win32/libcrypto-1_1.dll differ diff --git a/distro/windows/win32/libssl-1_1.dll b/distro/windows/win32/libssl-1_1.dll new file mode 100755 index 0000000..aa8bec7 Binary files /dev/null and b/distro/windows/win32/libssl-1_1.dll differ diff --git a/distro/windows/win32/openssl.exe b/distro/windows/win32/openssl.exe new file mode 100755 index 0000000..f9f6218 Binary files /dev/null and b/distro/windows/win32/openssl.exe differ diff --git a/distro/windows/win64/libcrypto-1_1-x64.dll b/distro/windows/win64/libcrypto-1_1-x64.dll new file mode 100755 index 0000000..4a63938 Binary files /dev/null and b/distro/windows/win64/libcrypto-1_1-x64.dll differ diff --git a/distro/windows/win64/libssl-1_1-x64.dll b/distro/windows/win64/libssl-1_1-x64.dll new file mode 100755 index 0000000..0565e3e Binary files /dev/null and b/distro/windows/win64/libssl-1_1-x64.dll differ diff --git a/distro/windows/win64/openssl.exe b/distro/windows/win64/openssl.exe new file mode 100755 index 0000000..8da4639 Binary files /dev/null and b/distro/windows/win64/openssl.exe differ diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index c625752..4db2bb7 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -3,7 +3,8 @@ # Easy-RSA 3 -- A Shell-based CA Utility # # Copyright (C) 2018 by the Open-Source OpenVPN development community. -# A full list of contributors can be found in the ChangeLog. +# A full list of contributors can be found on Github at: +# https://github.com/OpenVPN/easy-rsa/graphs/contributors # # This code released under version 2 of the GNU GPL; see COPYING and the # Licensing/ directory of this project for full licensing details.