]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
add parameter to specify hash alg used for PKCS#1 signature in PKCS#7 creation (...
authorLuca Boccassi <bluca@debian.org>
Tue, 10 Jun 2025 22:07:26 +0000 (23:07 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Jun 2025 22:07:26 +0000 (23:07 +0100)
The pkcs7_new() function currently uses the hash algorithm from the X509
certificate's signature, but the content signature may use a different
hash algorithm. This adds a parameter to allow specifying what hash
algorithm the content signature generation used.


Trivial merge