- 02 Oct, 2014 1 commit
-
-
Gary Ching-Pang Lin authored
I mistakenly added CryptPkcs7VerifyNull.c which may make Pkcs7Verify always return FALSE. Besides CryptPkcs7VerifyNull.c, there are some functions we would never use. This commit removes those files to avoid any potential trouble. Signed-off-by:
Gary Ching-Pang Lin <glin@suse.com>
-
- 19 Aug, 2014 1 commit
-
-
Gary Ching-Pang Lin authored
Also update to Tiano Cryptlib r15802 and remove the execute mode bits from the C and header files of openssl
-
- 12 Aug, 2014 4 commits
-
-
Ard Biesheuvel authored
This adds support for building the shim for a 32-bit ARM UEFI environment. Signed-off-by:
Ard Biesheuvel <ard.biesheuvel@linaro.org>
-
Ard Biesheuvel authored
This adds support for building the shim for a 64-bit ARM UEFI environment. Signed-off-by:
Ard Biesheuvel <ard.biesheuvel@linaro.org>
-
Ard Biesheuvel authored
This patch cleans up and refactors the Makefiles to better allow new architectures to be added: - remove unused Makefile definitions - import Makefile definitions from top level rather than redefining - move x86 specific CFLAGS to inside ifeq() blocks - remove x86 inline asm - allow $(FORMAT) to be overridden: this is necessary as there exists no EFI or PE/COFF aware objcopy for ARM Signed-off-by:
Ard Biesheuvel <ard.biesheuvel@linaro.org>
-
Ard Biesheuvel authored
Upstream GNU-EFI contains changes to efistdarg.h resulting in the va_start, va_arg and va_end macros to be #defined unconditionally. Make sure we #undef them before overriding the definitions. Signed-off-by:
Ard Biesheuvel <ard.biesheuvel@linaro.org>
-
- 14 Jul, 2014 1 commit
-
-
Gary Ching-Pang Lin authored
Also update to Tiano Cryptlib r15638
-
- 12 Nov, 2013 2 commits
-
-
Andrew Boie authored
Also removed unused LIB_PATH from some Makefiles. Change-Id: I7d28d18f7531b51b6121a2ffb88bcaedec57c467 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrey Petrov authored
Change-Id: Iff3ee5ae0f0b95b282b99a23e465723b4e9f6104 Signed-off-by:
Andrey Petrov <andrey.petrov@intel.com> Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
- 04 Oct, 2013 3 commits
-
-
Matthew Garrett authored
-
Matthew Garrett authored
-
Matthew Garrett authored
This is: Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space. Signed-off-by:
Fu Siyuan <siyuan.fu@intel.com> Reviewed-by:
Ye Ting <ting.ye@intel.com> Reviewed-by:
Dong Guo <guo.dong@intel.com> from upstream.
-
- 26 Sep, 2013 5 commits
-
-
Gary Ching-Pang Lin authored
-
Gary Ching-Pang Lin authored
-
Gary Ching-Pang Lin authored
The long double declaration will enable SSE and cause a compilation error. Disabling everything related to floating points avoids the error.
-
Gary Ching-Pang Lin authored
bio_printf() was replaced with a dummy function and this made several openssl functions useless. This commit adds the print functions back, so that we don't have to implement our own ASN1 time print function.
-
Gary Ching-Pang Lin authored
-
- 10 Jun, 2013 1 commit
-
-
Peter Jones authored
Signed-off-by:
Peter Jones <pjones@redhat.com>
-
- 31 May, 2013 1 commit
-
-
Peter Jones authored
GCC 4.8.0 will try to use these by default, and you'll wind up looping across the (uninitialized!) trap handler for uninitialized instructions. Signed-off-by:
Peter Jones <pjones@redhat.com>
-
- 09 Jul, 2012 3 commits
-
-
Matthew Garrett authored
-
Matthew Garrett authored
-
Matthew Garrett authored
-
- 02 Jul, 2012 3 commits
-
-
Matthew Garrett authored
-
Matthew Garrett authored
-
Matthew Garrett authored
-
- 19 Jun, 2012 2 commits
-
-
Matthew Garrett authored
-
Matthew Garrett authored
-
- 18 Jun, 2012 1 commit
-
-
Matthew Garrett authored
-