Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Openssl Error Code Translation

78 views
Skip to first unread message

tanu dutt

unread,
Jan 29, 2009, 8:34:41 AM1/29/09
to
--0-49263361-1233235878=:93505
Content-Type: text/plain; charset=us-ascii

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

Dave Thompson

unread,
Jan 29, 2009, 10:19:51 PM1/29/09
to
> From: owner-ope...@openssl.org On Behalf Of tanu dutt
> Sent: Thursday, 29 January, 2009 08:31

> 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.

0 new messages