Hi,
Can anybody tell how can I translate Openssl Error code to error description.
I am calling ERR_peak_last_error(). The error code that I am receiving is b9000001.
Is this a valid error code. How can I verify it.
Thanks
Tanu
--0-49263361-1233235878=:93505
Content-Type: text/html; charset=us-ascii
<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>Can anybody tell how can I translate Openssl Error code to error description.<br>I am calling ERR_peak_last_error(). The error code that I am receiving is b9000001.<br>Is this a valid error code. How can I verify it.<br><br>Thanks<br>Tanu<br></td></tr></table><br>
--0-49263361-1233235878=:93505--
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openss...@openssl.org
Automated List Manager majo...@openssl.org
> Can anybody tell how can I translate Openssl Error code to error
description.
> I am calling ERR_peak_last_error(). The error code that I am receiving is
b9000001.
> Is this a valid error code. How can I verify it.
I assume that's a typo and you mean 'peek'.
That value is in the ERR_LIB_USER range, so it's up to your application.
If it has (set-up and) done the appropriate ERR_load_strings,
then ERR_error_string and friends should expand/explain it for you.