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 3045 by maya, Thu Oct 18 03:49:39 2007 UTC revision 3047 by maya, Thu Oct 18 07:57:33 2007 UTC
# Line 278  static ssh2_cipher_t ssh2_ciphers[] = { Line 278  static ssh2_cipher_t ssh2_ciphers[] = {
278          {SSH2_CIPHER_AES128,   "aes128-cbc",   16, 16, EVP_aes_128_cbc},          {SSH2_CIPHER_AES128,   "aes128-cbc",   16, 16, EVP_aes_128_cbc},
279          {SSH2_CIPHER_AES192,   "aes192-cbc",   16, 24, EVP_aes_192_cbc},          {SSH2_CIPHER_AES192,   "aes192-cbc",   16, 24, EVP_aes_192_cbc},
280          {SSH2_CIPHER_AES256,   "aes256-cbc",   16, 32, EVP_aes_256_cbc},          {SSH2_CIPHER_AES256,   "aes256-cbc",   16, 32, EVP_aes_256_cbc},
281          {SSH2_CIPHER_BLOWFISH, "blowfish-cbc",  8, 32, EVP_bf_cbc},          {SSH2_CIPHER_BLOWFISH, "blowfish-cbc",  8, 16, EVP_bf_cbc},
282          {SSH_CIPHER_NONE, NULL, 0, 0, NULL},          {SSH_CIPHER_NONE, NULL, 0, 0, NULL},
283  };  };
284    

Legend:
Removed from v.3045  
changed lines
  Added in v.3047

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