summaryrefslogtreecommitdiffstats
path: root/test/igetest.c
AgeCommit message (Collapse)Author
2015-03-25RAND_bytes updatesMatt Caswell
Ensure RAND_bytes return value is checked correctly, and that we no longer use RAND_pseudo_bytes. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson
is picked up.
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
2007-05-15Change C++ style comments.Dr. Stephen Henson
2007-05-13AES IGE mode speedup.Ben Laurie
2006-08-31Kill more C++ comments.Dr. Stephen Henson
2006-08-31Forward port of IGE mode.Ben Laurie