Re: openssl 3.0 when

2021-11-01 Thread Joe Orton
On Sun, Oct 31, 2021 at 01:35:09PM +0100, ste...@eissing.org wrote:
> I would like us to come to an understanding what our roadmap in
> regard to OpenSSL 3.0 is. People keep on asking about it.
> 
> Yesterday, I spent some hours hacking at mod_ssl and mod_md to
> get it running. I managed to compile it, but it was not working
> reliably. Maybe I took some wrong turns somewhere. My observations
> below.

What are you talking about exactly here?  trunk should compile and run 
fine already with 3.0 except if you build OpenSSL without deprecated 
functions which AFAIK nobody sane will do, or at least, no sane 
distributor will do, because the world is not ready.

> With my RM hat on, I see the next release in early December. We 
> have some fixes to ship and maybe the new http2 implementation.
> 
> Personally, I do not see a need for OpenSSL 3.0 in that one. But
> if anyone has plans to do it, it would be good to know.

I would still like to get a Travis job testing against 3.0, on my TODO, 
but I don't know of any compatilibity problems not covered in trunk / 
https://github.com/apache/httpd/pull/258 (outside use of deprecated 
functions anyway).

Regards, Joe


> 
> Kind Regards,
> Stefan
> 
> ---
> Observations hacking on OpenSSL 3.0 compatibility:
> 
> - SRP seems to be gone.
> - the ENGINE API seems to be gone
> - RSA*, DH* and friends are no longer wanted.
>   Instead, the PKEY API offers replacements.
> - This affects reading key parameter from files, afaict.
> - Some minor annoyances with BIO_set_callback and
>   ERR_peek_last..
> - I changed EC key generation in mod_md to the new API,
>   but generation failed at runtime. Maybe a minor glitch
>   on my part.
> - The code overall does not become prettier.
> 
> 
> 



Fwd: Returned post for annou...@httpd.apache.org

2021-11-01 Thread ste...@eissing.org
Hu? Halloween?

> Anfang der weitergeleiteten Nachricht:
> 
> Von: announce-h...@httpd.apache.org
> Betreff: Returned post for annou...@httpd.apache.org
> Datum: 1. November 2021 um 00:16:48 MEZ
> An: ic...@apache.org
> 
> 
> Hi! This is the ezmlm program. I'm managing the
> annou...@httpd.apache.org mailing list.
> 
> I'm sorry, the list moderators for the announce list
> have failed to act on your post. Thus, I'm returning it to you.
> If you feel that this is in error, please repost the message
> or contact a list moderator directly.
> 
> --- Enclosed, please find the message you sent.
> 
> 
> 
> 
>   October 07, 2021
> 
>   The Apache Software Foundation and the Apache HTTP Server Project
>   are pleased to announce the release of version 2.4.51 of the Apache
>   HTTP Server ("Apache").  This version of Apache is our latest GA
>   release of the new generation 2.4.x branch of Apache HTTPD and
>   represents fifteen years of innovation by the project, and is
>   recommended over all previous releases. This release of Apache is
>   a security, feature and bug fix release.
> 
>   We consider this release to be the best version of Apache available, and
>   encourage users of all prior versions to upgrade.
> 
>   Apache HTTP Server 2.4.51 is available for download from:
> 
> https://httpd.apache.org/download.cgi
> 
>   Apache 2.4 offers numerous enhancements, improvements, and performance
>   boosts over the 2.2 codebase.  For an overview of new features
>   introduced since 2.4 please see:
> 
> https://httpd.apache.org/docs/trunk/new_features_2_4.html
> 
>   Please see the CHANGES_2.4 file, linked from the download page, for a
>   full list of changes. A condensed list, CHANGES_2.4.51 includes only
>   those changes introduced since the prior 2.4 release.  A summary of all 
>   of the security vulnerabilities addressed in this and earlier releases 
>   is available:
> 
> https://httpd.apache.org/security/vulnerabilities_24.html
> 
>   This release requires the Apache Portable Runtime (APR), minimum
>   version 1.5.x, and APR-Util, minimum version 1.5.x. Some features may
>   require the 1.6.x version of both APR and APR-Util. The APR libraries
>   must be upgraded for all features of httpd to operate correctly.
> 
>   This release builds on and extends the Apache 2.2 API.  Modules written
>   for Apache 2.2 will need to be recompiled in order to run with Apache
>   2.4, and require minimal or no source code changes.
> 
> https://svn.apache.org/repos/asf/httpd/httpd/trunk/VERSIONING
> 
>   When upgrading or installing this version of Apache, please bear in mind
>   that if you intend to use Apache with one of the threaded MPMs (other
>   than the Prefork MPM), you must ensure that any modules you will be
>   using (and the libraries they depend on) are thread-safe.
> 
>   Please note the 2.2.x branch has now passed the end of life at the Apache
>   HTTP Server project and no further activity will occur including security
>   patches.  Users must promptly complete their transitions to this 2.4.x
>   release of httpd to benefit from further bug fixes or new features.
> 
> 
> 
> 
> 



Re: Download page appears to be broken

2021-11-01 Thread Greg Stein
On Sun, Oct 31, 2021 at 6:13 PM Noel Butler  wrote:

> On 01/11/2021 06:38, Gillis J. de Nijs wrote:
>
> There seems to be a problem with the correct rendering of the mirrors on
> that page.  It doesn't work for me, either.
>
>
>
> Mirrors are no more, ASF now uses a CDN, this change is very recent -
> weeks, so might be some teething issues on website code still
>
Not teething. It all works fine. The OP just linked to the template, not
the CGI that constructs a download link for you. ... ie. wrong URL.
httpd.apache.org has the correct URL (of course)

Cheers,
-g