Pauli
41f7ecf30d
Consistent naming for context gettable param queries .
...
All instances of EVP_*_CTX_gettable_params functions have been renamed
to EVP_*_gettable_ctx_params. Except for the EVP_MD ones which were changed
already.
These functions do not take EVP_*_CTX arguments so their prior naming was
misleading.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10052 )
2019-09-27 19:32:55 +10:00
Shane Lontis
95214b434f
Add app for fips installation
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9634 )
2019-08-24 18:56:34 +10:00
Richard Levitte
d747fb2ec5
Adapt apps/mac.c to use provider based MACs
...
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8877 )
2019-08-15 22:12:25 +02:00
Shane Lontis
a3c62426b9
coverity fixes for SSKDF + mac_app + kdf test cleanup
...
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8566 )
2019-03-28 10:17:38 +00:00
Shane Lontis
4d768e966f
openssl app for macs that uses the new EVP_MAC interface (the code inside dgst uses EVP_PKEY)
...
Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7661 )
2019-03-11 12:44:56 +00:00