libtls for TLS in newLISP

Q&A's, tips, howto's
Locked
Kirill
Posts: 90
Joined: Wed Oct 31, 2007 1:21 pm

libtls for TLS in newLISP

Post by Kirill »

Hi, all

HTTPS (and other TLS variants) is becoming more and more common. I'm seeing this as a certain pain for myself on client side (as server side is more easily solvable) (not a huge pain, I can easily use other tool in that case, but newLISP would be nice).

The LibreSSL projects provides a library called libtls, which seem to have a very clean interface for adding TLS support both for clients and servers: https://man.openbsd.org/tls_init.3 So I am wondering if this could be a relatively simple way to let newLISP talk TLS? The interface looks clean enough, at least.

Happy Easter!

Kirill

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Re: libtls for TLS in newLISP

Post by rickyboy »

Kirill wrote:Happy Easter!
With a name like Kirill, surely you know that Easter (Pascha) is really next week. ;) Христос воскресе!
(λx. x x) (λx. x x)

Kirill
Posts: 90
Joined: Wed Oct 31, 2007 1:21 pm

Re: libtls for TLS in newLISP

Post by Kirill »

rickyboy wrote:
Kirill wrote:Happy Easter!
With a name like Kirill, surely you know that Easter (Pascha) is really next week. ;) Христос воскресе!
Indeed - I'll be celebrating a week later :)

vetelko
Posts: 23
Joined: Thu Oct 13, 2016 4:47 pm

Re: libtls for TLS in newLISP

Post by vetelko »

Joining this thread to support Kirill's prayers :) https et al. is everywhere now.
newLISP v.10.7.6 64-bit on BSD IPv4/6 UTF-8 libffi

Locked