/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | ssl_test.c | 409 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 D | clienthellotest.c | 87 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 D | ssl_ctx_test.c | 48 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 D | recordlentest.c | 116 SSL_CTX_set_max_proto_version(sctx, TLS1_2_VERSION); in test_record_overflow()
|
H A D | sslcorrupttest.c | 212 if (!TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION))) in test_ssl_corrupt()
|
H A D | ssltestlib.c | 760 && !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 D | sslapitest.c | 552 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 D | bad_dtls_test.c | 477 || !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 D | ssl_test.c | 414 || !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 D | clienthellotest.c | 91 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 D | servername_test.c | 112 && !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 D | ssl_ctx_test.c | 48 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 D | recordlentest.c | 116 SSL_CTX_set_max_proto_version(sctx, TLS1_2_VERSION); in test_record_overflow()
|
H A D | sslcorrupttest.c | 215 if (!TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION))) in test_ssl_corrupt()
|
H A D | bad_dtls_test.c | 496 || !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 D | SSL_CTX_set_min_proto_version.pod | 5 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 D | SSL_CTX_set_min_proto_version.pod | 5 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 D | ciphers.c | 195 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in ciphers_main()
|
H A D | s_time.c | 250 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 D | ciphers.c | 184 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in ciphers_main()
|
H A D | s_time.c | 197 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 D | tls_server.c | 597 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 D | ssltestlib.c | 863 && !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 D | ossl_shim.cc | 547 !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 D | private.num | 370 SSL_CTX_set_max_proto_version define
|