File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010 app you want to use.
1111- The text in the entropy gathering dialog is now scaled correctly.
1212
13+ ### Changed
14+ - Default RSA key size is now 2048 bits.
15+
1316## [ 1.8.4] [ 1.8.4 ] - 2015-04-19
1417### Fixed
1518- Key exchange and host key algorithm preference order was not being
Original file line number Diff line number Diff line change 5454import com .trilead .ssh2 .signature .ECDSASHA2Verify ;
5555
5656public class GeneratePubkeyActivity extends Activity implements OnEntropyGatheredListener {
57- /**
58- *
59- */
60- private static final int RSA_MINIMUM_BITS = 768 ;
57+ private static final int RSA_MINIMUM_BITS = 768 ;
6158
62- public final static String TAG = "ConnectBot.GeneratePubkeyActivity" ;
59+ public final static String TAG = "ConnectBot.GeneratePubkeyActivity" ;
6360
64- final static int DEFAULT_BITS = 1024 ;
61+ final static int DEFAULT_BITS = 2048 ;
6562
6663 final static int [] ECDSA_SIZES = ECDSASHA2Verify .getCurveSizes ();
6764
You can’t perform that action at this time.
0 commit comments