[#70843] Re: [ruby-cvs:58952] hsbt:r51801 (trunk): * lib/rubygems: Update to RubyGems HEAD(fe61e4c112). — Eric Wong <normalperson@...>
[email protected] wrote:
3 messages
2015/09/17
[ruby-core:70760] [Ruby trunk - Bug #6234] Incomplete code in ossl_pkey_ec.c
From:
zzak@...
Date:
2015-09-13 03:16:37 UTC
List:
ruby-core #70760
Issue #6234 has been updated by Zachary Scott.
Assignee changed from Martin Bosslet to openssl
----------------------------------------
Bug #6234: Incomplete code in ossl_pkey_ec.c
https://bugs.ruby-lang.org/issues/6234#change-54139
* Author: Ruby Submit
* Status: Assigned
* Priority: Normal
* Assignee: openssl
* ruby -v: ruby 1.9.2p290
* Backport:
----------------------------------------
File: ext\openssl\ossl_pkey_ec.c
} else {
BIO *in = ossl_obj2bio(arg1);
/* BUG: finish me */
BIO_free(in);
if (point == NULL) {
ossl_raise(eEC_POINT, "unknown type for 2nd arg");
}
}
--
https://bugs.ruby-lang.org/