Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-17 | New upstream version 15.8upstream/15.8upstream | Steve McIntyre | |
2021-03-23 | New upstream version 15.3upstream/15.3 | Steve McIntyre | |
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-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-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-10-04 | Update to current Tiano Cryptlib | Matthew Garrett | |
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-02 | Build a debug image | Matthew Garrett | |
2012-06-18 | Add crypto libraries | Matthew Garrett | |