vn971 / rua

Build tool for Arch Linux providing control, review and jailed build options
GNU General Public License v3.0
425 stars 41 forks source link

Adds the `native-tls` feature #193

Closed xaocon closed 1 year ago

xaocon commented 2 years ago

Allows a user to build with TLS supported by the native platform. Especially useful when you need to use your own CA cert.

vn971 commented 1 year ago

Hi, thanks for the MR! Was super-loaded with work for a while, only found some time to review now sorry.

Unrelated, with support for native TLS now merged, I'll still default to rustls for now. While not as flexible and a debatable decision regardless, rustls is also not vulnerable to e.g. the openssl CVE from November this year. Just sharing some parallel thoughts here

Thanks again!