summaryrefslogtreecommitdiff
path: root/appl/cmd/auth/createsignerkey.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/auth/createsignerkey.b')
-rw-r--r--appl/cmd/auth/createsignerkey.b4
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/cmd/auth/createsignerkey.b b/appl/cmd/auth/createsignerkey.b
index 90a54b6f..e7b22c50 100644
--- a/appl/cmd/auth/createsignerkey.b
+++ b/appl/cmd/auth/createsignerkey.b
@@ -16,10 +16,10 @@ include "arg.m";
SKexpire: con 0;
# size in bits of modulus for public keys
-PKmodlen: con 512;
+PKmodlen: con 1024;
# size in bits of modulus for diffie hellman
-DHmodlen: con 512;
+DHmodlen: con 1024;
algs := array[] of {"rsa", "elgamal"}; # first entry is default