CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2017/07/24 11:39:43
Modified files: lib/libssl : ssl_tlsext.c t1_lib.c Log message: Rewrite and move the last remnants of the ServerHello SNI handling into tlsext_sni_serverhello_parse(). This also adds a check to ensure that if we have an existing session, the name matches what we specified via SNI. ok doug@