Displaying 2 results from an estimated 2 matches for "ssl_engine_init".
2009 Nov 04
2
Certificates Revocation Lists and Apache...
...sl/crl.pem -crldays 365
Using configuration from openssl.conf
Enter pass phrase for /root/Certifs/cassl/private/cassl.key:
$ # cat cassl/crl.pem
-----BEGIN X509 CRL-----
MIIB...
...
...v40=
-----END X509 CRL-----
In apache logs, when the CRL file is activated in the conf:
[debug] ssl_engine_init.c(538): Configuring client authentication
[debug] ssl_engine_init.c(1113): CA certificate: /C=AA/ST=BB/L=CC/O=DD/CN=myhost.mydomain
[debug] ssl_engine_init.c(601): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW]
[debug] ssl_engine_init.c(626): Configurin...
2006 Oct 25
1
Compling Apache 1.3.37 w/mod_ssl on x86_64 fails
...r/local/openssl/lib ./configure --with-layout=Apache
--prefix=/usr/local/apache --enable-module=most --enable-shared=max
--enable-module=ssl
make dies here:
gcc -L/usr/local/openssl/lib -shared -o libssl.so mod_ssl.lo
ssl_engine_config.lo ssl_engine_compat.lo ssl_engine_ds.lo
ssl_engine_dh.lo ssl_engine_init.lo ssl_engine_kernel.lo
ssl_engine_rand.lo ssl_engine_io.lo ssl_engine_log.lo
ssl_engine_mutex.lo ssl_engine_pphrase.lo ssl_engine_vars.lo
ssl_engine_ext.lo ssl_scache.lo ssl_scache_dbm.lo ssl_scache_shmht.lo
ssl_scache_shmcb.lo ssl_expr.lo ssl_expr_scan.lo ssl_expr_parse.lo
ssl_expr_eval.lo s...