]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename token_store functions to make them consistent
authorNeil Horman <nhorman@openssl.org>
Thu, 30 Jan 2025 17:14:26 +0000 (12:14 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Feb 2025 14:16:35 +0000 (09:16 -0500)
commitc0a1d02be59bafa8cbfeb6ddb5cdec23f874b180
tree9973a694ee909e6a6e0e73e609c1ae03bda5f114
parenta0105b7fd4548932106351848a5da8788a4b556b
Rename token_store functions to make them consistent

we use get0 to get a token store, but set to set it.  Since the latter
takes a refcount, change that to set1.  Also rename the interal quic
functions to match.

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/man3/SSL_CTX_get0_token_store.pod
include/internal/quic_ssl.h
include/openssl/ssl.h.in
ssl/quic/quic_impl.c
ssl/ssl_lib.c
util/libssl.num