Searched refs:SSL_CTX_set1_groups_list (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | tls13groupselection_test.c | 391 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 D | tls13ccstest.c | 320 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 D | clienthellotest.c | 102 if (!TEST_true(SSL_CTX_set1_groups_list(ctx, in test_client_hello()
|
H A D | sslapitest.c | 9842 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 D | SSL_CTX_set1_curves.pod | 5 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 D | SSL_CONF_cmd.pod | 192 L<SSL_CTX_set1_groups_list(3)>. 479 L<SSL_CTX_set1_groups_list(3)>.
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_conf.c | 224 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 D | t1_lib.c | 367 return SSL_CTX_set1_groups_list(ctx, TLS_DEFAULT_GROUP_LIST); in ssl_load_groups()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 588 SSL_CTX_set1_groups_list define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1495 # define SSL_CTX_set1_groups_list(ctx, s) \ macro 1587 # define SSL_CTX_set1_curves_list SSL_CTX_set1_groups_list
|
H A D | ssl.h.in | 1448 # 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 D | Makefile | 4093 MLINKS+= SSL_CTX_set1_curves.3 SSL_CTX_set1_groups_list.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 180 * 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
|