]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove NEW_TOKEN public api
authorNeil Horman <nhorman@openssl.org>
Sat, 1 Feb 2025 16:28:25 +0000 (11:28 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Feb 2025 14:16:35 +0000 (09:16 -0500)
commitdadeedc7578c743a3e04072f7a8df5fa32d33846
tree6cf92de01bafbb99bab042a3a059cc7f84a5ceb8
parentdac1c988306709787c3e606c8683f00cc878009d
Remove NEW_TOKEN public api

@sashan and I were discussing the usefulness of the public facing api
for NEW_TOKEN support, and he has concerns over its usefulness and our
being stuck with it if we need to make changes later.  Given that it is
a convience api for using multiple CTX-es to share a cache, its fine if
we remove it for now, as that seems like a less common use case.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26517)
doc/build.info
doc/man3/SSL_CTX_get0_token_store.pod [deleted file]
include/openssl/ssl.h.in
ssl/quic/quic_impl.c
ssl/ssl_lib.c
util/libssl.num