CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/25 04:18:13
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Simplify TLS extension parsing and processing.
Rather than having a separate parse and process step for each TLS
extension, do a first pass that parses all of the TLS outer extensions and
retains the extension data, before running a second pass that calls the TLS
extension processing code.
ok beck@ tb@
