]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make the KEM operating mode optional
authorViktor Dukhovni <openssl-users@dukhovni.org>
Sun, 23 Feb 2025 04:21:14 +0000 (15:21 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Feb 2025 09:58:23 +0000 (10:58 +0100)
commitddd7ecb04bcea5c13be3c73f3dc1a101087cdf24
tree1bc126d1836c1574f7bc190205b22ba6c4a9c5e5
parent53c54b13acdf0f0725fdd0b0eace82a723cc3647
Make the KEM operating mode optional

There is only one operating mode supported for each of RSA, EC and ECX.
We should not require an explicit setting for the obvious default.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26872)
doc/man1/openssl-pkeyutl.pod.in
doc/man7/EVP_KEM-EC.pod
doc/man7/EVP_KEM-RSA.pod
doc/man7/EVP_KEM-X25519.pod
providers/implementations/kem/ec_kem.c
providers/implementations/kem/ecx_kem.c
providers/implementations/kem/rsa_kem.c
test/evp_libctx_test.c
test/evp_pkey_dhkem_test.c
test/recipes/20-test_pkeyutl.t