Single step kdf implementation
authorShane Lontis <shane.lontis@oracle.com>
Fri, 4 Jan 2019 08:41:21 +0000 (18:41 +1000)
committerMatt Caswell <matt@openssl.org>
Tue, 19 Mar 2019 11:03:45 +0000 (11:03 +0000)
commit9537fe5757bb07761fa275d779bbd40bcf5530e4
treecb748da879a7b00b758b710daed725113b839844
parent6098b69e5817068c49e63487d3424b4122a1796d
Single step kdf implementation

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8230)
17 files changed:
CHANGES
crypto/err/openssl.txt
crypto/evp/kdf_lib.c
crypto/include/internal/evp_int.h
crypto/kdf/build.info
crypto/kdf/kdf_err.c
crypto/kdf/sskdf.c [new file with mode: 0644]
crypto/objects/obj_dat.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
doc/man3/EVP_KDF_CTX.pod
doc/man7/EVP_KDF_SS.pod [new file with mode: 0644]
include/openssl/kdf.h
include/openssl/kdferr.h
include/openssl/obj_mac.h
test/evp_kdf_test.c
test/recipes/30-test_evp_data/evpkdf.txt