aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/README
Commit message (Collapse)AuthorAgeFilesLines
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-0/+3
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.