]> 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:20 +0000 (11:30 +0200)
commit1060ae3332c31c868b6124484685dff4d269e827
tree5f0e93ab7a9a144e3f6933876ececa65c10c141a
parentb2e1f8025ab5d3ad293f395958bbff9d8db2879b
[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]