]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Doc changes: the -hmac-env and -hmac-stdin options of openssl-dgst
authorIgor Ustinov <igus68@gmail.com>
Tue, 9 Sep 2025 19:50:01 +0000 (21:50 +0200)
committerPauli <ppzgs1@gmail.com>
Thu, 11 Sep 2025 05:26:03 +0000 (15:26 +1000)
will appear in version 4.0

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28497)

CHANGES.md
doc/man1/openssl-dgst.pod.in

index 957a13dd1852eee8249c3344cb34e2d757fd2971..3c9006e5124721608c7fda0dbb572b636c3a22f4 100644 (file)
@@ -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
 -----------
index c146d192794932242070ad7abd7e06855be8e25e..579a8aed0b43e50eb297f3438d61cb168f253e89 100644 (file)
@@ -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