Latest update

This commit is contained in:
2018-09-16 06:28:30 +09:00
parent 35c315d2f3
commit ebab062ce0
12 changed files with 32 additions and 88 deletions
+3 -1
View File
@@ -998,7 +998,9 @@ static int final_server_name(SSL *s, unsigned int context, int sent)
switch (ret) {
case SSL_TLSEXT_ERR_ALERT_FATAL:
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, SSL_F_FINAL_RENEGOTIATE);
return 0;
case SSL_TLSEXT_ERR_ALERT_WARNING: