I am not sure if I understand this correctly.
I would like to be fixed, if possible.
I stumbled into this problem which returns error:

#0  EVP_DecodeFinal (ctx=0xefbfcb4c, out=0x114400 "\022\t\f",
outl=0xefbfca44)   at openssl/crypto/evp/encode.c:395
#1  0x7bcad in PEM_read_bio (bp=0x117300, name=0xefbfcbe8,
header=0xefbfcbec,
    data=0xefbfcbf0, len=0xefbfcbf4)
    at openssl/crypto/pem/pem_lib.c:774
#2  0x7a8ab in PEM_ASN1_read_bio (d2i=0x6eb40 <d2i_PrivateKey>,
    name=0x5fb34 "ANY PRIVATE KEY", bp=0x117300, x=0x0, cb=0, u=0x1106)
    at openssl/crypto/pem/pem_lib.c:238
#3  0x7c306 in PEM_ASN1_read (d2i=0x6eb40 <d2i_PrivateKey>,
    name=0x5fb34 "ANY PRIVATE KEY", fp=0x105a04, x=0x0, cb=0, u=0x1106)
    at openssl/crypto/pem/pem_lib.c:180
#4  0x604b2 in PEM_read_PrivateKey (fp=0x105a04, x=0x0, cb=0, u=0x1106)
    at openssl/crypto/pem/pem_all.c:200

Any suggestions ?

Thank you.


On Wed, 31 Jan 2001, Richard Levitte - VMS Whacker wrote:

> From: "Sunil K. Vallamkonda" <[EMAIL PROTECTED]>
> 
> sunil> In file: rand_lib.c: 
> sunil> routine: RAND_status()
> sunil> 
> sunil>            if (rand_meth != NULL)
> sunil>                 return rand_meth->status();
> sunil>              return 0;
> sunil> 
> sunil> returns a non-zero value (if condition).
> sunil> when does this happen ?
> sunil> 
> sunil> Any suggestions for fix ?
> 
> 0 = not properly initialised.
> !0 = properly initialised.
> 
> Are you sure you want that fixed?  :-)
> 
> -- 
> Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
> Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
> Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
> Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
> Member of the OpenSSL development team: http://www.openssl.org/
> Software Engineer, Celo Communications: http://www.celocom.com/
> 
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
> 


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to