From f436feb402e2bf9f791db9366fbfe6796bfddf9f Mon Sep 17 00:00:00 2001 From: wupg98 <106410199+wupg98@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:42:40 +0200 Subject: [PATCH] Update Change-requests.txt --- Change-requests.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Change-requests.txt b/Change-requests.txt index cb604a1f..347f8656 100644 --- a/Change-requests.txt +++ b/Change-requests.txt @@ -2,5 +2,11 @@ Suggestions: * Update openssl to atleast v3.0 https://en.wikipedia.org/wiki/OpenSSL#Major_version_releases +https://github.com/HelloZeroNet/ZeroNet/issues/1655 HelloZeroNet commented on Oct 2, 2018 +Yes, it's a known problem, there is only 32bit distribution of ZeroNet right now. (it works on both 32bit and 64bit windows) +You can fix it by replacing the dlls in src/lib/opensslVerify with https://indy.fulgan.com/SSL/openssl-1.0.2p-x64_86-win64.zip ones. +With moving to python3 it's also planned to remove the lib dir and use systems installed ones (with PIP) or the bundled ones in case of binary distributions, so we can have both 32bit and 64bit versions for windows. +[!!] + * implement Dockerfile fixes as requested from Theo13111: https://github.com/HelloZeroNet/ZeroNet/commit/1271af58eb5838adea51291374fb3751c9638c13