OpenSSL 3.0.0 released
OpenSSL 3.0.0 released
Posted Sep 8, 2021 8:46 UTC (Wed) by NAR (subscriber, #1313)Parent article: OpenSSL 3.0.0 released
Other major new features
[...]
A proper HTTP(S) client
I understand that the openssl library needs an HTTP(S) client to check weather a certificate has been withdrawn. What I don't understand is that why do they carry their own implementation instead of using a library like libcurl. Do they want to avoid any external dependency? Or there isn't a HTTP client that works on all platforms that openssl supports? Or there's a chicken-and-egg problem, open source HTTP clients tend to depend on openssl?
