Home
last modified time | relevance | path

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

/openssl/providers/common/
H A Dcapabilities.c30 int maxdtls; /* Maximum DTLS version (or 0 for undefined) */ member
119 (unsigned int *)&group_list[idx].maxdtls), \
/openssl/test/
H A Dtls-provider.c103 unsigned int maxdtls; member
147 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, &xor_group.maxdtls),
166 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, &xor_kemgroup.maxdtls),
/openssl/ssl/
H A Dt1_lib.c345 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->maxdtls)) { in add_provider_groups()
587 if (ginfo->mindtls < 0 || ginfo->maxdtls < 0) in tls_valid_group()
589 if (ginfo->maxdtls == 0) in tls_valid_group()
592 ret = DTLS_VERSION_LE(minversion, ginfo->maxdtls); in tls_valid_group()
H A Dssl_local.h834 int maxdtls; /* Maximum DTLS version (or 0 for undefined) */ member

Completed in 34 milliseconds