comparison xml/510connectbot.in @ 344:b40bc65fa09a

compensate for SecureRandom bug on older devices
author Carl Byington <carl@five-ten-sg.com>
date Thu, 31 Jul 2014 18:39:36 -0700
parents 91a31873c42a
children 37f4a3b506d9
comparison
equal deleted inserted replaced
343:df13118e8e79 344:b40bc65fa09a
69 </refsect1> 69 </refsect1>
70 70
71 <refsect1 id='changes.1'> 71 <refsect1 id='changes.1'>
72 <title>Changes from previous Connectbots</title> 72 <title>Changes from previous Connectbots</title>
73 <itemizedlist> 73 <itemizedlist>
74 <listitem><para>
75 The Android SecureRandom bug has been fixed in newer versions
76 of Android, but this code now compensates for that bug in
77 older versions. If you have keys generated by on older Android
78 devices, those keys should be discarded, and you should generate
79 new keys.
80 </para></listitem>
81
82 <listitem><para>
83 The underlying ssh code has been updated from trilead to
84 ganymed. Elliptic curve crypto is now supported.
85 </para></listitem>
86
74 <listitem><para> 87 <listitem><para>
75 The soft function keypad now has better labels, and can generate 88 The soft function keypad now has better labels, and can generate
76 all 24 function keys for 5250 emulation. A hardware button can 89 all 24 function keys for 5250 emulation. A hardware button can
77 be configured to display that function keypad. 90 be configured to display that function keypad.
78 </para></listitem> 91 </para></listitem>