]> git.ipfire.org Git - thirdparty/openssl.git/commit
Modify ossl_quic_get_peer_token to return QUIC_TOKEN
authorNeil Horman <nhorman@openssl.org>
Thu, 30 Jan 2025 19:38:18 +0000 (14:38 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Feb 2025 14:16:35 +0000 (09:16 -0500)
commit57852adaab75bd5d6c7a7c75059c213b8823946a
tree73739e068dd1bffe8730b69b168e9ccb5f135122
parentc0a1d02be59bafa8cbfeb6ddb5cdec23f874b180
Modify ossl_quic_get_peer_token to return QUIC_TOKEN

we use this struct internally to track computed tokens, we may as well
use it when fetching those tokens, as it allows the removeal of the QTOK
type

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)
include/internal/quic_ssl.h
ssl/quic/quic_channel.c
ssl/quic/quic_impl.c
ssl/ssl_lib.c