In message <[EMAIL PROTECTED]> on Sat, 26 Feb 2005 13:12:09 -0800, Aaron
Voisine <[EMAIL PROTECTED]> said:
voisine> Where can I find a description of the various error numbers? Here's
voisine> what I'm getting in my apache logs:
voisine>
voisine> OpenSSL: error:14094418:lib(20):func(148):reason(
Where can I find a description of the various error numbers? Here's
what I'm getting in my apache logs:
OpenSSL: error:14094418:lib(20):func(148):reason(1048)
l8r
Aaron
--
There's no trick to being a humorist when you have the whole
government working for you -- Will Rodgers
___
Hi.
I'm trying to add support for dynamic crl handling to my
application.
The approach I was thinking to use is this:
ssl_verify_callback(...)
{
if preverify_ok is 0
return 0;
extract CRL distrib point from certificate;
connect to it and download CRL fil