aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-04-17 10:41:21 +0200
committerHans Nilsson <[email protected]>2019-04-17 16:36:28 +0200
commitc44c385cb59d4ab5e894f1482adb5b70c8f9d6d1 (patch)
tree7d2c53ecbf981308dc544b39153ac8c3abb835d6 /lib/ssh/src/ssh.hrl
parent2587405769912b165b4c97d827411db09d7a7882 (diff)
downloadotp-c44c385cb59d4ab5e894f1482adb5b70c8f9d6d1.tar.gz
otp-c44c385cb59d4ab5e894f1482adb5b70c8f9d6d1.tar.bz2
otp-c44c385cb59d4ab5e894f1482adb5b70c8f9d6d1.zip
ssh: Use correct names of ciphers
aes_cbc -> aes_128_cbc aes_gcm -> aes_128_gcm, aes_256_gcm
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r--lib/ssh/src/ssh.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index 923e9309f4..04453e6ef0 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -396,11 +396,13 @@
recv_mac_size = 0,
encrypt = none, %% encrypt algorithm
+ encrypt_cipher, %% cipher. could be different from the algorithm
encrypt_keys, %% encrypt keys
encrypt_block_size = 8,
encrypt_ctx,
decrypt = none, %% decrypt algorithm
+ decrypt_cipher, %% cipher. could be different from the algorithm
decrypt_keys, %% decrypt keys
decrypt_block_size = 8,
decrypt_ctx, %% Decryption context