Re: [PROPOSAL] rename uni2asc & asc2uni because of naming conflict

2009-05-29 Thread Ger Hobbelt
It's advised to register this at the OpenSSL issue tracker by forwarding this to r...@openssl.org It's no guarantee to get serviced pronto, but at least it'll get the attention of the core devs when they have time. (The jury is still undecided on the statistics, but providing a patch as attachment

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 sms> sms> > sms>My approach on projects like this has been to create a sms> > sms> distinct set of MMS description files (and

[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 this

Re: OpenVMS build issues

2009-05-29 Thread Steven M. Schweda
From: Richard Levitte > sms>My 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 extracted fr

Re: OpenVMS build issues

2009-05-29 Thread Richard Levitte
In message <09052915100881_2020a...@antinode.info> on Fri, 29 May 2009 15:10:08 -0500 (CDT), s...@antinode.info (Steven M. Schweda) said: sms> From: Richard Levitte sms> sms> > I'll be honest with you; I've wanted to redo the whole build system sms> > for VMS so it can be automatically generate

Re: [PROPOSAL] enable tlsext by default for 0.9.8x

2009-05-29 Thread Guenter
Hi Steve, Dr. Stephen Henson schrieb: > OpenSSL 0.9.8k and later already have TLS extensions enabled by default. Damn, I have missed that! great news! Günter. __ OpenSSL Project http://www.openssl

Re: [PROPOSAL] enable tlsext by default for 0.9.8x

2009-05-29 Thread Dr. Stephen Henson
On Fri, May 29, 2009, Guenter wrote: > Hi all, > I know, my proposal is most likely against the OpenSSL policy to not > change feature defaults within a branch. Nevertheless I ask here to > consider breaking this policy for this one time here because I see this > situation currently: > we cant exp

RE: Memory Leak Creating a CSR

2009-05-29 Thread Paul Suhler
Further investigation shows that if the request has no subjectName, then there is no memory leak. I infer that there's some memory allocated that is not freed either internally or by X509_REQ_free(). Any advice? Thanks, Paul From: owner-openssl-...@openssl.

[PROPOSAL] enable tlsext by default for 0.9.8x

2009-05-29 Thread Guenter
Hi all, I know, my proposal is most likely against the OpenSSL policy to not change feature defaults within a branch. Nevertheless I ask here to consider breaking this policy for this one time here because I see this situation currently: we cant expect that Linux distros jump on the 0.9.9 / 1.0.0 t

Re: OpenVMS build issues

2009-05-29 Thread Steven M. Schweda
From: Richard Levitte > I'll be honest with you; I've wanted to redo the whole build system > for VMS so it can be automatically generated from the Unix makefiles, > the same way the build system for Windows is made. I can see some > common building blocks that this would be generated from, simi

Re: OpenVMS build issues

2009-05-29 Thread Richard Levitte
I'll be honest with you; I've wanted to redo the whole build system for VMS so it can be automatically generated from the Unix makefiles, the same way the build system for Windows is made. I can see some common building blocks that this would be generated from, similar to the crap that's repeated

Re: OpenVMS build issues

2009-05-29 Thread Richard Levitte
There are In message <839c820b5c926b4b89713b3a6ed68d2a9aa...@sgstmail.scigames.at> on Fri, 29 May 2009 15:55:59 +0200, "Arpadffy Zoltan" said: Zoltan.Arpadffy> I have made an attempt to build 0.9.8k on OpenVMS - Zoltan.Arpadffy> and this is a disaster :( I hear you. The build procedure hasn

Re: OpenVMS build issues

2009-05-29 Thread Steven M. Schweda
From: "Arpadffy Zoltan" > 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 provided VMS build > scripts are

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

[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

[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 #include "o_str.h" -#if !defined(OPENSSL_IMPLEMENTS_strncasecm

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 e

"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: *Que