Provide ssl_session_dup()
authortb <tb@openbsd.org>
Thu, 20 Oct 2022 15:22:51 +0000 (15:22 +0000)
committertb <tb@openbsd.org>
Thu, 20 Oct 2022 15:22:51 +0000 (15:22 +0000)
commited031ec403c68f06dc48c222873c32c8e2248c01
treed2c46cb5e42253b8db0d1538ee1340a1b73f8ba5
parent4bcd03db22d96a0135d4dabf879d83637fe82156
Provide ssl_session_dup()

SSL_SESSION_dup() is a currently essentially unused public OpenSSL 1.1.1
API. Add a version that does not duplicate the secrets for internal use.
If the public API should be needed, we can easily make it a wrapper.

ok jsing
lib/libssl/ssl_locl.h
lib/libssl/ssl_sess.c