RE: buid STABLE-SNAP-20101124 on platform: VMS IA64 V8.3

2010-11-30 Thread Arpadffy Zoltan
Hello Richard, Richard Levitte However, resolving all those concealed devices is still a good thing, so I suggest this strategy: $ ROOT = F$PARSE(sys$disk:[-]A.;0,,,SYNTAX_ONLY,NO_CONCEAL) - A.;0 $ ROOT_DEV = F$PARSE(ROOT,,,DEVICE,SYNTAX_ONLY) $ ROOT_DIR =

Re: buid STABLE-SNAP-20101124 on platform: VMS IA64 V8.3

2010-11-30 Thread Richard Levitte
In message fa849bbcfec13e42a34ae60ebc2d724720d4ad5...@sgmail1 on Tue, 30 Nov 2010 10:50:02 +0100, Arpadffy Zoltan zoltan.arpad...@scientificgames.se said: Zoltan.Arpadffy Richard Levitte However, resolving all those concealed devices is still a good thing, so I suggest this strategy:

[openssl.org #2383] OpenSSL line break bugs

2010-11-30 Thread Kirill Danilov via RT
Hello. I use OpenSSL 1.0.0a 1 Jun 2010 version. 1)Command openssl smime -sign ... generates output with added headers and meta-data in body with '\n' as line terminator but http://www.faqs.org/rfcs/rfc2822.html demands using only '\r\n' as line terminators. 2)Command openssl smime -verify

[openssl.org #2385] Bug report and patch: Reading the same RSA private key into the same EVP_PKEY structure produces invalid structure.

2010-11-30 Thread Stefan Birrer via RT
Hi OpenSSL-Devs I found the bug described below in OpenSSL 1.0.0b: Short description: When calling PEM_read_bio_PrivateKey twice with the same EVP_PKEY structure as an argument, the resulting private key structure contains a useless RSA private key after the second call (i.e. d, e, and n are

Re: [openssl.org #2381] MinGW builds are being optimized for MS-DOS

2010-11-30 Thread Andy Polyakov via RT
As for Doug's suggestion for separate targets. I'd argue against. It's probably more appropriate to fix it up in ./Configure, e.g. by looking at 'gcc --target-help' and removing [or adding] -mno-cygwin. A. http://cvs.openssl.org/chngview?cn=20110. a.

Re: [openssl.org #2382] Win98 mingw problem with openssl head

2010-11-30 Thread Andy Polyakov via RT
I thought that unicows had to be linked as the first library, so I manually added -lunicows at the beginning of the LIBRARIES variable in apps/Makefile, after Configure had completed. Great! Formally unicows should appear prior whatever it is supposed to override. For example is doesn't have