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 5669 by maya, Wed Oct 1 05:09:56 2014 UTC revision 5765 by maya, Fri Jan 23 08:47:39 2015 UTC
# Line 334  static ssh2_host_key_t ssh2_host_key[] = Line 334  static ssh2_host_key_t ssh2_host_key[] =
334  #define SSH_RSA_MINIMUM_KEY_SIZE   768  #define SSH_RSA_MINIMUM_KEY_SIZE   768
335  #define SSH_DSA_MINIMUM_KEY_SIZE  1024  #define SSH_DSA_MINIMUM_KEY_SIZE  1024
336    
337    #define SSH_KEYGEN_MINIMUM_ROUNDS       1
338    #define SSH_KEYGEN_MAXIMUM_ROUNDS INT_MAX
339    
340    
341  typedef struct ssh2_cipher {  typedef struct ssh2_cipher {
342          SSHCipher cipher;          SSHCipher cipher;

Legend:
Removed from v.5669  
changed lines
  Added in v.5765

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