aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2022-11-30 10:00:35 +0000
committerWerner Koch <[email protected]>2022-12-01 09:12:21 +0000
commit2d8ac55d26e70f34c75ae892d84db90454b23c79 (patch)
tree893c28327662e44cca8d024d02f4249627731f5d /sm/gpgsm.c
parenttests: Put a workaround for semihosted environment. (diff)
downloadgnupg-2d8ac55d26e70f34c75ae892d84db90454b23c79.tar.gz
gnupg-2d8ac55d26e70f34c75ae892d84db90454b23c79.zip
gpgsm: Change default algo to AES-256.
* sm/gpgsm.c (DEFAULT_CIPHER_ALGO): Change.
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r--sm/gpgsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index bc22d68b3..3247a0f2e 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -516,7 +516,7 @@ static int default_include_certs = DEFAULT_INCLUDE_CERTS;
static int default_validation_model;
/* The default cipher algo. */
-#define DEFAULT_CIPHER_ALGO "AES"
+#define DEFAULT_CIPHER_ALGO "AES256"
static char *build_list (const char *text,