kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 0337af20670ae1001bf0d0945c8df9d4127487b7
parent 06803e25925486ecef35bab09d091d68b38b2720
Author: Joris Vink <joris@coders.se>
Date:   Mon,  6 Dec 2021 21:27:11 +0100

note on openssl 3

Diffstat:
README.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -56,6 +56,7 @@ Clone this repository or get the latest release at [https://kore.io/releases/4.1 Requirements * openssl 1.1.1 or libressl 3.x +(note: openssl 3.0.0 is currently *not* supported) Requirement for asynchronous curl (optional) * libcurl (7.64.0 or higher)