RE: OpenVMS build issues

2009-06-01 Thread Arpadffy Zoltan
Richard, I still believe in fairy tales and the power of non-funded, contributed, open source development. You have the idea and you are responsible for the VMS code health and we are at least three who want to do the job. This is not that huge work as the code itself compiles... just the

Re: X.509 certificates with RSASSA-PSS signatures

2009-06-01 Thread Martin Kaiser
Steve, all, just some quick status update. Thus wrote Dr. Stephen Henson (st...@openssl.org): EVP_PKEY_CTX was introduced (by me!) to contain parameters relating to a specific cryptographic operation. Fixed parameters should go in EVP_PKEY. PSS can have both so we'd need a new EVP_PKEY type

[openssl.org #1943] [PROPOSAL] rename uni2asc asc2uni because of naming conflict

2009-06-01 Thread Guenter via RT
in NetWare we have the uni2asc() and asc2uni() functions provided by the OS. This problem was already brought to this lists attention by Verdon Walker from Novell (original NetWare port author) mid of 2002: http://www.mail-archive.com/openssl-dev@openssl.org/msg12289.html unfortunately this was

[openssl.org #1944] [PATCH] mingw32 fix compiler warning

2009-06-01 Thread Guenter via RT
Hi, find below a simple patch against openssl-0.9.8k which kills a gcc compiler warning about missing braces ... --- openssl-0.9.8k.orig/crypto/dso/dso_win32.c 2006-01-15 18:28:35.0 +0100 +++ openssl-0.9.8k/crypto/dso/dso_win32.c 2009-05-24 01:51:09.0 +0200 @@ -327,8 +327,8

[openssl.org #1945] [PATCH] NetWare fix for compilation break with nonexisting include

2009-06-01 Thread Guenter via RT
the NetWare CLIB platform has no strings.h header, and therefore compilation breaks in crypto/o_str.c: --- crypto/o_str.c.orig Sat Mar 29 15:22:50 2008 +++ crypto/o_str.c Mon May 18 20:52:04 2009 @@ -60,7 +60,9 @@ #include e_os.h #include o_str.h -#if

[PATCH] NetWare fix compilr break in

2009-06-01 Thread Guenter
Hi, NetWare compile of openssl-0.9.8-stable breaks in ssl/s2_meth.c with: outinc_nw_libc\openssl\dtls1.h:217: illegal use of incomplete struct/union/ outinc_nw_libc\openssl\dtls1.h:217: class 'struct timeval' find below / attached the patch against openssl-0.9.8-stable-SNAP-20090601 which fixes

Re: [openssl.org #1943] [PROPOSAL] rename uni2asc asc2uni because of naming conflict

2009-06-01 Thread Guenter via RT
Added attached patches against 0.9.8-stable and 1.0.0-stable. diff -ur openssl-0.9.8-stable-SNAP-20090531.orig/apps/pkcs12.c openssl-0.9.8-stable-SNAP-20090531/apps/pkcs12.c --- openssl-0.9.8-stable-SNAP-20090531.orig/apps/pkcs12.c 2008-11-06 06:01:11.0 +1100 +++