Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #141: disks spinning backwards - toggle the hemisphere jumper.


comp / comp.unix.bsd.freebsd.misc / big thanks to

SubjectAuthor
* big thanks toWolfgang Agnes
+* Re: big thanks toLawrence D'Oliveiro
|`- Re: big thanks toWolfgang Agnes
`- Re: big thanks toBob Eager

1
Subject: big thanks to
From: Wolfgang Agnes
Newsgroups: comp.unix.programmer, comp.misc, comp.unix.bsd.freebsd.misc
Followup: comp.unix.bsd.freebsd.misc
Organization: A noiseless patient Spider
Date: Fri, 8 Nov 2024 14:18 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wagnes@jemoni.to (Wolfgang Agnes)
Newsgroups: comp.unix.programmer,comp.misc,comp.unix.bsd.freebsd.misc
Subject: big thanks to
Followup-To: comp.unix.bsd.freebsd.misc
Date: Fri, 08 Nov 2024 11:18:52 -0300
Organization: A noiseless patient Spider
Lines: 37
Message-ID: <87a5e93j1v.fsf@jemoni.to>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 08 Nov 2024 15:18:53 +0100 (CET)
Injection-Info: dont-email.me; posting-host="0ce90ff5ab76d8fd78c052ae41c9ffd2";
logging-data="3399516"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19i1etQw4FKNX8/oo7tm9CdbkIFhCHx2W0="
Cancel-Lock: sha1:1OqiJy3ghTr4XklLCSw93oCLhtk=
sha1:XZGK8D6QpxfhpuROUFAFtIkK8FI=
View all headers

I wanted to send a

BIG THANKS

to

Jan Mojžíš

for having written

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).

And another thank-you for the fact that tlswrapper can read a single
file including the full chain of certificates and the private key of the
server.

(*) FreeBSD

I could not find a precompiled package of tlswrapper in FreeBSD's pkg
collection. Perhaps I should make that contribution.

(*) The ucspi-ssl package

There's sslserver from the ucspi-ssl package at

https://www.fehcom.de/ipnet/ucspi-ssl.html

but it hasn't been easy to compile it.

(*) inetd and xinetd

I did look at the current state of affairs of inetd and xinetd and it
looks like they ignore TLS completely. Perhaps they shouldn't?

Subject: Re: big thanks to
From: Lawrence D'Oliv
Newsgroups: comp.unix.programmer, comp.misc, comp.unix.bsd.freebsd.misc
Organization: A noiseless patient Spider
Date: Fri, 8 Nov 2024 21:16 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.unix.programmer,comp.misc,comp.unix.bsd.freebsd.misc
Subject: Re: big thanks to
Date: Fri, 8 Nov 2024 21:16:42 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <vglv3q$3bsio$4@dont-email.me>
References: <87a5e93j1v.fsf@jemoni.to>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 08 Nov 2024 22:16:43 +0100 (CET)
Injection-Info: dont-email.me; posting-host="8804b559eebfef5f2e93c08a58445e57";
logging-data="3535448"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/YOrFQnn15v6UNvOzfz4cP"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:NbBcXq7GTPRoIXlYbGiMvVuLlNw=
View all headers

On Fri, 08 Nov 2024 11:18:52 -0300, Wolfgang Agnes wrote:

> (*) inetd and xinetd
>
> I did look at the current state of affairs of inetd and xinetd and it
> looks like they ignore TLS completely. Perhaps they shouldn't?

If you look at the tlswrapper docs, you’ll see that it can be invoked via
inetd (or systemd), and it in turn wraps the actual service process.

Subject: Re: big thanks to
From: Wolfgang Agnes
Newsgroups: comp.unix.programmer, comp.misc, comp.unix.bsd.freebsd.misc
Followup: comp.misc
Organization: A noiseless patient Spider
Date: Fri, 8 Nov 2024 23:45 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wagnes@jemoni.to (Wolfgang Agnes)
Newsgroups: comp.unix.programmer,comp.misc,comp.unix.bsd.freebsd.misc
Subject: Re: big thanks to
Followup-To: comp.misc
Date: Fri, 08 Nov 2024 20:45:51 -0300
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <87cyj5xpao.fsf@jemoni.to>
References: <87a5e93j1v.fsf@jemoni.to> <vglv3q$3bsio$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 09 Nov 2024 00:46:03 +0100 (CET)
Injection-Info: dont-email.me; posting-host="1bf8505bfe380987e2cf5b5206c6b9a3";
logging-data="3591036"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ycPedVaQWyj1xIhhuFviDyY90goyGYNM="
Cancel-Lock: sha1:3YOd9xLSOKmMnCWMI4qM3S54/X4=
sha1:GsT08Vn28RZ2mXrXJhOxczuc/nc=
View all headers

Lawrence D'Oliveiro <ldo@nz.invalid> writes:

D> On Fri, 08 Nov 2024 11:18:52 -0300, Wolfgang Agnes wrote:
>
>> (*) inetd and xinetd
>>
>> I did look at the current state of affairs of inetd and xinetd and it
>> looks like they ignore TLS completely. Perhaps they shouldn't?
>
> If you look at the tlswrapper docs, you’ll see that it can be invoked via
> inetd (or systemd), and it in turn wraps the actual service process.

That makes sense.

Subject: Re: big thanks to
From: Bob Eager
Newsgroups: comp.unix.bsd.freebsd.misc
Date: Sat, 9 Nov 2024 00:17 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: news0009@eager.cx (Bob Eager)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: big thanks to
Date: 9 Nov 2024 00:17:45 GMT
Lines: 50
Message-ID: <lp7o19F8f5U3@mid.individual.net>
References: <87a5e93j1v.fsf@jemoni.to>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net IG0x37sN1iohBUEoQwv2/wLgT9tvcmwjHO5PCP5OZ8DyYrdgez
Cancel-Lock: sha1:22IAWd8G5SCZ9ivvahxYw4IWawA= sha256:16ug7qAkIiBZDNb4AtkLfoov4F1QOdm8V3pJTasHsfg=
User-Agent: Pan/0.145 (Duplicitous mercenary valetism; d7e168a
git.gnome.org/pan2)
View all headers

On Fri, 08 Nov 2024 11:18:52 -0300, Wolfgang Agnes wrote:

> I wanted to send a
>
> BIG THANKS
>
> to
>
> Jan Mojžíš
>
> for having written
>
> 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).
>
> And another thank-you for the fact that tlswrapper can read a single
> file including the full chain of certificates and the private key of the
> server.
>
> (*) FreeBSD
>
> I could not find a precompiled package of tlswrapper in FreeBSD's pkg
> collection. Perhaps I should make that contribution.
>
> (*) The ucspi-ssl package
>
> There's sslserver from the ucspi-ssl package at
>
> https://www.fehcom.de/ipnet/ucspi-ssl.html
>
> but it hasn't been easy to compile it.
>
> (*) inetd and xinetd
>
> I did look at the current state of affairs of inetd and xinetd and it
> looks like they ignore TLS completely. Perhaps they shouldn't?

I've been using hitch (in ports)

--
Using UNIX since v6 (1975)...

Use the BIG mirror service in the UK:
http://www.mirrorservice.org

1

rocksolid light 0.9.8
clearnet tor