summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_misc.c
AgeCommit message (Collapse)Author
2012-06-09Revert "version skew" patches that break FIPS compilation.Dr. Stephen Henson
2012-06-08Reduce version skew.Ben Laurie
2011-06-05FIPS low level blocking for AES, RC4 and Camellia. This is complicated byDr. Stephen Henson
use of assembly language routines: rename the assembly language function to the private_* variant unconditionally and perform tests from a small C wrapper.
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2002-02-16Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte
Submitted by Stephen Sprunk <stephen@sprunk.org>
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.