mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-29 13:01:13 +03:00
Comments
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
committed by
Sahana Prasad
parent
0ff6adeb80
commit
f41f0492e4
@ -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;
|
||||
|
Reference in New Issue
Block a user