This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/dev_3.0 by this push:
new 8197044ba CHANGES.md: link to JDK issue about Poly1305 not being
accessible
8197044ba is described below
commit 8197044baa616b9b5d57391386ce1a6a6dee951e
Author: Thomas Wolf <[email protected]>
AuthorDate: Mon Sep 29 23:49:44 2025 +0200
CHANGES.md: link to JDK issue about Poly1305 not being accessible
---
CHANGES.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 3163bf37e..a423351bb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -66,8 +66,9 @@ Complete refactoring of the SSH transport protocol. New
feature: support for cli
(Note that one cannot use the JDK's "ChaCha20-Poly1305" cipher for SSH; Java
implements
[RFC 8439](https://datatracker.ietf.org/doc/html/rfc8439), which has a
different AEAD tag construction than
- the version used in SSH. Since the Poly1305 MAC in Java is not accessible
separately, Apache MINA SSHD still
- has to use its own implementation for that part.)
+ the version used in SSH. Since the Poly1305 MAC in Java is not accessible
separately (see
+ [JDK-8253394](https://bugs.openjdk.org/browse/JDK-8253394)), Apache MINA
SSHD still has to use its own
+ implementation for that part.)
* [GH-803](https://github.com/apache/mina-sshd/issues/803) Support the JDK
built-in ML-KEMs on Java24+