Sujet : Re: big thanks to
De : wagnes (at) *nospam* jemoni.to (Wolfgang Agnes)
Groupes : comp.unix.programmerDate : 11. Nov 2024, 23:07:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87v7wtpgp4.fsf@jemoni.to>
References : 1 2
Alexis <
flexibeast@gmail.com> writes:
Wolfgang Agnes <wagnes@jemoni.to> writes:
>
https://github.com/janmojzis/tlswrapper
>
which is a TLS wrapper written in the UNIX way. I've been looking for a
program like that for a little while to be able to continue to use
Daniel J. Bernstein's tcpserver (wrapped in TLS).
>
You might be interested in reading about Laurent Bercot's s6-networking
suite, if you're not already aware of it:
>
https://skarnet.org/software/s6-networking/
>
For example, s6-tlsserver:
>
https://skarnet.org/software/s6-networking/s6-tlsserver.html
>
s6-tlsserver is an UCSPI server tool for TLS/SSL connections over INET
domain sockets. It acts as a TCP super-server that listens to
connections, accepts them, and for each connection, establishes a TLS
transport over it, then executes into a program.
Awesome! (Should've asked here many years ago!) Thanks for posting.