Home
last modified time | relevance | path

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

/mbedtls-latest/programs/ssl/
Dssl_server2.c794 char *crt_file, *key_file, *ca_file, *auth_str; in sni_parse() local
817 GET_ITEM(auth_str); in sni_parse()
858 if (strcmp(auth_str, "-") != 0) { in sni_parse()
859 if ((new->authmode = get_auth_mode(auth_str)) < 0) { in sni_parse()