diff options
author | Neil Horman <nhorman@openssl.org> | 2024-06-26 17:39:26 +0200 |
---|---|---|
committer | Neil Horman <nhorman@openssl.org> | 2024-07-09 10:01:44 +0200 |
commit | 7c58769a036057f7a595c83db65e74175c116477 (patch) | |
tree | c84ce9068f8e0f67009f0d36c138d249bf88c6e9 /CHANGES.md | |
parent | Allow OPENSSLDIR/ENGINESDIR/MODULESDIR to be NULL (diff) | |
download | openssl-7c58769a036057f7a595c83db65e74175c116477.tar.xz openssl-7c58769a036057f7a595c83db65e74175c116477.zip |
Add Changes entry
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24450)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 0f3701c6d5..7b3ec56fc8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,12 @@ OpenSSL 3.4 ### Changes between 3.3 and 3.4 [xx XXX xxxx] + * Redesigned Windows use of OPENSSLDIR/ENGINESDIR/MODULESDIR such that + what were formerly build time locations can now be defined at run time + with registry keys. See NOTES-WINDOWS.md + + *Neil Horman* + * Added options `-not_before` and `-not_after` for explicit setting start and end dates of certificates created with the `req` and `x509` apps. Added the same options also to `ca` app as alias for |