New comment by concatime on void-packages repository https://github.com/void-linux/void-packages/issues/20935#issuecomment-672077539 Comment: I would recommend: 1. changing xbps to bearssl. It has really straight API. One downside is that it does not support TLS 1.3 [yet](//bearssl.org/tls13.html). It’s really easy to build/bootstrap, no perl nor cmake, just pure make. 2. replace LibreSSL by OpenSSL 1.1 3. drop all packages that require OpenSSL 1.0 LibreSSL is intended to be used in OpenBSD. I don’t even know if LibreSSL follows OpenSSL 1.0 or 1.1 API. I had a bug with OCSP in Nginx and it took them 8 months to fix it. See https://github.com/libressl-portable/portable/issues/532. LibreSSL is not a bad project at all, it’s just that it’s meant for OpenBSD.