Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-03-16 Thread Steven M. Schweda
Date: Thu, 18 Feb 2010 06:28:04 -0600 (CST) From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se Also if it is not too late, it would be nice to add 32 at the end of the sharable images if the are build with 32 bits pointer size (64 is the default). I mean to have like this:

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-02-18 Thread Steven M. Schweda
From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se Also if it is not too late, it would be nice to add 32 at the end of the sharable images if the are build with 32 bits pointer size (64 is the default). I mean to have like this: LIBCRYPTO32.OLB;1 LIBSSL32.OLB;1 LIBCRYPTO.OLB;1

RE: OpenSSL 1.0.0 beta5 release v. VMS

2010-02-17 Thread Arpadffy Zoltan
Hello, Also if it is not too late, it would be nice to add 32 at the end of the sharable images if the are build with 32 bits pointer size (64 is the default). I mean to have like this: LIBCRYPTO32.OLB;1 LIBSSL32.OLB;1 LIBCRYPTO.OLB;1 LIBSSL.OLB;1 SSL_LIBCRYPTO_SHR32.EXE;1

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-02-16 Thread Steven M. Schweda
From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se meanwhile I have tested the latest snapshot openssl-1.0.0-stable-SNAP-20100210.tar.gz and the build failed again, [...] Compiling The cversion.c File. (LIBRARY,LIB) #include buildinf.h .^ %CC-F-NOINCLFILEF, Cannot find file

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-02-16 Thread Steven M. Schweda
[...] Still many test problems like these: [...] Testing key generation with NIST Binary-Curve B-571 . . . . ok cat WARNING: can't open config file: SSLROOT:[00]openssl.cnf WARNING: can't open config file: SSLROOT:[00]openssl.cnf [...] ---

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-02-16 Thread Steven M. Schweda
--- openssl-1.0.0-stable-SNAP-20100211/test/tests.com_orig2010-01-24 19:04:13 -0600 +++ openssl-1.0.0-stable-SNAP-20100211/test/tests.com 2010-02-16 15:22:02 -0600 [...] +$set default '__here' +$sslroot = f$parse(sys$disk:[-.apps];syntax_only) - ].;+ .] +$define

RE: OpenSSL 1.0.0 beta5 release v. VMS

2010-02-11 Thread Arpadffy Zoltan
Richard, -Original Message- From: Richard Levitte [mailto:rich...@levitte.org] Sent: den 29 januari 2010 11:51 To: openssl-dev@openssl.org Subject: Re: OpenSSL 1.0.0 beta5 release v. VMS In message 10012822544299_20205...@antinode.info on Thu, 28 Jan 2010 22:54:43 -0600 (CST), Steven M

RE: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-29 Thread Arpadffy Zoltan
Subject: Re: OpenSSL 1.0.0 beta5 release v. VMS From: Richard Levitte rich...@levitte.org In the mean time, I believe the latest snapshot has all my changes to date, which includes most if not all the patches I've seen from you in the latest few days... Worked for me, please try it out

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-29 Thread Richard Levitte
In message 10012822544299_20205...@antinode.info on Thu, 28 Jan 2010 22:54:43 -0600 (CST), Steven M. Schweda s...@antinode.info said: sms From: Richard Levitte rich...@levitte.org sms sms In the mean time, I believe the latest snapshot has all my changes to sms date, which includes most if

RE: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-28 Thread Arpadffy Zoltan
. Schweda [mailto:s...@antinode.info] Sent: den 27 januari 2010 22:13 To: openssl-dev@openssl.org Subject: Re: OpenSSL 1.0.0 beta5 release v. VMS From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se Could you please write that DEFINE/NOLOG SSLROOT [...] _You_'re the one with all the 00

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-28 Thread Steven M. Schweda
From: Richard Levitte rich...@levitte.org In the mean time, I believe the latest snapshot has all my changes to date, which includes most if not all the patches I've seen from you in the latest few days... Worked for me, please try it out. @ INSTALL.COM [dir] from

RE: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-27 Thread Arpadffy Zoltan
To: openssl-dev@openssl.org; s...@antinode.info Subject: Re: OpenSSL 1.0.0 beta5 release v. VMS OK, I've gone through and tested the script... it works for me, I hope it works for you. Cheers, Richard In message 20100125.112009.189705375.rich...@levitte.org on Mon, 25 Jan 2010 11:20:09 +0100 (CET

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-27 Thread Steven M. Schweda
From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se I have been forced to do it on more old fashioned way in order to get this work $ ROOT =3D F$PARSE(__here,[]A.;0,,,SYNTAX_ONLY,NO_CONCEAL) - A.;0 $ ROOT_DEV =3D F$PARSE(ROOT,,,DEVICE,SYNTAX_ONLY) $ ROOT_DIR =3D

