From: "mame (Yusuke Endoh)" Date: 2012-04-17T21:19:08+09:00 Subject: [ruby-core:44414] [ruby-trunk - Bug #6252][Assigned] OpenSSL - ECDSA signature reliability Issue #6252 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned ---------------------------------------- Bug #6252: OpenSSL - ECDSA signature reliability https://bugs.ruby-lang.org/issues/6252#change-25962 Author: sacketty (Henri Sack) Status: Assigned Priority: Normal Assignee: MartinBosslet (Martin Bosslet) Category: lib Target version: 1.9.3 ruby -v: ruby 1.9.3p125 (2012-02-16 revision 34643) [i686-linux] =begin The snippet code attached shows ECDSA signature test with secp160r1 curve. Given: * ((|msg|)) a message with length <= 20, * ((|sig|)) the ECDSA signature of ((|msg|)) * ((|tamp|)), a string, Then ((|sig|)) can be successfully used to verify any message in the form ((|msg|)) + ((|tamp|)) =end -- http://bugs.ruby-lang.org/