Adding TLS group name retrieval
authorMichael Baentsch <info@baentsch.ch>
Thu, 7 Jan 2021 08:09:32 +0000 (09:09 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 8 Jan 2021 17:04:46 +0000 (17:04 +0000)
commitbecbacd705170952725571ae4404846b0ecee86a
treef7be4e390ca3736c25c5a5b8c500cce9aeb20615
parent22aa4a3afb53984201c84970ec03b251d0117f00
Adding TLS group name retrieval

Function SSL_group_to_name() added, together with documentation and tests.
This now permits displaying names of internal and external
provider-implemented groups.

Partial fix of #13767

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13785)
apps/lib/s_cb.c
doc/man3/SSL_group_to_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