]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move KDFs to the provider.
authorPauli <paul.dale@oracle.com>
Tue, 20 Aug 2019 22:00:12 +0000 (08:00 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 6 Sep 2019 09:27:57 +0000 (19:27 +1000)
commit5eb43d382b3eb3fb6950cc8e0dce82886e23e984
treeb32e637f7349322afae2edaca63690b6b7d59d69
parentdc5bcb88d819de55eb37460c122e02fec91c6d86
Move KDFs to the provider.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9662)
providers/common/kdfs/build.info [new file with mode: 0644]
providers/common/kdfs/hkdf.c [moved from crypto/kdf/hkdf.c with 100% similarity]
providers/common/kdfs/pbkdf2.c [moved from crypto/kdf/pbkdf2.c with 100% similarity]
providers/common/kdfs/scrypt.c [moved from crypto/kdf/scrypt.c with 100% similarity]
providers/common/kdfs/sshkdf.c [moved from crypto/kdf/sshkdf.c with 100% similarity]
providers/common/kdfs/sskdf.c [moved from crypto/kdf/sskdf.c with 100% similarity]
providers/common/kdfs/tls1_prf.c [moved from crypto/kdf/tls1_prf.c with 98% similarity]
providers/common/kdfs/x942kdf.c [moved from crypto/kdf/x942kdf.c with 100% similarity]