RE: [PATCH] OpenSSL 1.0.0 beta3 release v. VMS

2009-08-17 Thread Arpadffy Zoltan
Hello, Copied files? What's copied? In makevms.com ALL target will do a SOFTLINKS by the way, that will do a lot of coping around. I agree that with the right /INCLUDE parameter it would be more appropriate to build. I'll add this as well to my TODO list. - test with other compilers than

RE: [PATCH] OpenSSL 1.0.0 beta3 release v. VMS

2009-08-17 Thread Arpadffy Zoltan
Hello, No. OK. ...seems SMS is also against... and I am keen to bow in front of democracy :) Regards, Z -Original Message- From: Richard Levitte [mailto:rich...@levitte.org] Sent: den 17 augusti 2009 10:37 To: openssl-dev@openssl.org; Arpadffy Zoltan Subject: Re: [PATCH] OpenSSL

RE: [PATCH] OpenSSL 1.0.0 beta3 release v. VMS

2009-08-17 Thread Arpadffy Zoltan
Hello, You are right... There were lot of try and fail play around the headers and I wanted to submit the patch before the sunset - therefore I haven't checked it over. 1. _XOPEN_SOURCE_EXTENDED issue. Yes, it would be good to have it defined for all VMS systems, but the main reason was the

Re: [PATCH] OpenSSL 1.0.0 beta3 release v. VMS

2009-08-17 Thread Steven M. Schweda
From: Arpadffy Zoltan zoltan.arpad...@scientificgames.se As VMS does not have a make clean function yet, [...] When _all_ the product files get put into architecture-specific directories, then cleaning gets easy. Copied files? What's copied? =20 In makevms.com ALL target will do a

[PATCH] Compiling crypto/err/err_all with OPENSSL_NO_OCSP

2009-08-17 Thread Kenny Root
A simple patch to disable loading OCSP error strings when you're compiling with OPENSSL_NO_OCSP. openssl-cvs-no-ocsp.patch Description: Binary data smime.p7s Description: S/MIME cryptographic signature

[PATCH] Compiling crypto/err/err_all without OCSP

2009-08-17 Thread Kenny Root
Here is a simple patch to disable loading OCSP strings when you're compiling without OCSP. smime.p7s Description: S/MIME cryptographic signature

[openssl.org #2012] opensslconf.h #ifndef DES_RISC1

2009-08-17 Thread Tony Weber via RT
Regarding `openssl-0.9.8k.tar.gz' at http://www.openssl.org/source/ A snippet of opensslconf.h reads: /* This helps C compiler generate the correct code for multiple functional * units. It reduces register dependancies at the expense of 2 more * registers */ #ifndef DES_RISC1 #undef DES_RISC1

[openssl.org #2013] Bug in OpenSSL 1.0.0 Beta 3 X509_time_adj_ex() function

2009-08-17 Thread David A. Cooper via RT
This transaction appears to have no content I was experimenting with OpenSSL's ability to create CRLs with nextUpdate times after 2050 and I believe that I found a minor bug in the function X509_time_adj_ex() in crypto/x509/x509_vfy.c. (I performed these experiments several months ago, so my