Searched refs:authmode (Results 1 – 6 of 6) sorted by relevance
16 For each ciphersuite/version/side/authmode it performs a full handshake
719 unsigned int authmode : 2; /*!< MBEDTLS_SSL_VERIFY_XXX */ member1037 void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode );1843 int authmode );
492 int authmode; member588 if( ( new->authmode = get_auth_mode( auth_str ) ) < 0 ) in sni_parse()592 new->authmode = DFL_AUTH_MODE; in sni_parse()622 if( cur->authmode != DFL_AUTH_MODE ) in sni_callback()623 mbedtls_ssl_set_hs_authmode( ssl, cur->authmode ); in sni_callback()
4221 int authmode = ssl->conf->authmode; in mbedtls_ssl_parse_certificate() local4246 authmode = ssl->handshake->sni_authmode; in mbedtls_ssl_parse_certificate()4250 authmode == MBEDTLS_SSL_VERIFY_NONE ) in mbedtls_ssl_parse_certificate()4283 if( authmode == MBEDTLS_SSL_VERIFY_OPTIONAL ) in mbedtls_ssl_parse_certificate()4304 if( authmode == MBEDTLS_SSL_VERIFY_OPTIONAL ) in mbedtls_ssl_parse_certificate()4417 if( authmode != MBEDTLS_SSL_VERIFY_NONE ) in mbedtls_ssl_parse_certificate()4486 if( authmode == MBEDTLS_SSL_VERIFY_OPTIONAL ) in mbedtls_ssl_parse_certificate()5600 void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode ) in mbedtls_ssl_conf_authmode() argument5602 conf->authmode = authmode; in mbedtls_ssl_conf_authmode()5789 int authmode ) in mbedtls_ssl_set_hs_authmode() argument[all …]
2483 int authmode; local2491 authmode = ssl->handshake->sni_authmode;2494 authmode = ssl->conf->authmode;2501 authmode == MBEDTLS_SSL_VERIFY_NONE )
471 * The default authmode for SSL/TLS clients is now REQUIRED.514 * With authmode set to SSL_VERIFY_OPTIONAL, verification of keyUsage and