From 7a06b872f9342e4ba8d78270297f27bc7fe32880 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Thu, 22 Aug 2019 15:54:14 -0400 Subject: [PATCH] Fixed automatic links in changelog. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b7e471..7495ad0 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ usage: ssh-audit.py [-1246pbnvlt] - Added RSA certificate key length test. - Added Diffie-Hellman modulus size test. - Now outputs host key fingerprints for RSA and ED25519. - - Added 2 new key exchanges: sntrup4591761x25519-sha512@tinyssh.org, diffie-hellman-group-exchange-sha256@ssh.com. - - Added 3 new encryption algorithms: des-cbc-ssh1, blowfish-ctr, twofish-ctr. - - Added 8 new MACs: hmac-sha2-56, hmac-sha2-224, hmac-sha2-384, hmac-sha3-256, hmac-sha3-384, hmac-sha3-512, hmac-sha256, hmac-sha256@ssh.com. + - Added 2 new key exchanges: `sntrup4591761x25519-sha512@tinyssh.org`, `diffie-hellman-group-exchange-sha256@ssh.com`. + - Added 3 new encryption algorithms: `des-cbc-ssh1`, `blowfish-ctr`, `twofish-ctr`. + - Added 8 new MACs: `hmac-sha2-56`, `hmac-sha2-224`, `hmac-sha2-384`, `hmac-sha3-256`, `hmac-sha3-384`, `hmac-sha3-512`, `hmac-sha256`, `hmac-sha256@ssh.com`. - Added command line argument (-t / --timeout) for connection & reading timeouts. - Updated CVEs for libssh & Dropbear.