Nice project!

Felix Queißner felix at masterq32.de
Fri May 15 00:25:01 BST 2020


Hey

>   I use LibreSSL, which includes a library called libtls, which makes it
> *very* easy to use TLS, especially for clients.  I have some examples of
> its use here:
> 
> 	https://github.com/spc476/libtls-examples

Thanks for sharing the code!

I've integreated BearSSL now and i really like it. It's not really high
level or whatsoever, but i start to understand now what steps are taken
and required when building up a SSL connection, including the
certificate stuff.

BearSSL fits perfectly to Zig as it has no builtin allocations and i can
just use Zigs allocator interface with BearSSL and i don't have to think
about when using malloc/free or my own allocators.

Regards
xq


More information about the Gemini mailing list