]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/hpke_test.c
Fix a HPKE API to put libctx, propq as last (optional parameters).
authorslontis <shane.lontis@oracle.com>
Thu, 23 Mar 2023 01:07:03 +0000 (11:07 +1000)
committerPauli <pauli@openssl.org>
Fri, 14 Apr 2023 03:11:24 +0000 (13:11 +1000)
commit8b7b9aac444625195486efd10273694830c41398
tree1b92a8eb655852c28aeb2db41f67c2120539bf00
parentefbff4de3e259cee71a4e1bbd86b30ebd86bbdae
Fix a HPKE API to put libctx, propq as last (optional parameters).

This keeps the interface consistent with other HPKE API's.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20583)
crypto/hpke/hpke.c
doc/man3/OSSL_HPKE_CTX_new.pod
include/openssl/hpke.h
test/hpke_test.c