[externals, core] launch mbedtls into geostationary orbit #3137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue
mbedtls is slow, causes us more problems than it solves, and we... basically already require OpenSSL. So why not just use OpenSSL? With my CIs the packaging situation is basically perfect, so it's not like "oh some systems might not have an openssl available"... if it doesn't, just add a VM to crueter-ci/OpenSSL.
Just for anyone wondering:
In theory, mbedtls is faster.
In practice its compiled like garbage and OpenSSL does better than it anyways (with LTO + AES)