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 highlevel or whatsoever, but i start to understand now what steps are takenand required when building up a SSL connection, including thecertificate stuff. BearSSL fits perfectly to Zig as it has no builtin allocations and i canjust use Zigs allocator interface with BearSSL and i don't have to thinkabout when using malloc/free or my own allocators. Regardsxq