看板 DFBSD_bugs 關於我們 聯絡資訊
Jan Lentfer schrieb: > I used to run apache22 on 2 different systems with "SSLCryptoDevice > padlock" and DF. After upgrading to latest master (with new openssl) > this directive in /usr/pkg/etc/httpd/httpd-ssl.conf causes an error and > prevents apache from starting. > > Syntax error on line 39 of /usr/pkg/etc/httpd/httpd-ssl.conf: > SSLCryptoDevice: Invalid argument; must be one of: 'builtin' (none), > 'dynamic' (Dynamic engine loading support) > > Recompilation of apache22 DOES NOT fix the problem. Actually, it seems padlock is not recognized by openssl anymore :-( epia# openssl engine (dynamic) Dynamic engine loading support padlock used to be listed here. Or is the a change in openssl handling of crypto engines? Jan