comparison TODO @ 510:7953570e5210

update to ganymed-ssh2 tag 263 and fix hmac-sha2-512
author Carl Byington <carl@five-ten-sg.com>
date Wed, 01 Feb 2023 17:55:29 -0700
parents 2eb4fa13b9ef
children
comparison
equal deleted inserted replaced
509:2eb4fa13b9ef 510:7953570e5210
79 r1270 79 r1270
80 2018-11-10 - still the same r1270 version. 80 2018-11-10 - still the same r1270 version.
81 81
82 ================================== 82 ==================================
83 83
84 TODO: 84 2023-02-01 - 5250 ssl uses javax.net.ssl with security providers, so
85 that automatically gets better with modern android releases. Remove
86 SSLv2 and SSLv3, add TLSv1.2 and TLSv1.3
85 87
86 5250 ssl uses javax.net.ssl with security providers, so that 88 update Ganymed to https://github.com/SoftwareAG/ganymed-ssh-2 tag
87 automatically gets better with modern android releases. Remove 89 ganymed-ssh2-263, with stronger algorithms for message authentication
88 SSLv2 and SSLv3, change to TLSv1.2 and TLSv1.3 90 and key exchange.
89 91
90 ssh uses encryption and signature algorithms from bouncycastle. 92 ==================================
91 Verify those.
92 93
94
95 TODO
93 96
94 change all System.*.println -> android Log.d(TAG, "") calls 97 change all System.*.println -> android Log.d(TAG, "") calls
95 98
96 possible move to https://github.com/hierynomus/sshj 99 possible move to https://github.com/hierynomus/sshj
97 git clone https://github.com/hierynomus/sshj.git sshj 100 git clone https://github.com/hierynomus/sshj.git sshj