diff 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
line wrap: on
line diff
--- a/TODO	Thu Nov 17 10:56:48 2022 -0700
+++ b/TODO	Sun Jan 29 10:25:21 2023 -0700
@@ -82,6 +82,15 @@
 ==================================
 
 TODO:
+
+5250 ssl uses javax.net.ssl with security providers, so that
+automatically gets better with modern android releases. Remove
+SSLv2 and SSLv3, change to TLSv1.2 and TLSv1.3
+
+ssh uses encryption and signature algorithms from bouncycastle.
+Verify those.
+
+
 change all System.*.println -> android Log.d(TAG, "") calls
 
 possible move to https://github.com/hierynomus/sshj