X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLib%2FPk%2FCryptAuthenticodeNull.c;h=afec025dfa7c815ec680ffaf70e5a38e80579d05;hp=555448650331e04e366aae2e6a843d52c8db545b;hb=2998af862469c6a05657e169d7def6f55420caad;hpb=532616bbd62bea0fe4873f2e7a57de7be9ba3976 diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c b/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c index 5554486503..afec025dfa 100644 --- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c +++ b/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c @@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include "InternalCryptLib.h" /** - Verifies the validility of a PE/COFF Authenticode Signature as described in "Windows + Verifies the validity of a PE/COFF Authenticode Signature as described in "Windows Authenticode Portable Executable Signature Format". Return FALSE to indicate this interface is not supported. @@ -27,7 +27,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @param[in] TrustedCert Pointer to a trusted/root certificate encoded in DER, which is used for certificate chain verification. @param[in] CertSize Size of the trusted certificate in bytes. - @param[in] ImageHash Pointer to the original image file hash value. The procudure + @param[in] ImageHash Pointer to the original image file hash value. The procedure for calculating the image hash value is described in Authenticode specification. @param[in] HashSize Size of Image hash value in bytes.