Skip to content

Commit a27d6ae

Browse files
committed
change all default keylengths to 2048
1 parent e4a628a commit a27d6ae

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

test/fixtures/keys/agent1.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ req ]
2-
default_bits = 1024
2+
default_bits = 2048
33
days = 9999
44
distinguished_name = req_distinguished_name
55
attributes = req_attributes

test/fixtures/keys/agent10.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ req ]
2-
default_bits = 1024
2+
default_bits = 2048
33
days = 9999
44
distinguished_name = req_distinguished_name
55
attributes = req_attributes

test/fixtures/keys/agent2.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ req ]
2-
default_bits = 1024
2+
default_bits = 2048
33
days = 9999
44
distinguished_name = req_distinguished_name
55
attributes = req_attributes

test/fixtures/keys/agent3.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ req ]
2-
default_bits = 1024
2+
default_bits = 2048
33
days = 9999
44
distinguished_name = req_distinguished_name
55
attributes = req_attributes

test/fixtures/keys/agent4.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ req ]
2-
default_bits = 1024
2+
default_bits = 2048
33
days = 9999
44
distinguished_name = req_distinguished_name
55
attributes = req_attributes

test/fixtures/keys/agent5.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[ req ]
22
string_mask = utf8only
33
utf8 = yes
4-
default_bits = 1024
4+
default_bits = 2048
55
days = 9999
66
distinguished_name = req_distinguished_name
77
attributes = req_attributes

test/fixtures/keys/agent6.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[ req ]
22
string_mask = utf8only
33
utf8 = yes
4-
default_bits = 1024
4+
default_bits = 2048
55
days = 9999
66
distinguished_name = req_distinguished_name
77
attributes = req_attributes

test/fixtures/keys/ca2.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default_md = sha512
1212

1313

1414
[ req ]
15-
default_bits = 1024
15+
default_bits = 2048
1616
days = 9999
1717
distinguished_name = req_distinguished_name
1818
attributes = req_attributes

test/fixtures/keys/ca3.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ req ]
2-
default_bits = 1024
2+
default_bits = 2048
33
days = 9999
44
distinguished_name = req_distinguished_name
55
attributes = req_attributes

test/fixtures/keys/ca4.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ req ]
2-
default_bits = 1024
2+
default_bits = 2048
33
days = 9999
44
distinguished_name = req_distinguished_name
55
attributes = req_attributes

test/fixtures/keys/ec.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ req ]
2-
default_bits = 1024
2+
default_bits = 2048
33
days = 9999
44
distinguished_name = req_distinguished_name
55
attributes = req_attributes

0 commit comments

Comments
 (0)