summaryrefslogtreecommitdiff
path: root/test/authentication/test_key_manager.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/authentication/test_key_manager.rb')
-rw-r--r--test/authentication/test_key_manager.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/authentication/test_key_manager.rb b/test/authentication/test_key_manager.rb
index 05cb15d..4368a08 100644
--- a/test/authentication/test_key_manager.rb
+++ b/test/authentication/test_key_manager.rb
@@ -316,7 +316,7 @@ module Authentication
cert.critical_options = {}
cert.extensions = {}
cert.reserved = ''
- cert.sign!(OpenSSL::PKey::DSA.new(512))
+ cert.sign!(OpenSSL::PKey::DSA.new(1024))
cert
end
end
@@ -326,7 +326,7 @@ module Authentication
end
def dsa
- @dsa ||= OpenSSL::PKey::DSA.new(512)
+ @dsa ||= OpenSSL::PKey::DSA.new(1024)
end
def ecdsa_sha2_nistp256