openssl/apps/lib
Pauli dbde472688 Deprecate the low level HMAC functions
Use of the low level HMAC functions has been informally discouraged for a
long time.  We now formally deprecate them.

Applications should instead use EVP_MAC_CTX_new(3), EVP_MAC_CTX_free(3),
EVP_MAC_init(3), EVP_MAC_update(3) and EVP_MAC_final(3).

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10836)
2020-01-29 19:49:23 +10:00
..
app_params.c Allow an output indentation of zero in apps. 2019-08-29 15:22:35 +10:00
app_rand.c Move libapps.a source to apps/lib 2019-09-04 17:26:07 +02:00
apps.c APPS & TEST: Adapt to use the new BIO_f_prefix() 2019-12-18 19:42:44 +01:00
apps_ui.c Move libapps.a source to apps/lib 2019-09-04 17:26:07 +02:00
build.info APPS & TEST: Adapt to use the new BIO_f_prefix() 2019-12-18 19:42:44 +01:00
columns.c Move libapps.a source to apps/lib 2019-09-04 17:26:07 +02:00
fmt.c Move libapps.a source to apps/lib 2019-09-04 17:26:07 +02:00
names.c 'openssl list' and 'openssl provider': adapt display of multiple names 2019-10-17 09:16:45 +02:00
opt.c Tweak option error messages 2020-01-11 00:21:29 +01:00
s_cb.c Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
s_socket.c Move libapps.a source to apps/lib 2019-09-04 17:26:07 +02:00
vms_decc_argv.c Move libapps.a source to apps/lib 2019-09-04 17:26:07 +02:00
vms_term_sock.c Move libapps.a source to apps/lib 2019-09-04 17:26:07 +02:00
win32_init.c Move libapps.a source to apps/lib 2019-09-04 17:26:07 +02:00