Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3197 by doda, Fri Jan 9 12:17:32 2009 UTC revision 3200 by doda, Thu Jan 15 15:22:15 2009 UTC
# Line 238  enum hmac_type { Line 238  enum hmac_type {
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26