Loading apps/s_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -861,7 +861,7 @@ bad: /* SSL_set_cipher_list(con,"RC4-MD5"); */ #if 0 #ifdef TLSEXT_TYPE_opaque_prf_input SSL_set_tlsext_opaque_prf_input(con, "Test client", 1); SSL_set_tlsext_opaque_prf_input(con, "Test client", 11); #endif #endif Loading apps/s_server.c +1 −1 Original line number Diff line number Diff line Loading @@ -1577,7 +1577,7 @@ static int sv_body(char *hostname, int s, unsigned char *context) SSL_clear(con); #if 0 #ifdef TLSEXT_TYPE_opaque_prf_input SSL_set_tlsext_opaque_prf_input(con, "Test server", 1); SSL_set_tlsext_opaque_prf_input(con, "Test server", 11); #endif #endif Loading Loading
apps/s_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -861,7 +861,7 @@ bad: /* SSL_set_cipher_list(con,"RC4-MD5"); */ #if 0 #ifdef TLSEXT_TYPE_opaque_prf_input SSL_set_tlsext_opaque_prf_input(con, "Test client", 1); SSL_set_tlsext_opaque_prf_input(con, "Test client", 11); #endif #endif Loading
apps/s_server.c +1 −1 Original line number Diff line number Diff line Loading @@ -1577,7 +1577,7 @@ static int sv_body(char *hostname, int s, unsigned char *context) SSL_clear(con); #if 0 #ifdef TLSEXT_TYPE_opaque_prf_input SSL_set_tlsext_opaque_prf_input(con, "Test server", 1); SSL_set_tlsext_opaque_prf_input(con, "Test server", 11); #endif #endif Loading