Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 238 |
/* Minimum modulus size (n) for RSA keys. */ |
/* Minimum modulus size (n) for RSA keys. */ |
| 239 |
#define SSH_RSA_MINIMUM_MODULUS_SIZE 768 |
#define SSH_RSA_MINIMUM_MODULUS_SIZE 768 |
| 240 |
|
|
| 241 |
#define SSH_RSA_KEYGEN_DEFAULT_BITS 2048 |
#define SSH_KEYGEN_DEFAULT_BITS 2048 |
| 242 |
|
#define SSH_RSA_MINIMUM_KEY_SIZE 768 |
| 243 |
|
#define SSH_DSA_MINIMUM_KEY_SIZE 1024 |
| 244 |
|
|
| 245 |
enum kex_init_proposals { |
enum kex_init_proposals { |
| 246 |
PROPOSAL_KEX_ALGS, |
PROPOSAL_KEX_ALGS, |
|
|
Legend:
| Removed from v.3197 |
|
| changed lines |
| |
Added in v.3200 |
|
|
|