From: "mame (Yusuke Endoh)" Date: 2013-02-18T21:48:58+09:00 Subject: [ruby-core:52455] [ruby-trunk - Bug #6567] Let OpenSSL::PKey::EC follow the general PKey interface Issue #6567 has been updated by mame (Yusuke Endoh). Target version changed from 2.0.0 to next minor ---------------------------------------- Bug #6567: Let OpenSSL::PKey::EC follow the general PKey interface https://bugs.ruby-lang.org/issues/6567#change-36522 Author: MartinBosslet (Martin Bosslet) Status: Assigned Priority: Normal Assignee: MartinBosslet (Martin Bosslet) Category: ext Target version: next minor ruby -v: trunk This is supposed to be a parent task that references several quirks and issues that came up with OpenSSL::PKey::EC. The recurring theme is that EC doesn't follow the PKey interface established by RSA and DSA at times, and this results in things failing that shouldn't. These issues should be fixed even if they break backwards compatibility - in my opinion there's nothing won by keeping an interface that doesn't follow the contract. Related issues: https://bugs.ruby-lang.org/issues/5600 https://bugs.ruby-lang.org/issues/6252 https://bugs.ruby-lang.org/issues/4418 https://bugs.ruby-lang.org/issues/6310 -- http://bugs.ruby-lang.org/