case SSH_DIGEST_SHA256: return "rsa-sha2-256"; case SSH_DIGEST_SHA512: return "rsa-sha2-512"; } return NULL; } /* * Returns the hash algorithm ID for a given algorithm identifier as used * inside the signature blob, */ static int rsa_hash_id_from_ident(const ...
Portable OpenSSH. Contribute to gebaba/openssh-portable development by creating an account on GitHub.