Skip to content

libfetch: use libtls instead of openssl API

Ariadne Conill requested to merge ariadne/apk-tools:libtls into master

Use libtls for managing TLS connections instead of the OpenSSL API directly. This allows for apk to be built against an alternative to OpenSSL in the future for TLS connections.

Merge request reports