RE: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-27 Thread Arpadffy Zoltan
27 januari 2010 15:08 To: openssl-dev@openssl.org Subject: Re: OpenSSL 1.0.0 beta5 release v. VMS From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se I have been forced to do it on more old fashioned way in order to get this work $ ROOT =3D F$PARSE(__here,[]A.;0,,,SYNTAX_ONLY

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-27 Thread Steven M. Schweda
From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se Could you please write that DEFINE/NOLOG SSLROOT [...] _You_'re the one with all the 00 stuff, so I thought that I could get _you_ to do it. Sigh. The following looks ok to me (but so did the previous stuff): $ $ set

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-27 Thread Richard Levitte
In message 10012715132025_20205...@antinode.info on Wed, 27 Jan 2010 15:13:20 -0600 (CST), Steven M. Schweda s...@antinode.info said: smsBy the way, building on HP-UX and Solaris, I noticed thet the sms JPAKE stuff is experimental, and not included in the builds by sms default. And, if it

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-25 Thread Richard Levitte
I just had a look at testtsa.com, and yeah, the corresponding shell script has evolved since testtsa.com was last updated. Working on it right now. Cheers, Richard In message 10012423165954_20205...@antinode.info on Sun, 24 Jan 2010 23:16:59 -0600 (CST), Steven M. Schweda s...@antinode.info

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-25 Thread Steven M. Schweda
From: Richard Levitte rich...@levitte.org I just had a look at testtsa.com, and yeah, the corresponding shell script has evolved since testtsa.com was last updated. Working on it right now. Skipping that one, ... ALP $ @ tests test_ige Test IGE mode %DCL-W-ACTIMAGE, error activating

RE: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-25 Thread Arpadffy Zoltan
H_FILE #define CFLAGS /pointer_size=''POINTER_SIZE'/float=g /* compiler flags */ Regards, Z -Original Message- From: Richard Levitte [mailto:rich...@levitte.org] Sent: den 25 januari 2010 01:26 To: openssl-dev@openssl.org; s...@antinode.info Subject: Re: OpenSSL 1.0.0 beta5 release v

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-24 Thread Richard Levitte
In message 10012317353256_20205...@antinode.info on Sat, 23 Jan 2010 17:35:32 -0600 (CST), Steven M. Schweda s...@antinode.info said: smsOne cause seems to be this stuff in tests/CAtsa.cnf: sms sms [...] sms # This definition stops the following lines choking if HOME isn't sms # defined.

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-24 Thread Richard Levitte
For VMS folks, please have a look at upcoming snapshots. I've applied the recent changes suggest by Steven M. Schweda s...@antinode.info and changed test/CAtsa.cnf following his comments on the use of $ENV::HOME there... I have performed no tests yes following the changes, so I do not know what

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-24 Thread Steven M. Schweda
From: Richard Levitte rich...@levitte.org Might be a fault in test/testtsa.com... I'll see if I can find something there... I got some improvement by trying harder to preserve case in some places: -$ call create_tsa_cert 1 tsa_cert +$ call create_tsa_cert 1 tsa_cert -$

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-23 Thread Richard Levitte
In message 10012216542748_20205...@antinode.info on Fri, 22 Jan 2010 16:54:27 -0600 (CST), Steven M. Schweda s...@antinode.info said: smsI think that some of the tests still have problems, but these changes sms seem to help with the build: sms sms sms gdiff -u crypto/symhacks.h_orig

RE: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-22 Thread Arpadffy Zoltan
...@antinode.info] Sent: den 21 januari 2010 20:00 To: openssl-dev@openssl.org Subject: OpenSSL 1.0.0 beta5 release v. VMS o openssl-1.0.0-beta5.tar.gz ALP $ cc /version HP C V7.3-009 on OpenVMS Alpha V8.3 @ makevms.com ALL NODEBUG DECC TCPIP [...] Compiling On A ALPHA Machine. [You have

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-22 Thread Steven M. Schweda
From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se I have applied the following changes: TITAN2_ZAY $ diff .cryptosymhacks.h [...] Plausible. (I'd bet that output from GNU diff would be more popular here.) TITAN2_ZAY $ diff .utillibeay.num [...] I didn't look closely at

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-22 Thread Kyle Hamilton
Really, what needs to happen is that, in the case of VMS with a limited C compiler that doesn't handle long symbols, the long symbols need to be truncated in the *.num files. (This shouldn't need to be done for any other platform at this instant, but...) There's currently no conflict, so there's

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-22 Thread Steven M. Schweda
I think that some of the tests still have problems, but these changes seem to help with the build: gdiff -u crypto/symhacks.h_orig crypto/symhacks.h --- crypto/symhacks.h_orig 2009-11-12 08:04:26 -0600 +++ crypto/symhacks.h 2010-01-22 16:05:16 -0600 @@ -177,6 +177,15 @@ #undef

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-22 Thread Kyle Hamilton
On Fri, Jan 22, 2010 at 2:54 PM, Steven M. Schweda s...@antinode.info wrote:  SSL_set_session_ticket_ext_cb           308    EXIST::FUNCTION:  SSL_set1_param                          309    EXIST::FUNCTION:  SSL_CTX_set1_param                      310    EXIST::FUNCTION:

Re: OpenSSL 1.0.0 beta5 release v. VMS

2010-01-22 Thread Steven M. Schweda
From: Kyle Hamilton aerow...@gmail.com Lower-case ssl_* appears to be specifically related to the implementation of the secure renegotiation indicator extension. In any case, they are internal routines and shouldn't be exported at all, I should think, unless other extension parsing/adding

OpenSSL 1.0.0 beta5 release v. VMS

2010-01-21 Thread Steven M. Schweda
o openssl-1.0.0-beta5.tar.gz ALP $ cc /version HP C V7.3-009 on OpenVMS Alpha V8.3 @ makevms.com ALL NODEBUG DECC TCPIP [...] Compiling On A ALPHA Machine. [You have to admire these messages.] Building The SYS$DISK:[-.ALPHA.EXE.SSL]LIBSSL.OLB Library. [...] t1_lib.c int