[RESULT] [VOTE] Release Mina SSHD 2.12.0

2024-01-18 Thread Guillaume Nodet
Closing the vote with 4 +1s and no other votes. I'll publish the release. Cheers ! Guillaume Le ven. 12 janv. 2024 à 14:14, Guillaume Nodet a écrit : > I've staged a candidate release for 2.12.0 at: > Official staging repo: > https://dist.apache.org/repos/dist/dev/mina/sshd/2.12.0/ > Maven

[ANNOUNCE] Apache MINA SSHD 2.12.0 released

2024-01-18 Thread Guillaume Nodet
The Apache Mina PMC is proud to announce the release of Mina SSHD 2.12.0. This new minor release provides a bunch of bug enhancements and bug fixes, see the details at: https://github.com/apache/mina-sshd/releases/tag/sshd-2.12.0 The release is available for download at

Re: [VOTE] Release Mina SSHD 2.12.0

2024-01-18 Thread Emmanuel Lécharny
Hi Guillaume! sorry for having missed this vote... I just got discharged from the hospital, and had to catch up with day job. I'll be more cautious next time! On 12/01/2024 14:14, Guillaume Nodet wrote: I've staged a candidate release for 2.12.0 at: Official staging repo:

[I] Mina's AbstractSessionHelper and BaseCipher are ignoring lengths returned from cipher update and deriving information from the input len rather than what has actually been processed during the upd

2024-01-18 Thread via GitHub
IrinaSvirkina opened a new issue, #455: URL: https://github.com/apache/mina-sshd/issues/455 ### Version 2.7.0 ### Bug description I found that Apache mina 2.7.0+ bouncycastle 2.73.3 + java8 + linux brings javax.crypto.ShortBufferException, so originally I created my

Re: [ANNOUNCE] Apache MINA SSHD 2.12.0 released

2024-01-18 Thread Gary Gregory
It usually takes 30 minutes. Gary On Thu, Jan 18, 2024, 6:08 PM Matthias Sohn wrote: > On Thu, Jan 18, 2024 at 11:21 AM Guillaume Nodet > wrote: > > > The Apache Mina PMC is proud to announce the release of Mina SSHD 2.12.0. > > > > This new minor release provides a bunch of bug enhancements

Re: [I] Mina's AbstractSessionHelper and BaseCipher are ignoring lengths returned from cipher update and deriving information from the input len rather than what has actually been processed during the

2024-01-18 Thread via GitHub
dghgit commented on issue #455: URL: https://github.com/apache/mina-sshd/issues/455#issuecomment-1899331731 It was AES based. The BC LTS release supports AES pipelining on the Intel architecture which is why paying attention to what is coming back from update is so important (I mean, it

Re: [ANNOUNCE] Apache MINA SSHD 2.12.0 released

2024-01-18 Thread Matthias Sohn
On Thu, Jan 18, 2024 at 11:21 AM Guillaume Nodet wrote: > The Apache Mina PMC is proud to announce the release of Mina SSHD 2.12.0. > > This new minor release provides a bunch of bug enhancements and bug > fixes, see the details at: >

Re: [I] Mina's AbstractSessionHelper and BaseCipher are ignoring lengths returned from cipher update and deriving information from the input len rather than what has actually been processed during the

2024-01-18 Thread via GitHub
tomaswolf commented on issue #455: URL: https://github.com/apache/mina-sshd/issues/455#issuecomment-1899298339 Thank you for the detailed report. What cipher was used in your case? (Debug logging should show the key exchange proposals and the negotiation result, which should tell the