mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-15 12:49:03 +00:00
Update the CryptLib
Update to the edk2 commit 8ff7187cfd998d2b6db43075a4a7908281b6da00 Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
parent
8dcfecc6c7
commit
04d581c303
@ -10,7 +10,7 @@
|
|||||||
WrapPkcs7Data(), Pkcs7GetSigners(), Pkcs7Verify() will get UEFI Authenticated
|
WrapPkcs7Data(), Pkcs7GetSigners(), Pkcs7Verify() will get UEFI Authenticated
|
||||||
Variable and will do basic check for data structure.
|
Variable and will do basic check for data structure.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -489,6 +489,8 @@ Pkcs7GetCertificatesList (
|
|||||||
OldBuf = NULL;
|
OldBuf = NULL;
|
||||||
Signers = NULL;
|
Signers = NULL;
|
||||||
|
|
||||||
|
ZeroMem (&CertCtx, sizeof (CertCtx));
|
||||||
|
|
||||||
//
|
//
|
||||||
// Parameter Checking
|
// Parameter Checking
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user