865adf97 | 18-Jun-2020 |
Matt Caswell |
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*" The commit claimed to make things more consistent. In fact it makes it less so. Revert back to the pr
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*" The commit claimed to make things more consistent. In fact it makes it less so. Revert back to the previous namig convention. This reverts commit d9c2fd51e2e278bc3f7793a104ff7b4879f6d63a. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12186)
show more ...
|
8dab4de5 | 16-Jul-2020 |
Richard Levitte |
Add latest changes and news in CHANGES.md and NEWS.md - Reworked test perl framwork for parallel tests - Reworked ERR codes to make better space for system errors - Deprecation of th
Add latest changes and news in CHANGES.md and NEWS.md - Reworked test perl framwork for parallel tests - Reworked ERR codes to make better space for system errors - Deprecation of the ENGINE API Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12461)
show more ...
|
ecca5b6e | 14-Jul-2020 |
Pauli |
capabilities: make capability selection case insensitive. Everything else to do with algorithm selection and properties is case insensitive. Reviewed-by: Matt Caswell <matt@open
capabilities: make capability selection case insensitive. Everything else to do with algorithm selection and properties is case insensitive. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12450)
show more ...
|
81ed433c | 14-Jul-2020 |
Pauli |
libcrypto.num: engine deprecation updates Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
bb954262 | 14-Jul-2020 |
Pauli |
doc: remove unused engine tracing option Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
184fb690 | 14-Jul-2020 |
Pauli |
trace: condition out engine related tracing Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
03445677 | 14-Jul-2020 |
Pauli |
Document that ENGINE_add_conf_module() was deprecated. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
2099f1bb | 14-Jul-2020 |
Pauli |
Document that exdata for ENGINES is deprecated. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
1bdab93a | 14-Jul-2020 |
Pauli |
Document that the ENGINE_[sg]_ex_data() calls are reprecated. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
8b4c89f8 | 14-Jul-2020 |
Pauli |
RAND: document that the ENGINE RAND override is deprecated. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
571d2c4d | 14-Jul-2020 |
Pauli |
ENGINESDIR: document that this configuration is deprecated. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
2d71c946 | 14-Jul-2020 |
Pauli |
doc: document that the engine initialisation options are deprecated. They can't be removed yet for API compatibility reasons. Reviewed-by: Richard Levitte <levitte@openssl.org>
doc: document that the engine initialisation options are deprecated. They can't be removed yet for API compatibility reasons. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
show more ...
|
9bd8d96c | 13-Jul-2020 |
Pauli |
deprecate engines in provider code Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
e4468e6d | 13-Jul-2020 |
Pauli |
deprecate engines in libcrypto Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
ad8fc6f6 | 13-Jul-2020 |
Pauli |
apps: deprecate engines Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
91512a77 | 13-Jul-2020 |
Pauli |
deprecate engine from public header files Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
304d070e | 13-Jul-2020 |
Pauli |
deprecate engine tests Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
92f86035 | 13-Jul-2020 |
Pauli |
deprecate engines in SSL Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
cf8e8cba | 13-Jul-2020 |
Pauli |
deprecate engines Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
597f3f3a | 13-Jul-2020 |
Pauli |
Fix indentation for engine.h Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
4222682d | 25-Jun-2020 |
Pauli |
doc: deprecate ENGINE documentation Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
0f221d9c | 25-Jun-2020 |
Pauli |
apps: document the deprecation of the -engine option Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
699caa18 | 25-Jun-2020 |
Pauli |
engine: document the engine app as deprecated Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
0a684b09 | 25-Jun-2020 |
Pauli |
apps/list: deprecate engine support Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |
910b71cf | 25-Jun-2020 |
Pauli |
deprecate engines in 3.0 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226) |