openssl/engines
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
build.info build.info: For all assembler generators, remove all arguments 2019-09-16 16:29:57 +02:00
e_afalg_err.c Avoid using ERR_put_error() directly in OpenSSL code 2019-07-31 06:45:21 +02:00
e_afalg_err.h Update source files for deprecation at 3.0 2019-11-07 11:37:25 +01:00
e_afalg.c Add support for io_pgetevents_time64 syscall 2019-09-18 16:49:39 +10:00
e_afalg.ec make error tables const and separate header file 2017-06-07 15:12:03 -04:00
e_afalg.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
e_afalg.txt Regenerate mkerr files 2019-07-16 05:26:28 +02:00
e_capi_err.c Avoid using ERR_put_error() directly in OpenSSL code 2019-07-31 06:45:21 +02:00
e_capi_err.h Update source files for deprecation at 3.0 2019-11-07 11:37:25 +01:00
e_capi.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
e_capi.ec make error tables const and separate header file 2017-06-07 15:12:03 -04:00
e_capi.txt Regenerate mkerr files 2019-07-16 05:26:28 +02:00
e_dasync_err.c Avoid using ERR_put_error() directly in OpenSSL code 2019-07-31 06:45:21 +02:00
e_dasync_err.h Update source files for deprecation at 3.0 2019-11-07 11:37:25 +01:00
e_dasync.c engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1 2019-02-22 13:31:49 +01:00
e_dasync.ec make error tables const and separate header file 2017-06-07 15:12:03 -04:00
e_dasync.txt Regenerate mkerr files 2019-07-16 05:26:28 +02:00
e_devcrypto.c Replace FUNCerr with ERR_raise_data 2019-08-02 11:41:54 +02:00
e_ossltest_err.c Avoid using ERR_put_error() directly in OpenSSL code 2019-07-31 06:45:21 +02:00
e_ossltest_err.h Update source files for deprecation at 3.0 2019-11-07 11:37:25 +01:00
e_ossltest.c Following the license change, modify the boilerplates in engines/ 2018-12-06 15:36:54 +01:00
e_ossltest.ec make error tables const and separate header file 2017-06-07 15:12:03 -04:00
e_ossltest.txt Regenerate mkerr files 2019-07-16 05:26:28 +02:00
e_padlock.c Deprecate the "hw" configuration options, make "padlockeng" disablable 2019-03-05 08:46:51 +01:00