Skip to content

Commit e88bdbe

Browse files
committed
Updated #bits for RSA (it used to be 2000 to tease out expectations)
1 parent 0418b3c commit e88bdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testdata/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# Setting of the number of RSA private key bits (radically ignoring 2^n trends)
3535
#
3636
CONFFILE ?= $(shell pwd)/../etc/tlspool.conf
37-
RSABITS ?= 2000
37+
RSABITS ?= 2048
3838
PGPRSABITS ?= 2048
3939

4040
#

0 commit comments

Comments
 (0)