I can't acccess SSL_CIPHER_USEKEYSIZE from Mod_perl 2 or at least I can't figure out how to do it.
I have tried:
$r->subprocess_env();
$r->print($r->subprocess_env('SSL_CIPHER_USEKEYSIZE'));
Allen Morris
I can't acccess SSL_CIPHER_USEKEYSIZE from Mod_perl 2 or at least I can't figure out how to do it.
I have tried:
$r->subprocess_env();
$r->print($r->subprocess_env('SSL_CIPHER_USEKEYSIZE'));
Allen Morris