Hello. I asked this in the native channel but wanted to try here as well.
I’m working on a K/N Postgres driver and need an SSL library for encrypted connections. The connections are over a TCP socket (for which I’m using ktor-network), so I’m not looking for an HTTPS abstraction.
Does anyone have any pointers on where I can find a K/N SSL implementation? Or a K/N-compatible implementation?