cherokee / webserver

Cherokee Web Server
GNU General Public License v2.0
568 stars 104 forks source link

openssl 1.1 #1195

Closed skinkie closed 7 years ago

skinkie commented 7 years ago

Cherokee doesn't have support for OpenSSL 1.1 which leads to the situation where you can't compile Cherokee. I have already make some fixes, currently testing the results.

skinkie commented 7 years ago

Reviews appreciated https://github.com/cherokee/webserver/tree/openssl-1.1

danielsilverstone-ct commented 7 years ago

A brief scan through the change looks reasonable. I've not done a 1.0-1.1 refactor before though; so I don't know what else to look for :(

severach commented 7 years ago

How do we get it to compile under openssl 1.0 with 1.1 present until 1.1 support is complete? I tried CPPFLAGS="$CPPFLAGS -I/usr/include/openssl-1.0 and -with-libssl=/usr/lib/openssl-1.0.

skinkie commented 7 years ago

openssl 1.1 support is in now, so you can use it.