Add SSL_get_shared_{curve,group}()
authortb <tb@openbsd.org>
Wed, 17 Aug 2022 18:43:17 +0000 (18:43 +0000)
committertb <tb@openbsd.org>
Wed, 17 Aug 2022 18:43:17 +0000 (18:43 +0000)
commit1b6ff71b2a946cae5bc66d35e353ac5efc5de815
treedea392f037600578477ed78ef71a99e920f8c92a
parent46c50edf595c4655c565f6cf462fe0c17fa94d85
Add SSL_get_shared_{curve,group}()

These are wrappers of SSL_ctrl() using the SSL_CTRL_GET_SHARED_GROUP
control. Do not provide SSL_CTRL_GET_SHARED_CURVE since that is only
mentioned in Net::SSLeay docs according to codesearch.debian.net.

ok jsing
lib/libssl/ssl.h