CESNET / gridsite

Grid Security for the Web.
Other
7 stars 6 forks source link

FTBFS with openssl 1.1.0 #30

Open ellert opened 8 years ago

ellert commented 8 years ago

gridsite does not compile with openssl 1.1.0, as reported to Debian BTS:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828330

valtri commented 7 years ago

openssl 1.1 code is ready, but not tested yet (requires mod_ssl with openssl 1.1). Major version has been bumped to 3.x, available at master branch.

ellert commented 7 years ago

The httpd package (i.e. apache) in Fedora rawhide is now built with OpenSSL 1.1, so maybe it is time to update gridsite in Fedora rawhide.

http://pkgs.fedoraproject.org/cgit/rpms/httpd.git

valtri commented 7 years ago

Unfortunately there are still issues - crashing in GRST_callback_SSLVerify_wrapper() function. :-(

Daniel says it is about SSL callbacks. I guess the problem may be also in canl-c? (although canl-c examples themselves works fine).