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 3040 by maya, Wed Oct 17 04:06:57 2007 UTC revision 3044 by maya, Wed Oct 17 16:40:07 2007 UTC
# Line 279  typedef struct ssh2_cipher { Line 279  typedef struct ssh2_cipher {
279  static ssh2_cipher_t ssh2_ciphers[] = {  static ssh2_cipher_t ssh2_ciphers[] = {
280          {SSH_CIPHER_3DES_CBC, "3des-cbc",      8, 24, EVP_des_ede3_cbc},          {SSH_CIPHER_3DES_CBC, "3des-cbc",      8, 24, EVP_des_ede3_cbc},
281          {SSH_CIPHER_AES128,   "aes128-cbc",   16, 16, EVP_aes_128_cbc},          {SSH_CIPHER_AES128,   "aes128-cbc",   16, 16, EVP_aes_128_cbc},
282          {SSH_CIPHER_AES256,   "aes192-cbc",   16, 24, EVP_aes_192_cbc},          {SSH_CIPHER_AES192,   "aes192-cbc",   16, 24, EVP_aes_192_cbc},
283          {SSH_CIPHER_AES256,   "aes256-cbc",   16, 32, EVP_aes_256_cbc},          {SSH_CIPHER_AES256,   "aes256-cbc",   16, 32, EVP_aes_256_cbc},
284  #ifdef SSH2_BLOWFISH  #ifdef SSH2_BLOWFISH
285          {SSH_CIPHER_BLOWFISH, "blowfish-cbc",  8, 32, EVP_enc_null}, // func は使用されない          {SSH_CIPHER_BLOWFISH, "blowfish-cbc",  8, 32, EVP_enc_null}, // func は使用されない

Legend:
Removed from v.3040  
changed lines
  Added in v.3044

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