[openssl.org #1633] Bug - MayBe

2008-01-14 Thread Mazen Mahmoud via RT
Hi, I'm trying to encrypt a serialized java file (test.ser) using OpenSSL. I've used the Runtime.getRuntime().exec function and i've passed to it the following string array : {"cmd.exe", "/c", "openssl smime -encrypt"} (it will create a new file : test1.ser) everything works fine. then i've

FIPS 186-3 (mainly DSA with SHA224/SHA256) support?

2008-01-14 Thread ingo
Dear friends, are there any plans to update the DSA code according to the standard (please refer to the mail subject)? The DSA parameter generation would need an update making it completely independent from the SHA-1 stuff and breaking any limits enforced on the length of the seed. Cheers, In

[openssl.org #1632] DTLS: Extra bytes in Alert messages

2008-01-14 Thread Alex Lam via RT
Hi, The alert message currently contains extra bytes in the payload. Proposed patch below Thanks, Alex. Index: ssl/d1_pkt.c === RCS file: /data1/Repository/openssl/ssl/d1_pkt.c,v retrieving revision 1.4.2.9 diff -u -w -B -b -r1.4.

[openssl.org #1631] OpenSSL loading engines multiple times in interactive mode

2008-01-14 Thread Scratch via RT
Hello... I am experiencing the exact problem described in ticket #1242 (http://rt.openssl.org/Ticket/Display.html?id=1242) with 0.9.8e and 0.9.8g. The ticket claims that this was fixed, but that doesn't seem to be the case. If I launch OpenSSL with no parameters, then the first command run at th