From: "naruse (Yui NARUSE)" Date: 2012-08-28T00:37:02+09:00 Subject: [ruby-core:47328] [ruby-trunk - Bug #6938][Assigned] [PATCH] Increase DH key size to fix test suite in FIPS mode Issue #6938 has been updated by naruse (Yui NARUSE). Status changed from Open to Assigned Assignee changed from duerst (Martin D��rst) to MartinBosslet (Martin Bosslet) Generating 1024bit key takes much more time then 256bit, so it should reuse the key instead of simply replacing like s/256/1024/. ---------------------------------------- Bug #6938: [PATCH] Increase DH key size to fix test suite in FIPS mode https://bugs.ruby-lang.org/issues/6938#change-29066 Author: vo.x (Vit Ondruch) Status: Assigned Priority: Normal Assignee: MartinBosslet (Martin Bosslet) Category: Target version: ruby -v: ruby 2.0.0dev In FIPS mode, DH refuses to generate or use keys with modulus smaller than 1024 bits. This patch increases the key size to make the test suite pass. -- http://bugs.ruby-lang.org/