From: Luca Boccassi Date: Tue, 10 Jun 2025 22:07:26 +0000 (+0100) Subject: add parameter to specify hash alg used for PKCS#1 signature in PKCS#7 creation (... X-Git-Tag: v258-rc1~341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe149d669c68bbf2a8dd4fab325c7e715f1fd85;p=thirdparty%2Fsystemd.git 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. --- abe149d669c68bbf2a8dd4fab325c7e715f1fd85