]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()
authorPhus Lu <phus.lu@gmail.com>
Mon, 25 Oct 2021 10:47:00 +0000 (18:47 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 3 Feb 2022 12:45:41 +0000 (13:45 +0100)
commit13a53fbf13bc6fa09c95ad4bdc6ec70fa15aa16d
tree34c712b39eae57857d9b3b60abd7d8f59c9cdca5
parent27aca04e13ca8a9bead49de7bc380110ecb7064e
add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()

The function/macro allow user get groups/extensions without memory allcations.
So we could calculate the ssl fignerprint(ja3) in low cost.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16910)
CHANGES.md
doc/man3/SSL_CTX_set1_curves.pod
doc/man3/SSL_CTX_set_client_hello_cb.pod
include/openssl/ssl.h.in
ssl/s3_lib.c
ssl/ssl_lib.c
util/libssl.num
util/other.syms