Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/tests/
DDescriptions.txt16 For each ciphersuite/version/side/authmode it performs a full handshake
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dssl.h719 unsigned int authmode : 2; /*!< MBEDTLS_SSL_VERIFY_XXX */ member
1037 void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode );
1843 int authmode );
/net-tools-3.7.0/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c492 int authmode; member
588 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()
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dssl_tls.c4221 int authmode = ssl->conf->authmode; in mbedtls_ssl_parse_certificate() local
4246 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() argument
5602 conf->authmode = authmode; in mbedtls_ssl_conf_authmode()
5789 int authmode ) in mbedtls_ssl_set_hs_authmode() argument
[all …]
Dssl_srv.c2483 int authmode; local
2491 authmode = ssl->handshake->sni_authmode;
2494 authmode = ssl->conf->authmode;
2501 authmode == MBEDTLS_SSL_VERIFY_NONE )
/net-tools-3.7.0/mbedtls-2.4.0/
DChangeLog471 * The default authmode for SSL/TLS clients is now REQUIRED.
514 * With authmode set to SSL_VERIFY_OPTIONAL, verification of keyUsage and