CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2024/03/24 21:23:59

Modified files:
        lib/libssl     : ssl_tlsext.c 

Log message:
Decouple TLS extension table order from tlsext_randomize_build_order()

The PSK extension must be the last extension in the client hello. This is
currently implemented by relying on the fact that it is the last extension
in the TLS extension table. Remove this dependency so that we can reorder
the table as needed.

ok tb@

Reply via email to