diff --git a/Changelog b/Changelog index 4af6d0e..9cea395 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,11 @@ Changelog ========= +Version: 2.1.4 +Date : 16/06/2024 +Author : rbsec +Changes: The following are a list of changes + > Display the full cert chain --show-certificates (credit fhtino) + Version: 2.1.3 Date : 21/01/2024 Author : rbsec diff --git a/README.md b/README.md index e93db57..a7e3d58 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Key changes are as follows: * Check for supported key exchange groups. * Check for supported server signature algorithms. * Display IANA/RFC cipher names `--iana-names` +* Display the full certifiate chain `--show-certificates` ### Building on Linux diff --git a/sslscan.1 b/sslscan.1 index 04b6974..cf12c1c 100644 --- a/sslscan.1 +++ b/sslscan.1 @@ -48,6 +48,10 @@ Default is to try IPv4, and if that fails then fall back to IPv6. .B \-\-show\-certificate Display certificate information. .TP +.B \-\-show\-certificates +Display the full certificate chain. +.TP +.B \-\-no\-check\-certificate .B \-\-no\-check\-certificate Don't flag certificates signed with weak algorithms (MD5 and SHA-1) or short (<2048 bit) RSA keys .TP