CVSROOT: /cvs Module name: src Changes by: inogu...@cvs.openbsd.org 2020/04/25 20:09:21
Modified files: usr.bin/openssl: s_cb.c Log message: Display TLSv1.3 extension type with openssl(1) -tlsextdebug Add TLSv1.3 extension type, and sort by the definition order in tls1.h. This helps that openssl(1) s_server and s_client with -tlsextdebug displays the TLS extension type instead of "unknown". ok beck@ jsing@ tb@