Skip to content

Commit 9c77aa6

Browse files
bk2204bagder
authored andcommitted
front: Update list of supported ciphers and MACs.
Closes #3
1 parent d477759 commit 9c77aa6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: index.t

+5-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ SUBTITLE(Capabilities and Features)
1919
<li> <b>Key Exchange Methods</b>: diffie-hellman-group1-sha1,
2020
diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha1
2121
<li> <b>Hostkey Types</b>: ssh-rsa, ssh-dss
22-
<li> <b>Ciphers</b>: aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc,
23-
aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, none
22+
<li> <b>Ciphers</b>: aes256-ctr, aes192-ctr, aes128-ctr,
23+
aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc,
24+
aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, arcfour128, none
2425
<li> <b>Compression Schemes</b>: zlib, zlib@openssh.com, none
25-
<li> <b>MAC hashes</b>: hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96,
26+
<li> <b>MAC hashes</b>: hmac-sha2-256, hmac-sha2-512,
27+
hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96,
2628
hmac-ripemd160 (hmac-ripemd160@openssh.com), none
2729
<li> <b>Authentication</b>: none, password, public-key, hostbased,
2830
keyboard-interactive

0 commit comments

Comments
 (0)