Mailing List Archive

Re: svn commit: r1888008 - /httpd/httpd/branches/2.4.x/STATUS
Hi Stefan,

>
> + *) core/mod_ssl/mod_md:
> + - adding new ap_ssl_*() functions for a backward
> + compatible replacement of the major optional mod_ssl functions. This
> + allows other ssl modules to work without impersonating mod_ssl and
> + also allows different ssl modules being active on separate ports.
> + - latest mod_md with support for multiple certificates per domain
> + and ECDSA certificates. Removed ACMEv1 support.
> + - Interworking mod_md and ssl modules changed to exchange PEM strings
> + instead of file paths for ACME challenges.
> + Sorry, large patch, but it all hangs together.
> + PR: https://github.com/apache/httpd/pull/178

You probably can (re)base this PR on 2.4.x because as it stands it's
pretty much unreviewable :)

Cheers;
Yann.
Re: svn commit: r1888008 - /httpd/httpd/branches/2.4.x/STATUS [ In reply to ]
> Am 24.03.2021 um 15:25 schrieb Yann Ylavic <ylavic.dev@gmail.com>:
>
> Hi Stefan,
>
>>
>> + *) core/mod_ssl/mod_md:
>> + - adding new ap_ssl_*() functions for a backward
>> + compatible replacement of the major optional mod_ssl functions. This
>> + allows other ssl modules to work without impersonating mod_ssl and
>> + also allows different ssl modules being active on separate ports.
>> + - latest mod_md with support for multiple certificates per domain
>> + and ECDSA certificates. Removed ACMEv1 support.
>> + - Interworking mod_md and ssl modules changed to exchange PEM strings
>> + instead of file paths for ACME challenges.
>> + Sorry, large patch, but it all hangs together.
>> + PR: https://github.com/apache/httpd/pull/178
>
> You probably can (re)base this PR on 2.4.x because as it stands it's
> pretty much unreviewable :)

Yikes! My unconsciousness wants to revert trunk to 2.4.x! Thanks, Yann!

New PR on 2.4.x: https://github.com/apache/httpd/pull/179

- Stefan
Re: svn commit: r1888008 - /httpd/httpd/branches/2.4.x/STATUS [ In reply to ]
*subconscioussness

> Am 24.03.2021 um 15:34 schrieb Stefan Eissing <stefan.eissing@greenbytes.de>:
>
>
>
>> Am 24.03.2021 um 15:25 schrieb Yann Ylavic <ylavic.dev@gmail.com>:
>>
>> Hi Stefan,
>>
>>>
>>> + *) core/mod_ssl/mod_md:
>>> + - adding new ap_ssl_*() functions for a backward
>>> + compatible replacement of the major optional mod_ssl functions. This
>>> + allows other ssl modules to work without impersonating mod_ssl and
>>> + also allows different ssl modules being active on separate ports.
>>> + - latest mod_md with support for multiple certificates per domain
>>> + and ECDSA certificates. Removed ACMEv1 support.
>>> + - Interworking mod_md and ssl modules changed to exchange PEM strings
>>> + instead of file paths for ACME challenges.
>>> + Sorry, large patch, but it all hangs together.
>>> + PR: https://github.com/apache/httpd/pull/178
>>
>> You probably can (re)base this PR on 2.4.x because as it stands it's
>> pretty much unreviewable :)
>
> Yikes! My unconsciousness wants to revert trunk to 2.4.x! Thanks, Yann!
>
> New PR on 2.4.x: https://github.com/apache/httpd/pull/179
>
> - Stefan