Preparing for v3.0.9 release

This has been an on/off release tag, but we're going to push it out
because there are some that will remain on the v3.0.x branch for a
long time, and OpenSSL 3.x isn't available in all distros/embedded
systems yet (or for a while).

 - Updated OpenSSL for Windows to 1.1.1o
 - Updated ChangeLog for v3.0.9, pulling in most comments for v3.1.0
 - Updated header in easyrsa to point to Github contributors page

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2022-05-04 21:29:47 -05:00
parent 814fab9bd3
commit ecc7cb72d1
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E
8 changed files with 11 additions and 17 deletions

View File

@ -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 <tincantech@protonmail.com>
3.0.8 (2020-09-09)
* Provide --version option (#372)

Binary file not shown.

Binary file not shown.

BIN
distro/windows/win32/openssl.exe Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
distro/windows/win64/openssl.exe Executable file

Binary file not shown.

View File

@ -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.