]> 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:03 +0000 (11:30 +0200)
commit66454bf8bac860212bb959c1e847a0483a053025
tree879d5857ba0f8980e50a7764b74adffb295950c8
parent08b2042a20e76472416c8c7c48e479d893ba904f
[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)
doc/designs/fetching-composite-algorithms.md
doc/designs/functions-for-explicitly-fetched-signature-algorithms.md [new file with mode: 0644]