CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/06/24 23:46:48
Modified files: lib/libssl : ssl_tlsext.c Log message: 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