Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Only use here-doc if the current version is recognised by sha256 hash.
The current file is NEVER deleted (60216d5). Partially revert: 2a8c0de
Fallback to encryption algorithm RC2_CBC or 3DES_CBC
Branch-merge: v3.2.0-beta1 (#1046) 2023/12/15 Commit: 7120876
Important note: As of Easy-RSA version 3.2.0-beta1, the configuration files
vars.example
,openssl-eayrsa.cnf
and all files inx509-types
directoryare no longer required. Package maintainers can omit these files in the future.
All files are created as required and deleted upon command completion.
vars.example
is created duringinit-pki
and placed in the fresh PKI.These files will be retained for downstream packaging compatibility.
Rename X509-type file
code-signing
tocodeSigning
(1c6b31a)The original file will be retained as
code-signing
, however, the automaticX509-types creation will name the file
codeSigning
. This effectively meansthat both are valid X509-types, until
code-signing
is dropped.init-pki: Always write vars.example file to fresh PKI (66a8f3e)
New command 'write': Write 'legacy' files to stdout or files (c814e0a)
Remove command 'make-safe-ssl': Replaced by command 'write safe-cnf' (c814e0a)
New Command 'rand': Expose easyrsa_random() to the command line (6131cbf)
Remove function 'set_pass_legacy()' (7470c2a)
Remove command 'rewind-renew' (72b4079)
Remove command 'rebuild' (d6953cc)
Remove command 'upgrade' (6a88edd)
Branch-merge: v3.2.0-alpha2 (#1043) 2023/12/7 Commit: ed0dc46
Branch-merge: v3.2.0-alpha1 (#1041) 2023/12/2 Commit: 42c2e95
What's Changed
x509-eku
v2
by @TinCanTech in Command:x509-eku
v2
OpenVPN/easy-rsa#1039v3.2.0-alpha1
by @TinCanTech inv3.2.0-alpha1
OpenVPN/easy-rsa#1041v3.2.0-alpha2
by @TinCanTech inv3.2.0-alpha2
OpenVPN/easy-rsa#1043v3.2.0-Remove-commands
by @TinCanTech inv3.2.0-Remove-commands
OpenVPN/easy-rsa#1045v3.2.0-beta1
by @TinCanTech inv3.2.0-beta1
OpenVPN/easy-rsa#1046v3.2.0-beta2
by @TinCanTech inv3.2.0-beta2
OpenVPN/easy-rsa#1055sed
withheredoc
expansion by @TinCanTech in Replace use ofsed
withheredoc
expansion OpenVPN/easy-rsa#1064V2
by @TinCanTech in Add an option to change the subject when signing a request.V2
OpenVPN/easy-rsa#1111New Contributors
Full Changelog: OpenVPN/easy-rsa@v3.1.7...v3.2.0