mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-31 00:03:07 +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);
|
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)
|
static void torture_auth_agent_identities_only(void **state)
|
||||||
{
|
{
|
||||||
struct torture_state *s = *state;
|
struct torture_state *s = *state;
|
||||||
|
@ -76,6 +76,7 @@ static const char *pattern = NULL;
|
|||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
|
||||||
|
/* TODO missing code coverage */
|
||||||
static int _torture_auth_kbdint(ssh_session session,
|
static int _torture_auth_kbdint(ssh_session session,
|
||||||
const char *password) {
|
const char *password) {
|
||||||
const char *prompt;
|
const char *prompt;
|
||||||
|
Reference in New Issue
Block a user