Home
last modified time | relevance | path

Searched refs:SSL_TEST_CTX (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssl_test_ctx.c101 __owur static int parse_expected_result(SSL_TEST_CTX *test_ctx, const char *value) in parse_expected_result()
134 __owur static int parse_client_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_client_alert()
139 __owur static int parse_server_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_server_alert()
161 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol()
221 __owur static int parse_expected_servername(SSL_TEST_CTX *test_ctx, in parse_expected_servername()
278 __owur static int parse_session_ticket(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_ticket()
298 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, compression_expected)
308 __owur static int parse_session_id(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_id()
333 __owur static int parse_test_method(SSL_TEST_CTX *test_ctx, const char *value) in parse_test_method()
353 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_npn_protocol)
[all …]
H A Dssl_test_ctx.h231 } SSL_TEST_CTX; typedef
252 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section,
255 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx);
257 void SSL_TEST_CTX_free(SSL_TEST_CTX *ctx);
H A Dhandshake.h89 const SSL_TEST_CTX *test_ctx);
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test_ctx.c105 __owur static int parse_expected_result(SSL_TEST_CTX *test_ctx, const char *value) in parse_expected_result()
137 __owur static int parse_client_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_client_alert()
142 __owur static int parse_server_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_server_alert()
164 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol()
222 __owur static int parse_expected_servername(SSL_TEST_CTX *test_ctx, in parse_expected_servername()
279 __owur static int parse_session_ticket(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_ticket()
299 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, compression_expected)
309 __owur static int parse_session_id(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_id()
334 __owur static int parse_test_method(SSL_TEST_CTX *test_ctx, const char *value) in parse_test_method()
354 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_npn_protocol)
[all …]
H A Dssl_test.c31 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result()
42 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts()
100 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol()
121 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername()
132 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket()
146 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id()
159 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression()
166 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn()
179 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn()
192 SSL_TEST_CTX *test_ctx) in check_session_ticket_app_data()
[all …]
H A Dssl_test_ctx.h226 } SSL_TEST_CTX; typedef
247 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section);
249 SSL_TEST_CTX *SSL_TEST_CTX_new(void);
251 void SSL_TEST_CTX_free(SSL_TEST_CTX *ctx);
H A Dssl_test_ctx_test.c32 SSL_TEST_CTX *expected_ctx;
75 static int testctx_eq(SSL_TEST_CTX *ctx, SSL_TEST_CTX *ctx2) in testctx_eq()
127 SSL_TEST_CTX *ctx; in execute_test()
232 SSL_TEST_CTX *ctx; in test_bad_configuration()
H A Dhandshake_helper.c502 const SSL_TEST_CTX *test, in configure_handshake_ctx()
886 static void do_reneg_setup_step(const SSL_TEST_CTX *test_ctx, PEER *peer) in do_reneg_setup_step()
1088 static int renegotiate_op(const SSL_TEST_CTX *test_ctx) in renegotiate_op()
1098 static int post_handshake_op(const SSL_TEST_CTX *test_ctx) in post_handshake_op()
1110 static connect_phase_t next_phase(const SSL_TEST_CTX *test_ctx, in next_phase()
1137 static void do_connect_step(const SSL_TEST_CTX *test_ctx, PEER *peer, in do_connect_step()
1423 const SSL_TEST_CTX *test_ctx, const SSL_TEST_EXTRA_CONF *extra, in do_handshake_internal()
1746 const SSL_TEST_CTX *test_ctx) in do_handshake()
H A Dhandshake_helper.h79 const SSL_TEST_CTX *test_ctx);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_test.c34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result()
45 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts()
103 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol()
124 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername()
135 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket()
149 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id()
162 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression()
169 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn()
182 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn()
195 SSL_TEST_CTX *test_ctx) in check_session_ticket_app_data()
[all …]
H A Dssl_test_ctx_test.c32 SSL_TEST_CTX *expected_ctx;
75 static int testctx_eq(SSL_TEST_CTX *ctx, SSL_TEST_CTX *ctx2) in testctx_eq()
127 SSL_TEST_CTX *ctx; in execute_test()
229 SSL_TEST_CTX *ctx; in test_bad_configuration()