pubky / pkarr

Public Key Addressable Resource Records (sovereign TLDs)
https://app.pkarr.org
MIT License
153 stars 17 forks source link

Remove openssl. #26

Closed dvc94ch closed 10 months ago

Nuhvi commented 10 months ago

@dvc94ch Thanks, would you mind explaining the context of where did you find out you need this? just want to learn the reasoning.

dvc94ch commented 10 months ago

It avoids linking to openssl and it lets you build for musl (make static builds).

dpc commented 10 months ago

FWIW. In Rust projects we (my own projects and projects I contribute to) tend to avoid openssl as well. It complicates cross-compilation by a lot, and generally openssl has a CVE and requires patching every few months.