Loading apps/s_server.c +11 −0 Original line number Diff line number Diff line Loading @@ -300,6 +300,7 @@ static int cert_status_cb(SSL *s, void *arg); static int no_resume_ephemeral = 0; static int s_msg=0; static int s_quiet=0; static int s_ign_eof=0; static int s_brief=0; static char *keymatexportlabel=NULL; Loading Loading @@ -1219,6 +1220,10 @@ int MAIN(int argc, char *argv[]) #endif s_nbio_test=1; } else if (strcmp(*argv,"-ign_eof") == 0) s_ign_eof=1; else if (strcmp(*argv,"-no_ign_eof") == 0) s_ign_eof=0; else if (strcmp(*argv,"-debug") == 0) { s_debug=1; } #ifndef OPENSSL_NO_TLSEXT Loading Loading @@ -3257,6 +3262,12 @@ static int rev_body(char *hostname, int s, unsigned char *context) p--; i--; } if (!s_ign_eof && i == 5 && !strncmp(buf, "CLOSE", 5)) { ret = 1; BIO_printf(bio_err, "CONNECTION CLOSED\n"); goto end; } BUF_reverse((unsigned char *)buf, NULL, i); buf[i] = '\n'; BIO_write(io, buf, i + 1); Loading Loading
apps/s_server.c +11 −0 Original line number Diff line number Diff line Loading @@ -300,6 +300,7 @@ static int cert_status_cb(SSL *s, void *arg); static int no_resume_ephemeral = 0; static int s_msg=0; static int s_quiet=0; static int s_ign_eof=0; static int s_brief=0; static char *keymatexportlabel=NULL; Loading Loading @@ -1219,6 +1220,10 @@ int MAIN(int argc, char *argv[]) #endif s_nbio_test=1; } else if (strcmp(*argv,"-ign_eof") == 0) s_ign_eof=1; else if (strcmp(*argv,"-no_ign_eof") == 0) s_ign_eof=0; else if (strcmp(*argv,"-debug") == 0) { s_debug=1; } #ifndef OPENSSL_NO_TLSEXT Loading Loading @@ -3257,6 +3262,12 @@ static int rev_body(char *hostname, int s, unsigned char *context) p--; i--; } if (!s_ign_eof && i == 5 && !strncmp(buf, "CLOSE", 5)) { ret = 1; BIO_printf(bio_err, "CONNECTION CLOSED\n"); goto end; } BUF_reverse((unsigned char *)buf, NULL, i); buf[i] = '\n'; BIO_write(io, buf, i + 1); Loading