Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_max_proto_version (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test.c409 if (!TEST_true(SSL_CTX_set_max_proto_version(server_ctx, in test_handshake()
418 if (!TEST_true(SSL_CTX_set_max_proto_version(client_ctx, in test_handshake()
423 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, in test_handshake()
427 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, in test_handshake()
438 if (!TEST_true(SSL_CTX_set_max_proto_version(server_ctx, in test_handshake()
446 if (!TEST_true(SSL_CTX_set_max_proto_version(server2_ctx, in test_handshake()
451 if (!TEST_true(SSL_CTX_set_max_proto_version(client_ctx, in test_handshake()
457 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, in test_handshake()
461 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, in test_handshake()
H A Dclienthellotest.c87 if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, TLS_MAX_VERSION))) in test_client_hello()
97 if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, TLS1_2_VERSION))) in test_client_hello()
H A Dssl_ctx_test.c48 if (!TEST_int_eq(SSL_CTX_set_max_proto_version(ctx, t.max_version), t.max_ok)) in test_set_min_max_version()
H A Drecordlentest.c116 SSL_CTX_set_max_proto_version(sctx, TLS1_2_VERSION); in test_record_overflow()
H A Dsslcorrupttest.c212 if (!TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION))) in test_ssl_corrupt()
H A Dssltestlib.c760 && !TEST_true(SSL_CTX_set_max_proto_version(serverctx, in create_ssl_ctx_pair()
768 && !TEST_true(SSL_CTX_set_max_proto_version(clientctx, in create_ssl_ctx_pair()
H A Dsslapitest.c552 SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION); in test_client_hello_cb()
1182 SSL_CTX_set_max_proto_version(cctx, maxprot); in execute_test_session()
1297 SSL_CTX_set_max_proto_version(sctx, TLS1_1_VERSION); in execute_test_session()
1344 SSL_CTX_set_max_proto_version(sctx, maxprot); in execute_test_session()
1859 SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION); in test_ssl_set_bio()
2082 SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION); in test_set_sigalgs()
4670 SSL_CTX_set_max_proto_version(cctx, protocols[tst]); in test_export_key_mat()
5019 && !TEST_true(SSL_CTX_set_max_proto_version(cctx, in test_ssl_clear()
5177 || !TEST_true(SSL_CTX_set_max_proto_version(sctx, TLS1_3_VERSION)) in test_pha_key_update()
5179 || !TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_3_VERSION))) in test_pha_key_update()
[all …]
H A Dbad_dtls_test.c477 || !TEST_true(SSL_CTX_set_max_proto_version(ctx, DTLS1_BAD_VER)) in test_bad_dtls()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_test.c414 || !TEST_true(SSL_CTX_set_max_proto_version(server_ctx, 0))) in test_handshake()
425 if (!TEST_true(SSL_CTX_set_max_proto_version(client_ctx, 0))) in test_handshake()
430 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, 0)) in test_handshake()
436 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, 0))) in test_handshake()
455 if (!TEST_true(SSL_CTX_set_max_proto_version(server_ctx, maxversion)) in test_handshake()
467 if (!TEST_true(SSL_CTX_set_max_proto_version(server2_ctx, in test_handshake()
472 if (!TEST_true(SSL_CTX_set_max_proto_version(client_ctx, maxversion))) in test_handshake()
478 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, in test_handshake()
485 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, in test_handshake()
H A Dclienthellotest.c91 if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, 0))) in test_client_hello()
102 if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, TLS1_2_VERSION))) in test_client_hello()
H A Dservername_test.c112 && !TEST_true(SSL_CTX_set_max_proto_version(ctx, maxversion))) in client_setup_sni_before_state()
164 && !TEST_true(SSL_CTX_set_max_proto_version(ctx, maxversion))) in client_setup_sni_after_state()
H A Dssl_ctx_test.c48 if (!TEST_int_eq(SSL_CTX_set_max_proto_version(ctx, t.max_version), t.max_ok)) in test_set_min_max_version()
H A Drecordlentest.c116 SSL_CTX_set_max_proto_version(sctx, TLS1_2_VERSION); in test_record_overflow()
H A Dsslcorrupttest.c215 if (!TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION))) in test_ssl_corrupt()
H A Dbad_dtls_test.c496 || !TEST_true(SSL_CTX_set_max_proto_version(ctx, DTLS1_BAD_VER)) in test_bad_dtls()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod5 SSL_CTX_set_min_proto_version, SSL_CTX_set_max_proto_version,
16 int SSL_CTX_set_max_proto_version(SSL_CTX *ctx, int version);
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod5 SSL_CTX_set_min_proto_version, SSL_CTX_set_max_proto_version,
16 int SSL_CTX_set_max_proto_version(SSL_CTX *ctx, int version);
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dciphers.c195 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in ciphers_main()
H A Ds_time.c250 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_time_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dciphers.c184 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in ciphers_main()
H A Ds_time.c197 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_time_main()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_server.c597 SSL_CTX_set_max_proto_version(server_ctx, max_proto); in tls_server_init()
599 SSL_CTX_set_max_proto_version(sni_ctx, max_proto); in tls_server_init()
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.c863 && !TEST_true(SSL_CTX_set_max_proto_version(serverctx, in create_ssl_ctx_pair()
871 && !TEST_true(SSL_CTX_set_max_proto_version(clientctx, in create_ssl_ctx_pair()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dossl_shim.cc547 !SSL_CTX_set_max_proto_version(ssl_ctx.get(), TLS1_3_VERSION)) { in SetupCtx()
553 !SSL_CTX_set_max_proto_version(ssl_ctx.get(), TLS1_2_VERSION)) { in SetupCtx()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dprivate.num370 SSL_CTX_set_max_proto_version define

12