Skip to content

Commit

Permalink
change all default keylengths to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
Momtchil Momtchev committed Sep 25, 2022
1 parent 4a99c04 commit 5de7790
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/keys/agent1.cnf
@@ -1,5 +1,5 @@
[ req ]
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/agent10.cnf
@@ -1,5 +1,5 @@
[ req ]
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/agent2.cnf
@@ -1,5 +1,5 @@
[ req ]
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/agent3.cnf
@@ -1,5 +1,5 @@
[ req ]
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/agent4.cnf
@@ -1,5 +1,5 @@
[ req ]
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/agent5.cnf
@@ -1,7 +1,7 @@
[ req ]
string_mask = utf8only
utf8 = yes
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/agent6.cnf
@@ -1,7 +1,7 @@
[ req ]
string_mask = utf8only
utf8 = yes
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/ca2.cnf
Expand Up @@ -12,7 +12,7 @@ default_md = sha512


[ req ]
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/ca3.cnf
@@ -1,5 +1,5 @@
[ req ]
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/ca4.cnf
@@ -1,5 +1,5 @@
[ req ]
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/keys/ec.cnf
@@ -1,5 +1,5 @@
[ req ]
default_bits = 1024
default_bits = 2048
days = 9999
distinguished_name = req_distinguished_name
attributes = req_attributes
Expand Down

0 comments on commit 5de7790

Please sign in to comment.