]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
commitabe149d669c68bbf2a8dd4fab325c7e715f1fd85
tree910af2fb33c53f2ed73c7ed83d0f24214b32568b
parent5814acca9aa4354d121de4bf174851f092a6b643
parentdb83bd7e36cd4332484e4e42dac8bad22b4333d0
add parameter to specify hash alg used for PKCS#1 signature in PKCS#7 creation (#37794)

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.