tls_auth_options_type
tls_auth_options_type *tls_auth = tls_auth_options_create(cfg_parser->opt->region);
tls_auth_options_type* tlsauth = tls_auth_options_find(opt, tls);
tls_auth_options_type* tlsauth;
RBTREE_FOR(tlsauth, tls_auth_options_type*, opt->tls_auths)