Closed stormshield-gt closed 5 months ago
I'm happy to accept a PR that:
I would such a PR to extend the CI test matrix + contain some documentation on the relevant features.
I've released pq-sys 0.6.0 which does not link OpenSSL statically by default.
Would you be open to not include systematically
openssl
when usingpq-src
?My use case is to use rustls-ssl with
libpq
, without needing to haveopenssl
as a dependency. @ctz has made a successful POC showing that this is possible recently.I don't know when this POC will be ready to use, maybe when
rustls-ssl
will be more stable, and I don't want to add any pressure to do so. I just want to see If you will be open to this, so we could maybe start preparing for it.Another use case is if the user wants to use the bundled
libpq
but still provide their ownopenssl
bin.