Allow the sshkdf type to be passed as a single character
authorRichard Levitte <levitte@openssl.org>
Mon, 1 Feb 2021 07:58:58 +0000 (08:58 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 24 Feb 2021 18:50:10 +0000 (19:50 +0100)
commita8eb71ad577bbbd41cea915315451f0ef9f11581
tree8d66d4332f9fc4099c4c8b8a343600996ad7fc3b
parentda9988e0f5371cb7e2aeed9f3c9a6433a9acc595
Allow the sshkdf type to be passed as a single character

This partially reverts commit 270a5ce1d9ea579a2f1d45887971582b1ef2b6a1.

This also slightly modifies the way diverse parameters in are
specified in providers/fips/self_test_data.inc for better consistency.

Fixes #14027

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14035)
doc/man7/EVP_KDF-SSHKDF.pod
include/openssl/kdf.h
providers/fips/self_test_data.inc
providers/fips/self_test_kats.c
providers/implementations/kdfs/sshkdf.c
test/evp_kdf_test.c