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 6985 by doda, Sat Nov 25 15:26:45 2017 UTC revision 6990 by maya, Tue Nov 28 14:38:47 2017 UTC
# Line 416  static ssh2_cipher_t ssh2_ciphers[] = { Line 416  static ssh2_cipher_t ssh2_ciphers[] = {
416          {SSH2_CIPHER_CAMELLIA192_CTR, "camellia192-ctr@openssh.org", 16, 24, 0,  0,  0, evp_camellia_128_ctr},          {SSH2_CIPHER_CAMELLIA192_CTR, "camellia192-ctr@openssh.org", 16, 24, 0,  0,  0, evp_camellia_128_ctr},
417          {SSH2_CIPHER_CAMELLIA256_CTR, "camellia256-ctr@openssh.org", 16, 32, 0,  0,  0, evp_camellia_128_ctr},          {SSH2_CIPHER_CAMELLIA256_CTR, "camellia256-ctr@openssh.org", 16, 32, 0,  0,  0, evp_camellia_128_ctr},
418  #endif // WITH_CAMELLIA_PRIVATE  #endif // WITH_CAMELLIA_PRIVATE
419          {SSH2_CIPHER_AES128_GCM,      "aes128-gcm@openssh.com",      16, 16, 0, 12, 16, EVP_aes_128_gcm},          {SSH2_CIPHER_AES128_GCM,      "aes128-gcm@openssh.com",      16, 16, 0, 12, 16, EVP_aes_128_gcm}, // not RFC5647, PROTOCOL of OpenSSH
420          {SSH2_CIPHER_AES256_GCM,      "aes256-gcm@openssh.com",      16, 32, 0, 12, 16, EVP_aes_256_gcm},          {SSH2_CIPHER_AES256_GCM,      "aes256-gcm@openssh.com",      16, 32, 0, 12, 16, EVP_aes_256_gcm}, // not RFC5647, PROTOCOL of OpenSSH
421          {SSH_CIPHER_NONE,             NULL,               0,  0,    0, 0, 0, NULL},          {SSH_CIPHER_NONE,             NULL,               0,  0,    0, 0, 0, NULL},
422  };  };
423    

Legend:
Removed from v.6985  
changed lines
  Added in v.6990

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