Add KRB5KDF from RFC 3961
authorSimo Sorce <simo@redhat.com>
Tue, 17 Sep 2019 20:35:23 +0000 (16:35 -0400)
committerTomas Mraz <tmraz@fedoraproject.org>
Wed, 23 Oct 2019 06:32:48 +0000 (08:32 +0200)
commit33f54da3dda8ef95c2a8d8580fde312c6fe4d3fb
tree587fa80c2a189d5bea1901eeb0f74fbe71f75dfe
parenteb2ff0408ac6e934e05db7ed4006855c018584f1
Add KRB5KDF from RFC 3961

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9949)
13 files changed:
crypto/err/openssl.txt
doc/man3/EVP_KDF.pod
doc/man7/EVP_KDF-KRB5KDF.pod [new file with mode: 0644]
include/openssl/core_names.h
providers/common/include/prov/providercommonerr.h
providers/common/provider_err.c
providers/defltprov.c
providers/implementations/include/prov/implementations.h
providers/implementations/kdfs/build.info
providers/implementations/kdfs/krb5kdf.c [new file with mode: 0644]
test/evp_kdf_test.c
test/evp_test.c
test/recipes/30-test_evp_data/evpkdf.txt