Skip to content

Commit

Permalink
Updated test RSA key size to 1024 bits. Fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Oct 17, 2012
1 parent 3491813 commit 327e826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.txt
Expand Up @@ -15,6 +15,7 @@
by cmaion.
* #shutdown now works even if no connections were made. Pull Request #24 by
James Tucker.
* Updated test RSA key size to 1024 bits. Bug #25 by Gunnar Wolf.

=== 2.7 / 2012-06-06

Expand Down
2 changes: 1 addition & 1 deletion test/test_net_http_persistent_ssl_reuse.rb
Expand Up @@ -21,7 +21,7 @@ def printf(*args) end
def setup
@name = OpenSSL::X509::Name.parse 'CN=localhost/DC=localdomain'

@key = OpenSSL::PKey::RSA.new 512
@key = OpenSSL::PKey::RSA.new 1024

@cert = OpenSSL::X509::Certificate.new
@cert.version = 2
Expand Down

0 comments on commit 327e826

Please sign in to comment.