Results 130 comments of David Handermann

> > It may be helpful to scope down the number of timestamps in the provideTimestamps method to focus on differences. > > @exceptionfactory Okay. I scoped it down to...

Thanks for summarizing the references to the Bouncy Castle ECNamedCurveSpec @uttamgupta. I agree that moving more components in the direction of using the JCA would put SSHJ in a better...

Thanks for highlighting this problem with ECDSA handling, the linked issue with the full stack trace provides some helpful details. It looks like this issue with SSHJ 0.40.0 is the...

The modification time defined as an int32 aligns with [SFTP Protocol Version 3](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02#section-5). The [SFTP Protocol Version 4](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-04#section-10.1) specification changes the type to 64 bits. There are some conditional checks...

Thanks for the updates @tpalfy and thanks for the review @turcsanyip, I will follow up and also review the latest changes soon.

> Yes sure @exceptionfactory , will handle this as soon as i can. > > Also, I'm seeing that some checks are failing on code checkout, is this due to...

> > Thanks for the updates @ravinarayansingh. This looks better, but handling `IGNORE`, `REJECT`, and `FAIL` with the same case does not seem correct. The IGNORE and NONE options should...

Thanks @gresockj, will continue the discussion on the Jira issue.

Closing for now to continue the discussion on the Jira issue.

> made the requested changes. I also changed the the actual output from "nifi_version" to "framework_version". Should I change this back or leave it as-is. Thanks, that renaming looks good....