1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +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;