[openssl/openssl] 11f69a: [design] Make it possible to pass AlgorithmIdentif...
Richard Levitte
noreply at github.com
Wed Oct 4 23:10:28 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 11f69aa50771d50151fa24c55fd0858db30517df
https://github.com/openssl/openssl/commit/11f69aa50771d50151fa24c55fd0858db30517df
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
A doc/designs/passing-algorithmidentifier-parameters.md
Log Message:
-----------
[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 at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22162)
More information about the openssl-commits
mailing list