RE: OpenSSL version 1.0.1g v. VMS

2014-04-07 Thread Zoltan Arpadffy
Right approach Steven. Mea culpa :( I am terribly sorry proposing ignorance of MAYLOSEDATA3 while not testing on older compilers. Thank you. Regards, Z -Original Message- From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Steven M. Schweda Sent: den

Re: OpenSSL version 1.0.1g v. VMS

2014-04-07 Thread Steven M. Schweda
From: "Dr. Stephen Henson" > Patch applied. Let me know of any problems. Thanks. Sadly, I forgot one refinement, which would keep the warning from the test out of the log. If I could talk you into smoothing over that blunder, then I'd be able to rest easy (for a while). --- ssl/ssl-lib.com

Re: OpenSSL version 1.0.1g v. VMS

2014-04-07 Thread Dr. Stephen Henson
On Mon, Apr 07, 2014, Steven M. Schweda wrote: > >OpenSSL version 1.0.1g released > >A relatively recent change to the VMS builders causes trouble for > folks who lack the latest compiler. Using "HP C V7.3-009 on OpenVMS > Alpha V8.3" or "HP C V7.3-019 on OpenVMS IA64 V8.3-1H1", for exam

OpenSSL version 1.0.1g v. VMS

2014-04-07 Thread Steven M. Schweda
>OpenSSL version 1.0.1g released A relatively recent change to the VMS builders causes trouble for folks who lack the latest compiler. Using "HP C V7.3-009 on OpenVMS Alpha V8.3" or "HP C V7.3-019 on OpenVMS IA64 V8.3-1H1", for example: [...] s2_meth.c %CC-W-UNKMSGID, Unknown mes

OpenSSL Security Advisory

2014-04-07 Thread OpenSSL
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenSSL Security Advisory [07 Apr 2014] TLS heartbeat read overrun (CVE-2014-0160) == A missing bounds check in the handling of the TLS heartbeat extension can be used

Re: OpenSSL version 1.0.1g released

2014-04-07 Thread Dr. Stephen Henson
On Mon, Apr 07, 2014, Steffen Nurpmeso wrote: > OpenSSL wrote: > | OpenSSL version 1.0.1g released > | === > > Forgot to git(1) tag OpenSSL_1_0_1g? > Didn't get round to pushing the tag. Should be fixed now. Steve. -- Dr Stephen N. Henson. OpenSSL project cor

Re: OpenSSL version 1.0.1g released

2014-04-07 Thread Steffen Nurpmeso
OpenSSL wrote: | OpenSSL version 1.0.1g released | === Forgot to git(1) tag OpenSSL_1_0_1g? --steffen __ OpenSSL Project http://www.openssl.org Development Mailin

OpenSSL version 1.0.1g released

2014-04-07 Thread OpenSSL
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenSSL version 1.0.1g released === OpenSSL - The Open Source toolkit for SSL/TLS http://www.openssl.org/ The OpenSSL project team is pleased to announce the release of version 1.0.1g of our open sourc

[openssl.org #3296] make report

2014-04-07 Thread Nazz Sultan via RT
Hi, i am trying to build openssl-1.0.1f in my fedora 20 64 bit laptop. But i am getting the following errors. Please help me to fix it. thanks [root@nazatul openssl-1.0.1f]# make install making all in crypto... make[1]: Entering directory `/home/nsultan/openssl-1.0.1f/crypto' making all in crypto

[openssl.org #3295] UNKWN can be returned for SSL_state_string when in some SSL23 states

2014-04-07 Thread Joe Mason via RT
SSL_state_string contains the code: #if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3) /* SSLv2/v3 compatibility states */ /* client */ case SSL23_ST_CW_CLNT_HELLO_A: str="23WCHA"; break; case SSL23_ST_CW_CLNT_HELLO_B: str="23WCHB"; break; case SSL23_ST_CR