-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for [email protected] hmac-sha2-256-etm@open… #93
Conversation
I've rerun the CI again, it seems the changes break a couple of tests |
I checked this exception: "A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods. When the BufferedInputStream is created, an internal buffer array is created. As bytes from the stream are read or skipped, the internal buffer is refilled as necessary from the contained input stream, many bytes at a time. The mark operation remembers a point in the input stream and the reset operation causes all the bytes read since the most recent mark operation to be reread before new bytes are taken from the contained input stream." Will add a new commit. |
f6ae01e
to
de37a8d
Compare
@kuisathaverat I have now pushed a new commit. Will the test cases start automatically? |
I found that tests are automatically triggered. Now I can see a different problem. I will investigate. |
do not forget to add a unit test to validate the new functionality. |
@kuisathaverat I will try to fix the unit tests failing but I am not sure why it fails currently. |
…sh.com in trilead-ssh2 org. impl. Kenny Root
de37a8d
to
16fc41d
Compare
@kuisathaverat I have fixed the unit tests so they are not failing anymore. |
It LGTM, but I want to perform a test using the SSH build Agents plugin that has more e2e tests than the library, give me a couple of days to find some time. |
@kuisathaverat thx! Greatly appreciated. Just curious what is a "SSN build Agents plugin". Where can I read about it? |
SSH build Agents plugin is one of plugins that uses this library in Jenkins |
@kuisathaverat any result of the testing? |
@kuisathaverat friendly reminder :-) |
@kuisathaverat thanks a great deal for you prompt assistance! |
add support for digests [email protected] [email protected] in trilead-ssh2 original implementation by Kenny Root in sshlib