On 19/04/2023 14:16, Christopher Schultz wrote:
Mark,
On 4/19/23 07:04, ma...@apache.org wrote:
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 47c92c5fa7 Fix failures on Java 7 where SHA_512_256 is not
available
47c92c5fa7 is described below
commit 47c92c5fa70976eb9546b002a83b3932c3e680ab
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Apr 19 12:03:55 2023 +0100
Fix failures on Java 7 where SHA_512_256 is not available
Any reason not to just do this with all of the various algorithms?
The JLS requires that the other algorithms used by that test are supported.
Also, I didn't check, but do we explicitly clear-out the "disabled
algorithms" when running tests, to ensure we test everything and don't
cause any failures due to certain algorithms (e.g. MD5 vvia TLS) being
disabled?
From memory, we handle that on a case by case basis. Some we skip the
test, some we explicitly enable everything.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org