Hacker News new | ask | show | jobs
by duskwuff 3373 days ago
> Given all the problems with OpenSSL, I really wished they used something like BoringSSL.

For basic crypto algorithms, there's little to no difference. Most of the changes in BoringSSL are in higher-level code, like TLS and certificate management.