Skip to content

Commit 8197044

Browse files
committed
CHANGES.md: link to JDK issue about Poly1305 not being accessible
1 parent fb18f27 commit 8197044

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ Complete refactoring of the SSH transport protocol. New feature: support for cli
6666

6767
(Note that one cannot use the JDK's "ChaCha20-Poly1305" cipher for SSH; Java implements
6868
[RFC 8439](https://datatracker.ietf.org/doc/html/rfc8439), which has a different AEAD tag construction than
69-
the version used in SSH. Since the Poly1305 MAC in Java is not accessible separately, Apache MINA SSHD still
70-
has to use its own implementation for that part.)
69+
the version used in SSH. Since the Poly1305 MAC in Java is not accessible separately (see
70+
[JDK-8253394](https://bugs.openjdk.org/browse/JDK-8253394)), Apache MINA SSHD still has to use its own
71+
implementation for that part.)
7172

7273
* [GH-803](https://github.com/apache/mina-sshd/issues/803) Support the JDK built-in ML-KEMs on Java24+
7374

0 commit comments

Comments
 (0)