Skip to content

SFTP - Fix deprecated Bouncy Castle, address QA feedback

Kamal Bramwell requested to merge sftp_bouncy_castle_fix into FE-902_sftp_feature

With the Bouncy Castle crypto api now deprecated on the latest versions of Android, a custom config for the SSHJ library was implemented-- see the Config object, and SshClient and Sftp Client classes.

Various other bug fixes that were found by QA are included in this branch.

Merge request reports