]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add new token generation transmission
authorNeil Horman <nhorman@openssl.org>
Sun, 12 Jan 2025 03:16:16 +0000 (22:16 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Feb 2025 14:11:53 +0000 (09:11 -0500)
commit59bc8cb65c0e7441720929aa1ef66d28dfe7ee58
tree2652b8705c9bb3cc16996ecc3e009ef14d08b2cc
parent93571a411ff18f502abc1548ae6013a562ea1bc5
Add new token generation transmission

When we bind a channel, create a NEW_TOKEN token to be sent on the next
available datagram, once the channel is validated

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_channel.h
ssl/quic/quic_channel.c
ssl/quic/quic_port.c