From 59cddca67d84d66f123e7aab00c098f5c3b7f990 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Thu, 5 May 2022 19:11:47 -0500 Subject: [PATCH] OpenSSL 3.x doesn't appear to work on Windows 7 Doesn't seem to work - Win7 is EOL and not really worth a lot of time debugging. Users should use v3.0.9 of EasyRSA which includes OpenSSL 1.1.1o which should work. Signed-off-by: Eric F Crist --- KNOWN_ISSUES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES index 0ccbb72..094db82 100644 --- a/KNOWN_ISSUES +++ b/KNOWN_ISSUES @@ -1,4 +1,6 @@ For a full list of issues, please visit the GitHub issue tracker at https://github.com/OpenVPN/easy-rsa/issues -* There are no major known issues at this time. +* OpenSSL 3.x does not appear to work on Windows 7. Please use EasyRSA v3.0.9 + if you intend on using Windows 7. Note that Windows 7 is no longer supported + by Microsoft.