Changelog History
Page 1
-
v3.0.8 Changes
September 09, 20203.0.8 (2020-09-09)
- Provide --version option (#372)
- ๐ Version information now within generated certificates like on *nix
- ๐ Fixed issue where gen-dh overwrote existing files without warning (#373)
- ๐ Fixed issue with ED/EC certificates were still signed by RSA (#374)
- โ Added support for export-p8 (#339)
- Clarified error message (#384)
- โฌ๏ธ 2->3 upgrade now errors and prints message when vars isn't found (#377)
- โก๏ธ Update OpenSSL Windows binaries to 1.1.1g
-
v3.0.7 Changes
March 31, 20203.0.7 (2020-03-30)
- ๐ Include OpenSSL libs and binary for Windows 1.1.0j
- โ Remove RANDFILE environment variable (#261)
- โช Workaround for bug in win32 mktemp (#247, #305, PR #312)
- ๐ Handle IP address in SAN and renewals (#317)
- โช Workaround for ash and no set -o echo (#319)
- ๐ Shore up windows testing framework (#314)
- โฌ๏ธ Provide upgrade mechanism for older versions of EasyRSA (#349)
- โ Add support for KDC certificates (#322)
- โ Add support for Edward Curves (#354, #350)
- Add support for EASYRSA_PASSIN and EASYRSA_PASSOUT env vars (#368)
- โ Add support for RID to SAN (#362)
-
v3.0.6 Changes
February 02, 20193.0.6 (2019-02-01)
- ๐ Certifcates that are revoked now move to a revoked subdirectory (#63)
- EasyRSA no longer clobbers non-EASYRSA environment variables (#277)
- More sane string checking, allowingn for commas in CN (#267)
- ๐ Support for reasonCode in CRL (#280)
- ๐ Better handling for capturing passphrases (#230, others)
- ๐ Improved LibreSSL/MacOS support
- โ Adds support to renew certificates up to 30 days before expiration (#286)
- This changes previous behavior allowing for certificate creation using
duplicate CNs.
- This changes previous behavior allowing for certificate creation using
-
v3.0.5 Changes
September 15, 20183.0.5 (2018-09-15)
- ๐ Fix #17 & #58: use AES256 for CA key
- Also, don't use read -s, use stty -echo
- ๐ Fix broken "nopass" option
- โ Add -r to read to stop errors reported by shellcheck (and to behave)
- โ remove overzealous quotes around $pkcs_opts (more SC errors)
- ๐ Support for LibreSSL (now works on latest version of MacOS)
- EasyRSA version will be reported in certificate comments
- 0๏ธโฃ Client certificates now expire in 3 year (1080 days) by default
-
v3.0.4 Changes
January 21, 20183.0.4
๐ * Remove use of egrep (#154)
* Integrate with Travis-CI (#165)
๐ * Remove "local" from variable assignment (#165)
๐ * Other changes related to Travis-CI fixes
* Assign values to variables defined previously w/local
* Finally(?) fix the subjectAltName issues I presented earlier (really
๐ fixes #168 -
v3.0.3 Changes
August 22, 2017โก๏ธ Minor update that includes the mktemp Windows binary.
-
v3.0.2 Changes
August 21, 2017โ Add missing Windows binaries and publish release.
-
v3.0.1 Changes
October 26, 2015๐ This release addresses some packaging and documentation issues. With 3.0.0, the binaries needed to run EasyRSA on Windows were missing. Additionally, the documentation was released in a format that wasn't easily readable on that platform (markdown).
๐ Please find updated Unix and Windows packages attached. There are NO functionality changes in this release.
-
v3.0.0 Changes
September 03, 2015๐ This is the official Easy-RSA 3.0 release. The changes between rc2 and this release are relatively minor. The notable changes are:
- 0๏ธโฃ -utf8 is now the default. This shouldn't break ASCII but will now support international character strings.
- 0๏ธโฃ The private keys are now encrypted with aes256 by default, replacing the former default, 3des
-
v3.0.0-rc2 Changes
July 27, 2014๐ rc2 is the second pre-release in the 3.0 series. A number of fixes have been made; see the ChangeLog for full detials.
๐ Open issues preventing a production-ready release are noted in the
KNOWN_ISSUES
file.๐ Notable fixes since 3.0.0-rc1 include:
- ๐ Fixed support for OpenSSL 0.9.8
- ๐ PKCS#7 support
- ๐ Support to change private key passphrases
- โก๏ธ Other assorted fixes and doc updates