Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 6107 |
} |
} |
| 6108 |
} |
} |
| 6109 |
|
|
| 6110 |
if ((ret = key_verify(rsa, dsa, signature, siglen, hash, 20)) != 1) { |
if ((ret = key_verify(rsa, dsa, signature, siglen, hash, hashlen)) != 1) { |
| 6111 |
if (ret == -3 && rsa != NULL) { |
if (ret == -3 && rsa != NULL) { |
| 6112 |
if (!pvar->settings.EnableRsaShortKeyServer) { |
if (!pvar->settings.EnableRsaShortKeyServer) { |
| 6113 |
_snprintf_s(emsg_tmp, sizeof(emsg_tmp), _TRUNCATE, |
_snprintf_s(emsg_tmp, sizeof(emsg_tmp), _TRUNCATE, |
|
|
Legend:
| Removed from v.4301 |
|
| changed lines |
| |
Added in v.4302 |
|
|
| |