mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
4412cb32ca
LICENSE MIT Add code signing with signtool.exe to the build process. If all three of the required CODESIGN_xxxx environment variables are defined, signtool will be used to sign each exe, dll, and installer as they are built. The three environment variables are: CODESIGN_DESC = <description of application> CODESIGN_TIMESTAMP = <url of certificate authority timestamp server> CODESIGN_URL = <end user help URL> The default signing certificate is the one that will be used by signtool. If these environment variables are not defined, code signing will be skipped. (cherry picked from commit 65bf7cdb6d20a1ff4e71c79347782aa3b5f1e3f8)
NOTE: fc_cbc_encrypt now modifies its 5th argument, to permit chaining over scatter/gather vectors.