Skip to content

Commit

Permalink
Explicitly state in docs that :rc4, :anon and :3des are insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kamotho committed Sep 23, 2023
1 parent d4b3489 commit 1307891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ request-tunnel (&key certificate private-key ca-certificates
:rsa-auth (RSA authentication)
:dh (static dh) :dhe (ephemeral dh)
:dsa :anon (no authentication-vulnerable to MITM attacks!)
:rc4 (broken and prohibited) :3des
:rc4 (broken and prohibited) :3des (broken and prohibited)
:aes128 :aes256 :cbc (cipher block chaining mode)
:md5 :sha1 :sha256
:exclude-ciphers A list of symbols of cipher suites to exclude
from the default cipher list.
:anon and :rc4 are already excluded by default
:anon, :rc4 and :3des should be excluded by default
:peer-dns-name DNS-name of the peer. This is checked against
the dns-name values in the subject alternative name extension
Expand Down

0 comments on commit 1307891

Please sign in to comment.