Skip to content

Commit

Permalink
Preparing for v3.0.9 release
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ecrist committed May 5, 2022
1 parent 814fab9 commit ecc7cb7
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 17 deletions.
25 changes: 9 additions & 16 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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 <[email protected]>

3.0.8 (2020-09-09)
* Provide --version option (#372)
Expand Down
Binary file added distro/windows/win32/libcrypto-1_1.dll
Binary file not shown.
Binary file added distro/windows/win32/libssl-1_1.dll
Binary file not shown.
Binary file added distro/windows/win32/openssl.exe
Binary file not shown.
Binary file added distro/windows/win64/libcrypto-1_1-x64.dll
Binary file not shown.
Binary file added distro/windows/win64/libssl-1_1-x64.dll
Binary file not shown.
Binary file added distro/windows/win64/openssl.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ecc7cb7

Please sign in to comment.