Home
last modified time | relevance | path

Searched refs:SSL_CTX_set1_groups_list (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtls13groupselection_test.c391 TEST_false_or_end(SSL_CTX_set1_groups_list(client_ctx, in test_invalidsyntax()
434 TEST_true_or_end(SSL_CTX_set1_groups_list(client_ctx, in test_groupnegotiation()
438 TEST_true_or_end(SSL_CTX_set1_groups_list(server_ctx, in test_groupnegotiation()
H A Dtls13ccstest.c320 if (!TEST_true(SSL_CTX_set1_groups_list(sctx, "ffdhe3072"))) in test_tls13ccs()
324 if (!TEST_true(SSL_CTX_set1_groups_list(sctx, "P-384"))) in test_tls13ccs()
H A Dclienthellotest.c102 if (!TEST_true(SSL_CTX_set1_groups_list(ctx, in test_client_hello()
H A Dsslapitest.c9842 if (!TEST_int_le(SSL_CTX_set1_groups_list(ctx, in test_unknown_sigalgs_groups()
9847 if (!TEST_int_gt(SSL_CTX_set1_groups_list(ctx, in test_unknown_sigalgs_groups()
9853 if (!TEST_int_le(SSL_CTX_set1_groups_list(ctx, in test_unknown_sigalgs_groups()
9858 if (!TEST_int_gt(SSL_CTX_set1_groups_list(ctx, in test_unknown_sigalgs_groups()
9886 || !TEST_int_gt(SSL_CTX_set1_groups_list(ctx, "DEFAULT"), 0) in test_configuration_of_groups()
9890 if (!TEST_int_gt(SSL_CTX_set1_groups_list(ctx, "DEFAULT:-?P-256"), 0) in test_configuration_of_groups()
9900 if (!TEST_int_gt(SSL_CTX_set1_groups_list(ctx, "?P-256:?P-521:-?P-256"), 0) in test_configuration_of_groups()
9985 if (!TEST_true(SSL_CTX_set1_groups_list(cctx, in test_sigalgs_available()
9987 || !TEST_true(SSL_CTX_set1_groups_list(sctx, in test_sigalgs_available()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod5 SSL_CTX_set1_groups, SSL_CTX_set1_groups_list, SSL_set1_groups,
17 int SSL_CTX_set1_groups_list(SSL_CTX *ctx, char *list);
46 functions (i.e. SSL_CTX_set1_groups_list() and SSL_set1_groups_list()).
85 to use SSL_CTX_set1_groups_list() with the ability to specify group tuples.
87 SSL_CTX_set1_groups_list() sets the supported groups for B<ctx> to
246 SSL_CTX_set1_groups(), SSL_CTX_set1_groups_list(), SSL_set1_groups(),
328 Support for ignoring unknown groups in SSL_CTX_set1_groups_list() and
H A DSSL_CONF_cmd.pod192 L<SSL_CTX_set1_groups_list(3)>.
479 L<SSL_CTX_set1_groups_list(3)>.
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c224 rv = SSL_CTX_set1_groups_list(cctx->ctx, value); in cmd_Groups()
253 rv = SSL_CTX_set1_groups_list(cctx->ctx, value); in cmd_ECDHParameters()
H A Dt1_lib.c367 return SSL_CTX_set1_groups_list(ctx, TLS_DEFAULT_GROUP_LIST); in ssl_load_groups()
/freebsd/crypto/openssl/util/
H A Dother.syms588 SSL_CTX_set1_groups_list define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1495 # define SSL_CTX_set1_groups_list(ctx, s) \ macro
1587 # define SSL_CTX_set1_curves_list SSL_CTX_set1_groups_list
H A Dssl.h.in1448 # define SSL_CTX_set1_groups_list(ctx, s) \ macro
1540 # define SSL_CTX_set1_curves_list SSL_CTX_set1_groups_list
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4093 MLINKS+= SSL_CTX_set1_curves.3 SSL_CTX_set1_groups_list.3
/freebsd/crypto/openssl/
H A DCHANGES.md180 * Support DEFAULT keyword and '-' prefix in `SSL_CTX_set1_groups_list()`.
181 `SSL_CTX_set1_groups_list()` now supports the DEFAULT keyword which sets the