Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |