aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey_ec.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: add EC.generaterhe2016-05-311-51/+96
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-311-3/+12
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-311-4/+4
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-311-10/+14
* openssl: improve handling of password for encrypted PEMrhe2016-05-311-19/+9
* ossl_pkey_ec.c: index typesnobu2016-05-311-1/+1
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-311-2/+2
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-311-54/+64
* Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-031-2/+4
* Sync with ruby trunkZachary Scott2015-01-051-10/+30
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+1683