Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | Build a debug image | Matthew Garrett | |
2012-06-18 | Add crypto libraries | Matthew Garrett | |