Displaying 2 results from an estimated 2 matches for "buffer_get_cstring".
2011 Jul 02
2
Logging the suggested algorithms of the client during key exchange
...d by the
client during key exchange.
I am using the source of version 5.8p2. I figured the function
kex_buf2prop() in kex.c might be the place to log that information. I am
calling logit() within the for loop ->
for (i = 0; i < PROPOSAL_MAX; i++) {
proposal[i] = buffer_get_cstring(&b,NULL);
debug2("kex_parse_kexinit: %s", proposal[i]);
if (first_kex_follows != NULL) {
logit("[client prop] kex %i: '%s' from %s",
i, proposal[i], get_remote_ipaddr());...
2013 May 15
2
Support for "ssh-rsa-sha256" and "ssh-dss-sha256" ?
Functionality request for supporting Digital Signatures for RSA and DSS
Public Key Algorithms in alignment with NIST SP800-131A.
I
assume this has been asked before, but I could not find in the
archives. Support of "ssh-rsa-sha256" and "ssh-dss-sha256" public key
algorithms for OpenSSH? I know Suite B Algorithms and x509 SSH
Extension Algorithms are supported, but not a