lammertb / libhttp

Multi platform HTTP and HTTPS library
MIT License
958 stars 131 forks source link

Switch OpenSSL support to OpenSSL v1.1 #75

Open georg-emg opened 2 years ago

georg-emg commented 2 years ago

OpenSSL 0.9.8 is no longer supported, and should not be used because of severe security vulnerabilities. This merge request updates OpenSSL support to OpenSSL 1.1.

lammertb commented 2 years ago

Thanks for your pull request.

I will set up a test environment to test the functionality and merge the new code when it functions correctly.