diff options
author | Alex Bozarth <ajbozart@us.ibm.com> | 2023-05-19 21:08:41 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-06-06 17:03:41 +0200 |
commit | 68668243b176cd2bc53a83c6768d4f39930ba8ed (patch) | |
tree | 61cddf3545b28d1f276a92eb8e8736fcc5cb932b /util/libssl.num | |
parent | Cast the argument to unsigned char when calling isdigit() (diff) | |
download | openssl-68668243b176cd2bc53a83c6768d4f39930ba8ed.tar.xz openssl-68668243b176cd2bc53a83c6768d4f39930ba8ed.zip |
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)
Diffstat (limited to 'util/libssl.num')
-rw-r--r-- | util/libssl.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num index 7f7b763075..8377ed1b57 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -576,3 +576,4 @@ SSL_get_conn_close_info ? 3_2_0 EXIST::FUNCTION: SSL_set_incoming_stream_policy ? 3_2_0 EXIST::FUNCTION: SSL_handle_events ? 3_2_0 EXIST::FUNCTION: SSL_get_event_timeout ? 3_2_0 EXIST::FUNCTION: +SSL_get0_group_name ? 3_2_0 EXIST::FUNCTION: |