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 81987cd0223f3cd3d5047463499c8d51e20b5369
parent f82e4fe967cc12631f56e40844ff331e8cb8b9b0
Author: Joris Vink <joris@coders.se>
Date:   Wed, 28 Dec 2022 15:51:14 +0100

openssl 3 works for now.

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

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