Re: 3DES ECB

2002-06-04 Thread Pavel Tsekov
Hello Stella, Tuesday, June 04, 2002, 11:14:59 AM, you wrote: SP Hi, SP I was wondering if someone could clarify this for me. I'm trying to decrypt SP a string which has been encrypted in 3DES ECB mode. SP I'm using the command line utility and a program I have written to do this. SP

Re: Unable to load

2002-05-14 Thread Pavel Tsekov
Hello Leandro, Thursday, May 13, 2004, 10:25:39 PM, you wrote: LSdP seeded:md_rand.c:501:You need to read the OpenSSL FAQ, LSdP http://www.openssl.org/support/faq.html Have you done as suggested ? __ OpenSSL Project

openssl-0.9.6d fails under cygwin on Win2000 was Re:

2002-05-13 Thread Pavel Tsekov
Hello A?rtCorcoran, Saturday, May 11, 2002, 7:34:49 AM, you wrote: Arnc Hi, I'm trying to compile openssl-0.9.6d on Win2000 under cygwin (latest cygwin). Arnc The configure works fine, but it fails during make with the following: Arnc make[3]: Entering directory

J/Crypto 3.3 DER encoded certificate cannot be read by openssl-0.9.6b

2002-04-15 Thread Pavel Tsekov
Hello, there! :) I've checked google in this but to no avail - so I'm asking here... Hope its not a duplicate thread. Trying to read the attached DER form of a X509 certificate with OpenSSL 0.9.6c and 0.9.6b yields the following error: paveltz@MORDOR ~ $ openssl x509 -in ./1.der -inform DER

Re: J/Crypto 3.3 DER encoded certificate cannot be read by openssl-0.9.6b

2002-04-15 Thread Pavel Tsekov
Please, ignore this post. Monday, April 15, 2002, 4:34:58 PM, you wrote: PT Trying to read the attached DER form of a X509 certificate with PT OpenSSL 0.9.6c and 0.9.6b yields the following error: __ OpenSSL Project

Fwd: [BUG suggested PATCH] EVP_DecodeUpdate 0.9.6b 0.9.6c

2002-04-11 Thread Pavel Tsekov
This is a forwarded message From: Pavel Tsekov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thursday, April 11, 2002, 12:39:59 PM Subject: [BUG suggested PATCH] EVP_DecodeUpdate 0.9.6b 0.9.6c Seem like the original message could not made its way to the mail list so am I forwarding it. ===8

[BUG suggested PATCH] EVP_DecodeUpdate 0.9.6b 0.9.6c

2002-04-11 Thread Pavel Tsekov
Hello, there! :) My colleague Nedelcho Stanev and myself have identified what we would think to be a bug (or a flaw) in the EVP_DecodeUpdate() routine. We were trying to read base64 encoded data with the base64 BIO which has the 'next' member pointed to membuf BIO in which we write the encoded

Re: Error when signing a certificate

2002-04-11 Thread Pavel Tsekov
Hello Charles, Thursday, April 11, 2002, 3:38:44 PM, you wrote: CH Hi , I am trying to do a SSL certificate to use TLS/SSL encryption with Qpopper. I read the doc and I created a certificate request succesfully but it seems that when I try to sign it, it crash CH with a serious error, here's