diff options
author | Richard Levitte <levitte@openssl.org> | 2023-11-06 11:09:38 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2023-11-15 08:22:29 +0100 |
commit | 10264b534b366785bb560be77913fdbf9f0f4f8f (patch) | |
tree | 30ce25bbaf930ebd6d81c614be56146f0dc23733 /CHANGES.md | |
parent | Add exporters for CMake (diff) | |
download | openssl-10264b534b366785bb560be77913fdbf9f0f4f8f.tar.xz openssl-10264b534b366785bb560be77913fdbf9f0f4f8f.zip |
Document the exporter change in CHANGES.md and NEWS.md
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20878)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index fd7f37fb03..e7f9dc4c8a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,13 @@ OpenSSL 3.3 ### Changes between 3.2 and 3.3 [xx XXX xxxx] + * The build of exporters (such as `.pc` files for pkg-config) cleaned up to + be less hard coded in the build file templates, and to allow easier + addition of more exporters. With that, an exporter for CMake is also + added. + + *Richard Levitte* + * The BLAKE2s hash algorithm matches BLAKE2b's support for configurable output length. |