]> git.ipfire.org Git - thirdparty/openssl.git/commit
[design] Make it possible to use explicitly fetched signature implementation
authorRichard Levitte <levitte@openssl.org>
Mon, 18 Sep 2023 07:30:13 +0000 (09:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 5 Oct 2023 07:11:24 +0000 (09:11 +0200)
commite8e2b131ca253f9e28c511c8294e27ddbd0b60c6
tree647a2267b44daf0faf545289871cd77fa4a5e9d3
parent11f69aa50771d50151fa24c55fd0858db30517df
[design] Make it possible to use explicitly fetched signature implementation

This design is to allow the use of explicitly fetched EVP_SIGNATURE
implementations.

Ref: openssl/project#171

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22129)
doc/designs/fetching-composite-algorithms.md [new file with mode: 0644]