File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments