Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_client.c3536 const size_t MAX_LABEL_LENGTH = 63; in is_dNS_name() local
3550 for (i = 0; i < length && label_length < MAX_LABEL_LENGTH; ++i) { in is_dNS_name()
3591 isdnsname &= !all_numeric && !(label_length == MAX_LABEL_LENGTH); in is_dNS_name()

Completed in 14 milliseconds