💾 Archived View for bbs.geminispace.org › u › xavi › 6109 captured on 2023-11-14 at 09:23:32. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
Re: "I've been working on a fun new project of bringing some..."
This might be a crazy idea, but mbedtls (https://github.com/ARMmbed/mbedtls) might be a good suggestion for a portable (ANSI C) TLS library, even for Windows. It also got TLS 1.3 support recently.
Oct 10 · 5 weeks ago
I've been working on a fun new project of bringing some smallnet protocols like Misfin, Gemini, nex, and Gopher to Windows XP, and I was able to successfully send a misfin mail to my server on Windows XP (using TLS 1.2)!!!! Unfortunately, I want my server to be TLS 1.3 only becasue misfin pretty much requires the use of client certs., so I will need to get 1.3 supported in the Windows XP client. I am using Golang 1.10 on Windows XP, which doesn't support TLS 1.3, so I might look into either...