]> git.ipfire.org Git - thirdparty/openssl.git/commit
[design] Functions for explicitly fetched signature algorithms
authorRichard Levitte <levitte@openssl.org>
Thu, 9 Nov 2023 09:42:25 +0000 (10:42 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 30 May 2025 09:30:13 +0000 (11:30 +0200)
commit56b7487784cfd56e5b3ba33c774b9cb276d98140
tree47e86a2487fbb3ead09302154c4a42101f856960
parent93cfd878408570dd375e9f8b925c91cebc0b0f42
[design] Functions for explicitly fetched signature algorithms

This design goes into more details what was outlined in the design for
[fetching composite (PKEY) algorithms and using them].

It also changes what functionality will be used for this.  The design for
signature was originally to add modified initializers for DigestSign and
DigestVerify, but recent OTC discussions redirected us to have a closer look
at EVP_PKEY_sign() and EVP_PKEY_verify().

[fetching composite (PKEY) algorithms and using them]:
    ./fetching-composite-algorithms.md

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

(cherry picked from commit 66454bf8bac860212bb959c1e847a0483a053025)
doc/designs/fetching-composite-algorithms.md
doc/designs/functions-for-explicitly-fetched-signature-algorithms.md [new file with mode: 0644]