Home
last modified time | relevance | path

Searched refs:server_protocol (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.h41 int server_protocol; member
H A Dhandshake.c1629 ret->server_protocol = SSL_version(server.ssl); in do_handshake_internal()
/freebsd/crypto/openssl/test/
H A Dssl_test.c105 if (!TEST_int_eq(result->client_protocol, result->server_protocol)) { in check_protocol()
108 ssl_protocol_name(result->server_protocol)); in check_protocol()