Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_set1_curves.pod5 SSL_CTX_set1_groups, SSL_CTX_set1_groups_list, SSL_set1_groups,
16 int SSL_CTX_set1_groups_list(SSL_CTX *ctx, char *list);
44 SSL_CTX_set1_groups_list() sets the supported groups for B<ctx> to
82 SSL_CTX_set1_groups(), SSL_CTX_set1_groups_list(), SSL_set1_groups() and
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_conf.c213 rv = SSL_CTX_set1_groups_list(cctx->ctx, value); in cmd_Groups()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h1407 # define SSL_CTX_set1_groups_list(ctx, s) \ macro
1484 # define SSL_CTX_set1_curves_list SSL_CTX_set1_groups_list
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2523 MLINKS+= SSL_CTX_set1_curves.3 SSL_CTX_set1_groups_list.3