Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 5977 |
goto error; |
goto error; |
| 5978 |
} |
} |
| 5979 |
HOSTS_check_host_key(pvar, pvar->ssh_state.hostname, pvar->ssh_state.tcpport, &hostkey); |
HOSTS_check_host_key(pvar, pvar->ssh_state.hostname, pvar->ssh_state.tcpport, &hostkey); |
| 5980 |
|
if (pvar->socket == INVALID_SOCKET) { |
| 5981 |
|
emsg = "Server disconnected @ handle_SSH2_dh_kex_reply()"; |
| 5982 |
|
goto error; |
| 5983 |
|
} |
| 5984 |
|
|
| 5985 |
dh_server_pub = BN_new(); |
dh_server_pub = BN_new(); |
| 5986 |
if (dh_server_pub == NULL) { |
if (dh_server_pub == NULL) { |
| 6320 |
goto error; |
goto error; |
| 6321 |
} |
} |
| 6322 |
HOSTS_check_host_key(pvar, pvar->ssh_state.hostname, pvar->ssh_state.tcpport, &hostkey); |
HOSTS_check_host_key(pvar, pvar->ssh_state.hostname, pvar->ssh_state.tcpport, &hostkey); |
| 6323 |
|
if (pvar->socket == INVALID_SOCKET) { |
| 6324 |
|
emsg = "Server disconnected @ handle_SSH2_dh_gex_reply()"; |
| 6325 |
|
goto error; |
| 6326 |
|
} |
| 6327 |
|
|
| 6328 |
dh_server_pub = BN_new(); |
dh_server_pub = BN_new(); |
| 6329 |
if (dh_server_pub == NULL) { |
if (dh_server_pub == NULL) { |
|
|
Legend:
| Removed from v.3193 |
|
| changed lines |
| |
Added in v.3208 |
|
|
| |