[openssl.org #843] EBCDIC patches for 0.9.7c

2004-03-18 Thread Richard Koenning via RT
Because Evan Jennings asked in openssl-users for EBCDIC patches for the 0.9.7 branch, i post here my collection of EBCDIC patches for 0.9.7c. This collection comprises also the (slightly extended) patches from Howard Chu posted here some months ago. Because requests for the EBCDIC patches occur

RAND_egd via IP-Sockets?

2004-03-18 Thread Bernhard Froehlich
Hi, has it ever been considered to implement RAND_egd using IP-sockets? I know it is not really sensible to get your random seed via unencrypted network, but connecting to a local socket should be ok. The advantage would be that local IP-sockets work with Win32... If there are no obstacles in

[openssl.org #844] [Fwd: Bug#235600: openssl: CA.pl and -signcert: some minor issues]

2004-03-18 Thread Christoph Martin via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[openssl.org #845] [Fwd: Bug#219873: openssl: typo in RETURN CODES section of `man pem']

2004-03-18 Thread Christoph Martin via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[openssl.org #846] [Fwd: Bug#224690: libssl0.9.7: minor spelling]

2004-03-18 Thread Christoph Martin via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[openssl.org #847] [Fwd: Bug#190026: Slight formatting issue in c_issuer]

2004-03-18 Thread Christoph Martin via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[openssl.org #848] Formatting problem in rand_add(1)

2004-03-18 Thread Christoph Martin via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

OpenSSL-0.9.7d crashes in pk7_doit.c

2004-03-18 Thread Jukka.T.Virtanen
Hi. Unfortunately I found that the new openssl 097d release crashes in PKCS7_get_octet_string(), called by PKCS7_datInit() in file pk7_doit.c Possibly this is because PKCS7_dataInit() *assumes* in this release that the PKCS7 object is always a

OpenSSL 0.9.7c Pocket PC 2003 Compile Error

2004-03-18 Thread Chris Brook
When compiling OpensSSL 0.9.7c for Pocket PC 2003 using Microsoft EVC 4.0 SP2 with ARMV4 CPU option, we got the following compilation error sequence: clarm.exe /Fotmp32_ARMV4\rc2_skey.obj -Iinc32 -Itmp32_ARMV4 /W3 /WX /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DWCEPLATFORM=MS_POCKET_PC_2003 -DARM

Bug in 0.9.7d apps/ocsp.c

2004-03-18 Thread Steven Reddie
Title: Message Hi All, I'm getting a crash in apps/ocsp.c in the new 0.9.7d kit. Line 876 now calls free_index(rdb) where it used to use TXT_DB_free. If rdb is NULL (as can happen with ocsp when -index isn't specified) free_index fails due to a NULL pointer dereference. free_index at the

Re: Bug in 0.9.7d apps/ocsp.c

2004-03-18 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 19 Mar 2004 10:37:41 +1100, Steven Reddie [EMAIL PROTECTED] said: smr I'm getting a crash in apps/ocsp.c in the new 0.9.7d kit. Line smr 876 now calls free_index(rdb) where it used to use TXT_DB_free. smr If rdb is NULL (as can happen with ocsp when -index