jvz opened a new pull request #132: URL: https://github.com/apache/mina-sshd/pull/132
This is a work in progress that does not work yet, and the API changes to Cipher/CipherInformation are still in flux. I've been testing this by changing `CoreTestSupportUtils` to set up clients and servers with only the AES/GCM cipher enabled. So far, I've had varying problems with getting this to work, and I've been using OpenSSH as a comparison to no further help. For reference, here are the relevant source files: * [packet.c](https://github.com/openbsd/src/blob/master/usr.bin/ssh/packet.c) * [cipher.c](https://github.com/openbsd/src/blob/master/usr.bin/ssh/cipher.c) (and maybe a reference to the OpenSSL API to understand all the `EVP_` functions) * [kex.c](https://github.com/openbsd/src/blob/master/usr.bin/ssh/kex.c) (slightly less relevant) ---------------------------------------------------------------- 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 about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org