1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
Jakub Jelen
2023-10-03 15:33:57 +02:00
committed by Sahana Prasad
parent 0ff6adeb80
commit f41f0492e4
2 changed files with 7 additions and 0 deletions

View File

@ -716,6 +716,12 @@ torture_auth_password_nonblocking_bad(void **state)
SSH_AUTH_DENIED);
}
/* TODO cover the case:
* * when there is accompanying certificate (identities only + agent)
* * export private key to public key during _auto() authentication.
* this needs to be a encrypted private key in PEM format without
* accompanying public key.
*/
static void torture_auth_agent_identities_only(void **state)
{
struct torture_state *s = *state;

View File

@ -76,6 +76,7 @@ static const char *pattern = NULL;
#ifndef _WIN32
/* TODO missing code coverage */
static int _torture_auth_kbdint(ssh_session session,
const char *password) {
const char *prompt;