Mercurial > 510Connectbot
comparison TODO @ 509:2eb4fa13b9ef
update 5250 encryption to allow TLS1.3, remove old SSLv2 and SSLv3 methods
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 29 Jan 2023 10:25:21 -0700 |
parents | 0f53523562bb |
children | 7953570e5210 |
comparison
equal
deleted
inserted
replaced
508:d6c107dedb04 | 509:2eb4fa13b9ef |
---|---|
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 TODO: |
85 | |
86 5250 ssl uses javax.net.ssl with security providers, so that | |
87 automatically gets better with modern android releases. Remove | |
88 SSLv2 and SSLv3, change to TLSv1.2 and TLSv1.3 | |
89 | |
90 ssh uses encryption and signature algorithms from bouncycastle. | |
91 Verify those. | |
92 | |
93 | |
85 change all System.*.println -> android Log.d(TAG, "") calls | 94 change all System.*.println -> android Log.d(TAG, "") calls |
86 | 95 |
87 possible move to https://github.com/hierynomus/sshj | 96 possible move to https://github.com/hierynomus/sshj |
88 git clone https://github.com/hierynomus/sshj.git sshj | 97 git clone https://github.com/hierynomus/sshj.git sshj |
89 | 98 |