Re: OpenSSL crashes in verify with this specific file.

2007-02-11 Thread Steffen Lips
Hi Kyle, I am using version 0.9.8c. I know that the verifying is ok when using -inform DER, because the format is DER. But when using -inform SMIME, OpenSSL normally exits normally with some error messages. But with this file openssl crashes. This happens in PKCS7_read_SMIME(). I would expec

problem of OpenSSL on MIPS R3000(supply some notes)

2007-02-11 Thread 杨成
Hi, everyone, An urgent problem: I just cross compile the OpenSSL 0.9.7 under linux by mipsel-linux-gcc for MIPS R3000, no error occur during the compiling process. But, when I put the result lib to the hard platform, the openssl routines can not be carried out and “segment fault” occurs. Why? Doe

Re: Re: problem of OpenSSL on MIPS R3000

2007-02-11 Thread 杨成
Thanks for your reply. 1) The main.c line 39 is: transend(protablebuf,"192.168.1.101",); where the protablebuf is a pointer to a struct ProperTable struct ProperTable { u1byte Type; u2byte UserID; u2byte PID; u2byte Lenth; char Data[1024]; }; 2) Th

Re: OpenSSL crashes in verify with this specific file.

2007-02-11 Thread Kyle Hamilton
Steffen: Okay. My apologies about the prior mail, my mail program didn't interpret it as an attachment for some reason. I'm not seeing any specific problem with the format of the document, per se. What version of openssl are you using? I am using 0.9.8d. Here's the dump of what I got with 'o