From 14af53cf04c644c8f393cdd38f7e34aa342eab9f Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Thu, 19 Sep 2019 20:10:37 -0400 Subject: [PATCH] Updated ChangeLog for v2.1.0. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 893cf85..656eb56 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ usage: ssh-audit.py [-1246pbnvlt] ## ChangeLog ### v2.1.0 (???) - - Added 1 new key exchange: `diffie-hellman-group15-sha256`. + - Fixed crash while scanning Solaris Sun_SSH. + - Added 2 new key exchanges: `gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==`, `diffie-hellman-group15-sha256`. ### v2.0.0 (2019-08-29) - Forked from https://github.com/arthepsy/ssh-audit (development was stalled, and developer went MIA).