aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aria/build.info
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-0/+4
This implementation is written in endian agnostic C code. No attempt at providing machine specific assembly code has been made. This implementation expands the evptests by including the test cases from RFC 5794 and ARIA official site rather than providing an individual test case. Support for ARIA has been integrated into the command line applications, but not TLS. Implemented modes are CBC, CFB1, CFB8, CFB128, CTR, ECB and OFB128. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2337)