MS capi engine questions/proposals

2009-05-29 Thread Christof Pas
Hello, I use the MS capi engine to access windows store certificates and keys from openSSL. (And please, please: no windows/Linux discussion here). While working with capi engine, I found some things I would like to discuss here. Please forgive me that I have more than one item to discuss:

OpenVMS build issues

2009-05-29 Thread Arpadffy Zoltan
Hello, I have made an attempt to build 0.9.8k on OpenVMS - and this is a disaster :( This was the very first time that tried to build openssl on VMS from original openssl.org release and I find out that provided VMS build scripts are not up to date. Some ten years ago extremely lot of

[PATCH] netware fix for compile break nonexisting include

2009-05-29 Thread Guenter
Hi, 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] mingw32 fix compiler warning

2009-05-29 Thread Guenter
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

Re: [PATCH] openssl 0.9.8k qnx diffs

2009-05-29 Thread Sean Boudreau
On Mon, May 25, 2009 at 01:22:02PM -0400, Sean Boudreau wrote: Hi: Here's a small patch that provides better support on QNX6. Does the patch look OK? Thanks, -seanb __ OpenSSL Project

Re: OpenVMS build issues

2009-05-29 Thread Steven M. Schweda
From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se I have made an attempt to build 0.9.8k on OpenVMS - and this is a disaster :( That is a gross understatement. This was the very first time that tried to build openssl on VMS from original openssl.org release and I find out that

Re: OpenVMS build issues

2009-05-29 Thread Steven M. Schweda
From: Richard Levitte rich...@levitte.org smsMy approach on projects like this has been to create a sms distinct set of MMS description files (and command procedures) sms for VMS, because the VMS environment is so different from a sms UNIX-like environment. Still, the modules can be

[PROPOSAL] rename uni2asc asc2uni because of naming conflict

2009-05-29 Thread Guenter
Hi all, 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

Re: OpenVMS build issues

2009-05-29 Thread Richard Levitte
In message 09052919325965_2020a...@antinode.info on Fri, 29 May 2009 19:32:59 -0500 (CDT), s...@antinode.info (Steven M. Schweda) said: sms From: Richard Levitte rich...@levitte.org sms sms smsMy approach on projects like this has been to create a sms sms distinct set of MMS description