From 2b14455c55ae8062fb8fe2d3169abe30d86166c9 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 11 Oct 2015 23:41:05 +0200 Subject: [PATCH] client auth added --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index e130a75..efe6bca 100644 --- a/Readme.md +++ b/Readme.md @@ -17,6 +17,7 @@ Done so far: * Trust chain check against certificate stores from java, linux (system), microsoft, mozilla (works for openssl >=1.0.2) * IPv6 (status: 80% working, details see https://github.com/drwetter/testssl.sh/issues/11 +* works on servers requiring a client certificate for authentication * Even more compatibilty improvements for FreeBSD and RH-ish systems Contributions, feedback, also bug reports are welcome! For contributions please note: One patch per feature -- bug fix/improvement. Please test your changes thouroughly as reliability is important for this project.