summaryrefslogtreecommitdiff
path: root/appl/cmd/auth/createsignerkey.b
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-06-11 12:31:51 +0000
committerCharles.Forsyth <devnull@localhost>2008-06-11 12:31:51 +0000
commit31a18a6996a6b5927e39cc553696c167e6c88e3d (patch)
tree40433c168b91d5c224cb8c338054eb9fb2ecbd37 /appl/cmd/auth/createsignerkey.b
parentac4d5a82181d3f4d63469e7745ccd38126c04b24 (diff)
20080611-1331
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