]> 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>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commite521131c60e25e6fb2269f4ff9c2619d89ac95a3
tree7911f2013d33529345da2e805c8dc6548c74d5c3
parente8148315ca6d44157afc882460e17cc9d9c3ffe2
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