Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/kex.h
Parent Directory
| Revision Log
| Patch
| 28 |
|
|
| 29 |
#include "ttxssh.h" |
#include "ttxssh.h" |
| 30 |
|
|
| 31 |
|
#define GEX_GRP_MINSIZE 1024 |
| 32 |
|
#define GEX_GRP_MAXSIZE 8192 |
| 33 |
|
|
| 34 |
DH *dh_new_group1(void); |
DH *dh_new_group1(void); |
| 35 |
DH *dh_new_group14(void); |
DH *dh_new_group14(void); |
| 36 |
void dh_gen_key(PTInstVar pvar, DH *dh, int we_need /* bytes */ ); |
void dh_gen_key(PTInstVar pvar, DH *dh, int we_need /* bytes */ ); |
|
|
Legend:
| Removed from v.4314 |
|
| changed lines |
| |
Added in v.5900 |
|
|
|