From 871436f11c677225ecb5bc4a9663d27206c5ba74 Mon Sep 17 00:00:00 2001 From: Hakase Date: Sun, 16 Sep 2018 02:57:37 +0900 Subject: [PATCH] Update strict-sni-example.patch --- strict-sni-example.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strict-sni-example.patch b/strict-sni-example.patch index 48f1bfe..92b5e1f 100644 --- a/strict-sni-example.patch +++ b/strict-sni-example.patch @@ -40,7 +40,7 @@ index 8422161dc1..675446e59f 100644 - SSLfatal(s, altmp, SSL_F_FINAL_SERVER_NAME, SSL_R_CALLBACK_FAILED); + s->statem.in_init = 1; + s->statem.state = MSG_FLOW_ERROR; -+ ssl3_send_alert(s, SSL3_AL_FATAL, altmp); ++ ssl3_send_alert(s, SSL3_AL_FATAL, SSL_F_FINAL_RENEGOTIATE); return 0; case SSL_TLSEXT_ERR_ALERT_WARNING: