yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
* [PATCH] test_ssl: remove unnecessary priv_key DH parameter
@ 2016-07-04  0:14 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2016-07-04  0:14 UTC (permalink / raw)
  To: yahns-public

It seems unnecessary to set it at all and it's deprecated
in current Ruby trunk.
---
 test/test_ssl.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/test/test_ssl.rb b/test/test_ssl.rb
index e89a89d..92be542 100644
--- a/test/test_ssl.rb
+++ b/test/test_ssl.rb
@@ -26,12 +26,6 @@ class TestSSL < Testcase
 -----END DH PARAMETERS-----
   _end_of_pem_
 
-  TEST_KEY_DH1024.priv_key = OpenSSL::BN.new("48561834C67E65FFD2A9B47F41" \
-     "E5E78FDC95C387428FDB1E4B0188B64D1643C3A8D3455B945B7E8C4D166010C7C2" \
-     "CE23BFB9BEF43D0348FE7FA5284B0225E7FE1537546D114E3D8A4411B9B9351AB4" \
-     "51E1A358F50ED61B1F00DA29336EEBBD649980AC86D76AF8BBB065298C2052672E" \
-     "EF3EF13AB47A15275FC2836F3AC74CEA", 16)
-
   def setup
     unless FAST_NB
       skip "missing exception-free non-blocking IO in " \
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-04  0:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-04  0:14 [PATCH] test_ssl: remove unnecessary priv_key DH parameter Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/yahns.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).