Displaying 1 result from an estimated 1 matches for "412816".
Did you mean:
12816
2011 Jul 02
2
Logging the suggested algorithms of the client during key exchange
Hello,
for a research project I am trying to log the algorithms suggested 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] =