Thomas Wolf

Results 6 issues of Thomas Wolf

I have never been able to reproduce this. The only change in 0.0.9 that matches the stack trace given in the bug report is commit 25db7ec. Revert commit 25db7ec (undo...

Don't try to shorten paths to xsd sources. XCJ is called directly, not via the command-line, so doing so doesn't really help. Not trying to shorten these paths also avoids...

Since Java 11, closing a ServerSocketChannel may release the socket only on the next select() call. If we try to register a new binding for an unbound socket before the...

### Version 2.10.0 ### Bug description From the [mailing list](https://www.mail-archive.com/[email protected]/msg07002.html): Attached code causes circa 50 exceptions: ``` public static void main(String[] args) throws Exception { for (int i = 0;...

### Description Implement `ChannelTimeouts` as available in OpenSSH since version 9.2: compare [OpenSSH issue 3484](https://bugzilla.mindrot.org/show_bug.cgi?id=3484) ### Motivation Currently, an Apache MINA sshd server keeps channels open as long as the...

feature request

### Description Support the ML-KEM key exchanges described in a current [draft RFC](https://datatracker.ietf.org/doc/html/draft-kampanakis-curdle-ssh-pq-ke-04). ### Motivation ML-KEM was standardized by NIST; it is basically Crystals-Kyber with a few modifications. See [FIPS...

feature request