Add SSL_get0_group_name() to get name of the group used for KEX
authorAlex Bozarth <ajbozart@us.ibm.com>
Fri, 19 May 2023 19:08:41 +0000 (14:08 -0500)
committerTomas Mraz <tomas@openssl.org>
Tue, 6 Jun 2023 15:03:41 +0000 (17:03 +0200)
commit68668243b176cd2bc53a83c6768d4f39930ba8ed
tree61cddf3545b28d1f276a92eb8e8736fcc5cb932b
parent8229874476cc2955e6947cf6d3fee09e13b8c160
Add SSL_get0_group_name() to  get name of the group used for KEX

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20866)
doc/build.info
doc/man3/SSL_get0_group_name.pod [new file with mode: 0644]
include/openssl/ssl.h.in
ssl/s3_lib.c
ssl/ssl_local.h
ssl/t1_lib.c
test/sslapitest.c
util/libssl.num