From: Igor Ustinov Date: Tue, 9 Sep 2025 19:50:01 +0000 (+0200) Subject: Doc changes: the -hmac-env and -hmac-stdin options of openssl-dgst X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c283619a665e21863d3c4e19b8f5b25c0e52a0d9;p=thirdparty%2Fopenssl.git Doc changes: the -hmac-env and -hmac-stdin options of openssl-dgst will appear in version 4.0 Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/28497) --- diff --git a/CHANGES.md b/CHANGES.md index 957a13dd185..3c9006e5124 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,7 +32,9 @@ OpenSSL 4.0 ### Changes between 3.6 and 4.0 [xx XXX xxxx] - * none yet + * Added `-hmac-env` and `-hmac-stdin` options to openssl-dgst. + + *Igor Ustinov* OpenSSL 3.6 ----------- diff --git a/doc/man1/openssl-dgst.pod.in b/doc/man1/openssl-dgst.pod.in index c146d192794..579a8aed0b4 100644 --- a/doc/man1/openssl-dgst.pod.in +++ b/doc/man1/openssl-dgst.pod.in @@ -343,7 +343,7 @@ The FIPS-related options were removed in OpenSSL 1.1.0. The B<-engine> and B<-engine_impl> options were deprecated in OpenSSL 3.0. -The B<-hmac-env> and B<-hmac-stdin> options ware added in OpenSSL 3.6. +The B<-hmac-env> and B<-hmac-stdin> options were added in OpenSSL 4.0. =head1 COPYRIGHT