aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/build.info
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-1/+1
| | | | | | | | | | | | | | 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)
* Review commentsKurt Roeckx2016-03-111-1/+1
| | | | | Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add blake2 support.Bill Cox2016-03-111-1/+1
| | | | | Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* crypto/*/build.info: SPARC-specific fixups.Andy Polyakov2016-03-111-1/+3
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add extra include directory for includers of ppc_arch.hRichard Levitte2016-03-091-1/+1
| | | | | | | | | crypto/evp/e_aes.c and crypto/modes/gcm128.c include ppc_arch.h, which is located in crypto/, so add that as extra include directory for them. Issue reported by Jeffrey Walton <noloader@gmail.com> Reviewed-by: Andy Polyakov <appro@openssl.org>
* Update build.info files for auto-init/de-initMatt Caswell2016-02-091-2/+2
| | | | | | | Various Makefile.in files have changes for auto-init/de-init. Make the equivalent changes in build.info. Reviewed-by: Richard Levitte <levitte@openssl.org>
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+20
Now that we have the foundation for the "unified" build scheme in place, we add build.info files. They have been generated from the Makefiles in the same directories. Things that are platform specific will appear in later commits. Reviewed-by: Andy Polyakov <appro@openssl.org>