lsds / TaLoS

Efficient TLS termination inside Intel SGX enclaves for existing applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated function is not defined

dorflex150mg opened this issue · comments

When running Apache:

./install/bin/httpd -X

I cannot load the ssl module due to an X509 not being defined.

Cannot load modules/mod_ssl.so into server: <project_root>/TaLoS/src/httpd-2.4.23/install/modules/mod_ssl.so: undefined symbol: X509_get_notAfter

Hi

I am not able to reproduce this error. I guess it could happen if you compile the ssl module with the SSL headers of your system instead of with the ones of TaLoS. modules/ssl/modules.mk needs to contain this line: MOD_CFLAGS = -I${PROJECT_ROOT}/src/libressl-2.4.1/include