openssl/crypto/aes
Richard Levitte 936c2b9e93 Update source files for deprecation at 3.0
Previous macros suggested that from 3.0, we're only allowed to
deprecate things at a major version.  However, there's no policy
stating this, but there is for removal, saying that to remove
something, it must have been deprecated for 5 years, and that removal
can only happen at a major version.

Meanwhile, the semantic versioning rule is that deprecation should
trigger a MINOR version update, which is reflected in the macro names
as of this change.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10364)
2019-11-07 11:37:25 +01:00
..
asm Unify all assembler file generators 2019-09-16 16:29:57 +02:00
aes_cbc.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_cfb.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_core.c Reorganize local header files 2019-09-28 20:26:35 +02:00
aes_ecb.c Reorganize local header files 2019-09-28 20:26:35 +02:00
aes_ige.c Update source files for deprecation at 3.0 2019-11-07 11:37:25 +01:00
aes_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
aes_misc.c Reorganize local header files 2019-09-28 20:26:35 +02:00
aes_ofb.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_wrap.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_x86core.c Reorganize local header files 2019-09-28 20:26:35 +02:00
build.info Fix missing Assembler defines 2019-10-16 16:10:39 +10:00