]> git.ipfire.org Git - thirdparty/openssl.git/commit
[design] Make it possible to pass AlgorithmIdentifier parameter data
authorRichard Levitte <levitte@openssl.org>
Thu, 21 Sep 2023 12:39:30 +0000 (14:39 +0200)
committerPauli <pauli@openssl.org>
Wed, 4 Oct 2023 23:07:58 +0000 (10:07 +1100)
commit11f69aa50771d50151fa24c55fd0858db30517df
tree451865277cfa78c383ff9346b3be7bca0fbe751f
parentfb20e66c6b2651067f50bab8cf098c71e2caed4b
[design] Make it possible to pass AlgorithmIdentifier parameter data

This design is to allow passing AlgorithmIdentifier parameter data to and
from any cryptograpfic operation, with convenience functions for them all,
not just for symmetric ciphers.

This is crucial to support CMS, among others.

Ref: openssl/project#172

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22162)
doc/designs/passing-algorithmidentifier-parameters.md [new file with mode: 0644]