Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/
H A Ds_client.c3480 const size_t MAX_LABEL_LENGTH = 63; in is_dNS_name() local
3494 for (i = 0; i < length && label_length < MAX_LABEL_LENGTH; ++i) { in is_dNS_name()
3535 isdnsname &= !all_numeric && !(label_length == MAX_LABEL_LENGTH); in is_dNS_name()