[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-07-11 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-877880570 Oh good to hear that because I was never able to figure out why anything wasn't working. Since I started these PRs, I've switched jobs where we use TLS instead of SSH as the secure

[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-07-08 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-876618618 Go ahead! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-17 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-841733479 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries

[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-16 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-841895961 That one hasn't failed for me locally, though I've seen the SFTP transfer test randomly hang once in a while. -- This is an automated message from the Apache Git Service. To

[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-15 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-841737411 I don't see why the CI build is failing. Works on my machine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-15 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-841735704 Also, I tested this with Java 15 (openjdk version "15.0.2" 2021-01-19) which was the latest JDK in Homebrew. -- This is an automated message from the Apache Git Service. To

[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-15 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-841733479 I've ported in the code I mentioned earlier. Based on files from my other project (ISC licensed, but with my ICLA on file, this is dual-licensed here as Apache 2.0): *

[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-15 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-841696961 Let me clarify the IP provenance then. I have two versions of ChaCha20 and Poly1305 in my O(1) Cryptography library. There's a Java port that I wrote based on DJB's papers about

[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-10 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-836750819 I'll need to revisit this PR. I've done a lot more cryptography work since then, and I probably have some simplifications now.  -- This is an automated message from the Apache