summaryrefslogtreecommitdiff
path: root/Cryptlib
AgeCommit message (Collapse)Author
2013-06-10Make 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-31Don'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-09Remove temp file checked in by accidentMatthew Garrett
2012-07-09Make it easier to update CryptlibMatthew Garrett
2012-07-09Cryptlib updateMatthew Garrett
2012-07-02Update OpenSSLMatthew Garrett
2012-07-02Build a debug imageMatthew Garrett
2012-07-02Remove redundant headerMatthew Garrett
2012-06-19Fix error pathMatthew Garrett
2012-06-19Remove old filesMatthew Garrett
2012-06-18Add crypto librariesMatthew Garrett