Fix TLS extension shuffling
authortb <tb@openbsd.org>
Tue, 25 Jun 2024 05:46:48 +0000 (05:46 +0000)
committertb <tb@openbsd.org>
Tue, 25 Jun 2024 05:46:48 +0000 (05:46 +0000)
commitd0e6442263de318a50af282e1a32828c443e1c71
tree9761645ff9395e3ee0c61926228456b08bd52fd7
parentf880dfaf25f9138303b97de5f41f09576faa7c47
Fix TLS extension shuffling

The diff decoupling the shuffle from the table order still relied on PSK
being last because it failed to adjust the upper bound in the for loop.

ok jsing
lib/libssl/ssl_tlsext.c