]> git.ipfire.org Git - thirdparty/hostap.git/commit
HPKE base mode with single-shot API
authorJouni Malinen <quic_jouni@quicinc.com>
Sun, 17 Jul 2022 20:33:11 +0000 (23:33 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 18 Jul 2022 13:49:45 +0000 (16:49 +0300)
commit786ea402bc5f9ee7fd13628901b06ca9edd81cb3
tree26616a8ea8a915da08a7e2ff3bca9632d756e32c
parentf0273bc814b4b4f5fea389ad1f08f4470a7993d8
HPKE base mode with single-shot API

Add support for HPKE base mode with single-shot API (see RFC 9180) using
OpenSSL. This is needed for DPP private introduction protocol.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/crypto/crypto.h
src/crypto/crypto_module_tests.c
src/crypto/crypto_openssl.c