Doc changes: the -hmac-env and -hmac-stdin options of openssl-dgst

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)
This commit is contained in:
Igor Ustinov
2025-09-09 21:50:01 +02:00
committed by Pauli
parent d270e8a261
commit c283619a66
2 changed files with 4 additions and 2 deletions

View 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
-----------

View 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