]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add SSL_CTX_set_ec_point_formats() and SSL_set_ec_point_formats()
authorTim Perry <pimterry@gmail.com>
Thu, 6 Mar 2025 13:33:17 +0000 (14:33 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 14 Apr 2025 13:56:40 +0000 (14:56 +0100)
commit03541d7302d016aa28d436364d72d58baa3e2114
tree0288261368a8e39287b71f4a4f0c8f470855e377
parent24f32f14e963fd2d73816e3c5c0bdef1a68be47a
Add SSL_CTX_set_ec_point_formats() and SSL_set_ec_point_formats()

The internal fields and implementation for configuration of this
parameter already existed, but was not exposed. This change adds simple
setters to allow configuration of this field.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26990)
CHANGES.md
doc/man3/SSL_CTX_set_options.pod
include/openssl/ssl.h.in
ssl/ssl_conf.c
ssl/t1_lib.c
test/recipes/75-test_quicapi_data/ssltraceref-zlib.txt
test/recipes/75-test_quicapi_data/ssltraceref.txt
test/ssl-tests/20-cert-select.cnf
test/ssl-tests/20-cert-select.cnf.in
test/sslapitest.c