From 8925416858d186ce3f3a7da0f34fc7ce62e3b5b1 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 20 Aug 2019 12:07:28 +0200 Subject: tool: Use Cv25519 as the default cipher suite. --- tool/src/sq_cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/src/sq_cli.rs b/tool/src/sq_cli.rs index 70dd4155..933bffa7 100644 --- a/tool/src/sq_cli.rs +++ b/tool/src/sq_cli.rs @@ -350,7 +350,7 @@ pub fn build() -> App<'static, 'static> { .long("cipher-suite") .short("c") .possible_values(&["rsa3k", "cv25519"]) - .default_value("rsa3k") + .default_value("cv25519") .help("Cryptographic algorithms used for the key.")) .arg(Arg::with_name("with-password") .long("with-password") -- cgit v1.2.3