Searched refs:cutthrough (Results 1 – 9 of 9) sorted by relevance
15 + BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");23 + int cutthrough=0;31 + else if (strcmp(*argv,"-cutthrough") == 0)32 + cutthrough=1;40 + /* Enable handshake cutthrough for client connections using42 + if (cutthrough)90 + && s->s3->previous_server_finished_len == 0 /* no cutthrough on renegotiation (would compl…223 + return (!s->server && /* cutthrough only applies to clients */226 + s->s3->in_read_app_data == 0 && /* cutthrough only applies to write() */227 + (SSL_get_mode((SSL*)s) & SSL_MODE_HANDSHAKE_CUTTHROUGH) && /* cutthrough enabled */[all …]
31 BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");51 else if (strcmp(*argv,"-cutthrough") == 0)76 /* Enable handshake cutthrough for client connections using
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough74 $ssltest -server_auth -client_auth -cutthrough $CA $extra || exit 1
581 int cutthrough=0; in MAIN() local889 cutthrough=1; in MAIN()1167 if (cutthrough) in MAIN()
553 int cutthrough = 0; in main() local772 cutthrough = 1; in main()909 if (cutthrough) in main()
582 int cutthrough=0; in MAIN() local896 cutthrough=1; in MAIN()1188 if (cutthrough) in MAIN()