CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/01/23 04:47:13
Modified files: lib/libssl : tls13_server.c Log message: Correct several issues in the current TLSv1.3 server code. Correct the parsing of the client hello support versions extension. This has one or more values, rather than just the single selected version. Allocate an SSL_SESSION - this is unused currently, but is needed as soon as we start parsing extensions. Also, pull the cipher suites list off correctly - this is u16 prefixed, not u8. ok beck@