richard-powers

Results 3 issues of richard-powers

### Zig Version 0.11.0 ### Steps to Reproduce and Observed Behavior I found this issue when trying to connect to a postgres database which requires ssl. In [std.crypto.tls.Client](https://github.com/ziglang/zig/blob/0.11.x/lib/std/crypto/tls/Client.zig#L480) there is...

enhancement

(Originally discussed in https://github.com/zigzap/zap/issues/64) I've reproduced this on our live VPS: Ubuntu 22.04.4 LTS, openssl version 3.0.10, as well as my local machine: Arch Linux with openssl version 3.3.0 (both...

Using facil.io 0.7.6 examples, I am able to compile a binary, but TLS doesn't seem to be working. I get the following message during `make`: `Detected the OpenSSL library, setting...