Home
last modified time | relevance | path

Searched refs:SSL_set1_groups_list (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtls13groupselection_test.c400 TEST_false_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_invalidsyntax()
455 TEST_true_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_groupnegotiation()
458 TEST_true_or_end(SSL_set1_groups_list(serverssl, current_test_vector->server_groups)); in test_groupnegotiation()
H A Dsslapitest.c3993 if (!TEST_true(SSL_set1_groups_list(serverssl, "ffdhe3072"))) in early_data_skip_helper()
3996 if (!TEST_true(SSL_set1_groups_list(serverssl, "P-384"))) in early_data_skip_helper()
5161 if (!TEST_true(SSL_set1_groups_list(serverssl, kexch_names)) in test_key_exchange()
5162 || !TEST_true(SSL_set1_groups_list(clientssl, kexch_names))) in test_key_exchange()
5749 if (!TEST_true(SSL_set1_groups_list(serverssl, "ffdhe3072"))) in test_tls13_psk()
5752 if (!TEST_true(SSL_set1_groups_list(serverssl, "P-384"))) in test_tls13_psk()
10123 …if (!TEST_true(SSL_set1_groups_list(serverssl, "xorgroup:xorkemgroup:dummy1:dummy2:dummy3:dummy4:d… in test_pluggable_group()
10125 || !TEST_true(SSL_set1_groups_list(clientssl, group_name))) in test_pluggable_group()
10285 if (!TEST_true(SSL_set1_groups_list(serverssl, "xorgroup")) in test_pluggable_signature()
10286 || !TEST_true(SSL_set1_groups_list(clientssl, "xorgroup"))) in test_pluggable_signature()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod6 SSL_set1_groups_list, SSL_get1_groups, SSL_get0_iana_groups,
20 int SSL_set1_groups_list(SSL *ssl, char *list);
46 functions (i.e. SSL_CTX_set1_groups_list() and SSL_set1_groups_list()).
177 SSL_set1_groups() and SSL_set1_groups_list() are similar except they set
247 SSL_set1_groups_list(), and SSL_CTX_get0_implemented_groups() return 1 for
329 SSL_set1_groups_list() was added in OpenSSL 3.3.
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c221 rv = SSL_set1_groups_list(cctx->ssl, value); in cmd_Groups()
255 rv = SSL_set1_groups_list(cctx->ssl, value); in cmd_ECDHParameters()
/freebsd/crypto/openssl/util/
H A Dother.syms673 SSL_set1_groups_list define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1502 # define SSL_set1_groups_list(s, str) \ macro
1589 # define SSL_set1_curves_list SSL_set1_groups_list
H A Dssl.h.in1455 # define SSL_set1_groups_list(s, str) \ macro
1542 # define SSL_set1_curves_list SSL_set1_groups_list
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4103 MLINKS+= SSL_CTX_set1_curves.3 SSL_set1_groups_list.3