Skip to content

Commit

Permalink
fixup! fixup! APPS/pkeyutl: -digest implies -rawin and can only be us…
Browse files Browse the repository at this point in the history
…ed with -sign and -verify
  • Loading branch information
DDvO committed Oct 30, 2024
1 parent cd41d93 commit 44a1637
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ OpenSSL 3.4

*Małgorzata Olszówka*

* The `-rawin` option of the `pkeyutl` command is now implied (and thus no
longer required) when using `-digest` or when signing or verifying with an
Ed25519 or Ed448 key.
The `-digest` and `-rawin` option may only be given with `-sign` or `verify`.

*David von Oheimb*

* Optionally allow the FIPS provider to use the `JITTER` entropy source.
Note that using this option will require the resulting FIPS provider
to undergo entropy source validation [ESV] by the [CMVP], without this
Expand Down Expand Up @@ -208,12 +215,6 @@ OpenSSL 3.4

*Damian Hobson-Garcia*

* The `-rawin` option of the `pkeyutl` command is now implied (and thus no longer
required) when using `-digest` or when signing or verifying with an Ed25519
or Ed448 key. The `-digest` option may only be given with `-sign` or `verify`.

*David von Oheimb*

* Added support to build Position Independent Executables (PIE). Configuration
option `enable-pie` configures the cflag '-fPIE' and ldflag '-pie' to
support Address Space Layout Randomization (ASLR) in the openssl executable,
Expand Down
4 changes: 4 additions & 0 deletions doc/man1/openssl-pkeyutl.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,10 @@ L<EVP_PKEY_CTX_set_tls1_prf_md(3)>,

=head1 HISTORY

Since OpenSSL 3.5,
the B<-digest> option implies B<-rawin>, and these two options are
no longer required when signing or verifying with an Ed25519 or Ed448 key.

The B<-engine> option was deprecated in OpenSSL 3.0.

=head1 COPYRIGHT
Expand Down

0 comments on commit 44a1637

Please sign in to comment.