Re: [openssl.org #2323] bug in openssl commandline tool with md5 fingerprint output

2010-12-14 Thread Tomas Mraz
On Tue, 2010-12-14 at 00:00 +0100, Andy Polyakov via RT wrote: I'd argue that it's intentional. The original purpose for -out option appears to be to emit *certificate* itself, not information about it. Yes, this kind of means that I reckon that -text option should result in output to

[openssl.org #2393] [PATCH] 32/64 bit pointer_size choice in the VMS build

2010-12-14 Thread Richard Levitte via RT
I've started on it. There are things missing in the patch, such as actually using /POINTER_SIZE with the compiling steps, but otherwise it seems fairly sound. I'll work the rest out. Unfortunately, I currently only have Alphas to test on. I hope someone else can test on pther platforms.

RE: [openssl.org #2393] [PATCH] 32/64 bit pointer_size choice in the VMS build

2010-12-14 Thread Arpadffy Zoltan
Hello Richard, Thank you for taking the time to move this issue forward. There are things missing in the patch, such as actually using /POINTER_SIZE with the compiling steps The pointer size is set from the makevms.com file with the following line: $ WRITE H_FILE #define CFLAGS

Re: [openssl.org #2393] [PATCH] 32/64 bit pointer_size choice in the VMS build

2010-12-14 Thread Richard Levitte
In message fa849bbcfec13e42a34ae60ebc2d724720d4ad6...@sgmail1 on Tue, 14 Dec 2010 11:12:12 +0100, Arpadffy Zoltan zoltan.arpad...@scientificgames.se said: Zoltan.Arpadffy Hello Richard, Zoltan.Arpadffy Zoltan.Arpadffy Thank you for taking the time to move this issue forward. Zoltan.Arpadffy

[openssl.org #2393] [PATCH] 32/64 bit pointer_size choice in the VMS build

2010-12-14 Thread Richard Levitte via RT
First attempt committed, and about to get tested. -- Richard Levitte levi...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: [openssl.org #2394] Check-in 20157 breaks FreeBSD build

2010-12-14 Thread Andy Polyakov via RT
On Check-in 20157, it adds #include malloc.h. http://cvs.openssl.org/chngview?cn=20157 But on FreeBSD /usr/include/malloc.h is following: % cat /usr/include/malloc.h /* $FreeBSD: src/include/malloc.h,v 1.5.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #if __STDC__ #error malloc.h has

Re: [openssl.org #2394] Check-in 20157 breaks FreeBSD build

2010-12-14 Thread NARUSE, Yui
I confirmed that it now works. Thanks! 2010/12/15 Andy Polyakov via RT r...@openssl.org: On Check-in 20157, it adds #include malloc.h. http://cvs.openssl.org/chngview?cn=20157 But on FreeBSD /usr/include/malloc.h is following: % cat /usr/include/malloc.h /* $FreeBSD: src/include/malloc.h,v

Re: [openssl.org #2394] Check-in 20157 breaks FreeBSD build

2010-12-14 Thread NARUSE, Yui via RT
I confirmed that it now works. Thanks! 2010/12/15 Andy Polyakov via RT r...@openssl.org: On Check-in 20157, it adds #include malloc.h. http://cvs.openssl.org/chngview?cn=20157 But on FreeBSD /usr/include/malloc.h is following: % cat /usr/include/malloc.h /* $FreeBSD: src/include/malloc.h,v