Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-17 | New upstream version 15.8upstream/15.8upstream | Steve McIntyre | |
2023-01-22 | New upstream version 15.7upstream/15.7 | Steve McIntyre | |
2022-04-27 | New upstream version 15.5upstream/15.5 | Steve McIntyre | |
2021-03-23 | New upstream version 15.3upstream/15.3 | Steve McIntyre | |
2018-08-21 | New upstream version 15+1533136590.3beb971upstream/15+1533136590.3beb971 | Mathieu Trudel-Lapierre | |
2018-07-24 | New upstream version 15+1531942534.dd3230dupstream/15+1531942534.dd3230d | Mathieu Trudel-Lapierre | |
2017-09-13 | New upstream version 13~git1505328970.9c1c35c5upstream/13_git1505328970.9c1c35c5 | Mathieu Trudel-Lapierre | |
2017-08-07 | New upstream version 12+1501864225.b586175 | Mathieu Trudel-Lapierre | |
2016-09-21 | Import upstream version 0.9+1474479173.6c180c6 | Mathieu Trudel-Lapierre | |
2016-07-26 | Import upstream version 0.9+1465500757.14a5905 | Mathieu Trudel-Lapierre | |
2014-10-02 | Cryptlib: remove the unused files | Gary Ching-Pang Lin | |
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> | |||
2014-08-19 | Update openssl to 0.9.8zb | Gary Ching-Pang Lin | |
Also update to Tiano Cryptlib r15802 and remove the execute mode bits from the C and header files of openssl | |||
2014-08-12 | Add support for 32-bit ARM | Ard Biesheuvel | |
This adds support for building the shim for a 32-bit ARM UEFI environment. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> | |||
2014-08-12 | Add support for 64-bit ARM (AArch64) | Ard Biesheuvel | |
This adds support for building the shim for a 64-bit ARM UEFI environment. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> | |||
2014-08-12 | Factor out x86-isms and add cross compile support | Ard Biesheuvel | |
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> | |||
2014-08-12 | CryptLib: undefine va_arg and friends before redefining them | Ard Biesheuvel | |
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> | |||
2014-07-14 | Update openssl to 0.9.8za | Gary Ching-Pang Lin | |
Also update to Tiano Cryptlib r15638 | |||
2013-11-12 | allow 32-bit compilation with 64-bit compiler | Andrew Boie | |
Also removed unused LIB_PATH from some Makefiles. Change-Id: I7d28d18f7531b51b6121a2ffb88bcaedec57c467 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> | |||
2013-11-12 | properly compile OpenSSL in 32-bit mode | Andrey Petrov | |
Change-Id: Iff3ee5ae0f0b95b282b99a23e465723b4e9f6104 Signed-off-by: Andrey Petrov <andrey.petrov@intel.com> Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> | |||
2013-10-04 | Reapply patches lost in the update | Matthew Garrett | |
2013-10-04 | Update to current Tiano Cryptlib | Matthew Garrett | |
2013-10-04 | Add Tiano patch e98e59c237e17f064a4ecffb39d45499f89720a1 | Matthew Garrett | |
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. | |||
2013-09-26 | Adjust the result of gmtime() to fit the definition | Gary Ching-Pang Lin | |
2013-09-26 | Rand: check the status of the pseudorandom number generator | Gary Ching-Pang Lin | |
2013-09-26 | Disable floating points in b_print | Gary Ching-Pang Lin | |
The long double declaration will enable SSE and cause a compilation error. Disabling everything related to floating points avoids the error. | |||
2013-09-26 | Enable openssl bio_printf() | Gary Ching-Pang Lin | |
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. | |||
2013-09-26 | MokManager: support SHA512-based crypt() hash | Gary Ching-Pang Lin | |
2013-06-10 | Make sure all the Makefiles use the same arguments for mmx/sse/ms_abi. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-05-31 | Don't use MMX and SSE registers, they aren't initialized. | Peter Jones | |
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> | |||
2012-07-09 | Remove temp file checked in by accident | Matthew Garrett | |
2012-07-09 | Make it easier to update Cryptlib | Matthew Garrett | |
2012-07-09 | Cryptlib update | Matthew Garrett | |
2012-07-02 | Update OpenSSL | Matthew Garrett | |
2012-07-02 | Build a debug image | Matthew Garrett | |
2012-07-02 | Remove redundant header | Matthew Garrett | |
2012-06-19 | Fix error path | Matthew Garrett | |
2012-06-19 | Remove old files | Matthew Garrett | |
2012-06-18 | Add crypto libraries | Matthew Garrett | |