Skip to content

v3.0.9-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ecrist ecrist released this 05 May 03:04
· 1155 commits to master since this release
ecc7cb7

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: ef22701
  • Introduce 'show-crl' (d199389)
  • Support Windows-Git 'version of bash' (#533)
  • Disallow use of single quote (') in vars file, Warning (#530)
  • Creating a CA uses x509-types/ca and COMMON (#526)
  • Prefer 'PKI/vars' over all other locations (#528)
  • Introduce 'init-pki soft' option (#197)
  • Warnings are no longer silenced by --batch (#523)
  • Improve packaging options (#510)

*** Lots of work by Richard Bonhomme on this release! ***

What's Changed

New Contributors

Full Changelog: v3.0.8...v3.0.9-rc1