Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c532 char *crt_file, *key_file, *ca_file, *crl_file, *auth_str; in sni_parse() local
551 GET_ITEM( auth_str ); in sni_parse()
586 if( strcmp( auth_str, "-" ) != 0 ) in sni_parse()
588 if( ( new->authmode = get_auth_mode( auth_str ) ) < 0 ) in sni_parse()