Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_mail_client.c145 int authentication; /* if authentication is required */ member
400 opt.authentication = DFL_AUTHENTICATION; in main()
430 opt.authentication = atoi( q ); in main()
431 if( opt.authentication < 0 || opt.authentication > 1 ) in main()
704 if( opt.authentication ) in main()
/net-tools-latest/mbedtls-2.4.0/tests/
DDescriptions.txt15 version, both ways (client/server), using client authentication or not.
/net-tools-latest/mbedtls-2.4.0/
DChangeLog62 * Fix compatibility issue with Internet Explorer client authentication,
141 SLOTH attack on TLS 1.2 server authentication (other attacks from the
235 authentication against a crafted CA cert. Cannot be triggered remotely
907 "triple handshake" attack when authentication mode is 'optional' (the
908 attack was already impossible when authentication is required).
1114 client to crash the server remotely if client authentication is enabled
1212 "triple handshake" attack when authentication mode is optional (the
1213 attack was already impossible when authentication is required).
1400 * Fixed client authentication compatibility
1974 message digests, which fixes IE6/IE7 client authentication
[all …]