kdf: Add PVK KDF to providers.
authorPauli <pauli@openssl.org>
Thu, 1 Jul 2021 04:10:04 +0000 (14:10 +1000)
committerPauli <pauli@openssl.org>
Tue, 28 Sep 2021 08:08:41 +0000 (18:08 +1000)
commit722fe8edf224ecc0921481b47fdd06a54d82e4ff
tree310bc876d2f16d2c9cf382914ec0bc3fab50f026
parent8ba65c35ea3af347c3b2adc8e665066b541a1c35
kdf: Add PVK KDF to providers.

Add PIN Verification Key key derevation function to providers.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15968)
providers/implementations/include/prov/implementations.h
providers/implementations/include/prov/names.h
providers/implementations/kdfs/build.info
providers/implementations/kdfs/pvkkdf.c [new file with mode: 0644]
providers/legacyprov.c