github OpenVPN/easy-rsa v3.1.5

latest releases: v3.1.7, v3.1.6
11 months ago

3.1.5 (2023-06-10)

  • Build Update: script now supports signing and verifying

  • Automate support-file creation (Free packaging) (#964)

  • build-ca: New command option 'raw-ca', abbrevation: 'raw' (#963)

    This 'raw' method, is the most reliable way to build a CA,
    with a password, without writing the CA password to a temp-file.

This option completely replaces both methods below:

  • build-ca: New option --ca-via-stdin, use SSL -pass* argument 'stdin' (#959)
    Option '--ca-via-stdin' offers no more security than standard method.
    Easy-RSA version 3.1.4 ONLY.

  • build-ca: Replace password temp-files with file-descriptors (#955)
    Using file-descriptors does not work in Windows.
    Easy-RSA version 3.1.3 ONLY.

What's Changed

  • build-ca: New command option 'raw-ca', abbrevation: 'raw' by @TinCanTech in #963
  • Automate support-file creation (Free packaging) by @TinCanTech in #964

Full Changelog: v3.1.4...v3.1.5

Don't miss a new easy-rsa release

NewReleases is sending notifications on new releases.