aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pkey_ec.rb
Commit message (Expand)AuthorAgeFilesLines
* pkey: allow non-BN object as the multiplier in PKey::EC::Point#mulKazuki Yamaguchi2016-08-221-7/+8
* test: rework PEM/DER encoding and decoding testsKazuki Yamaguchi2016-08-181-67/+86
* test/test_pkey_ec: stop iterating all curvesKazuki Yamaguchi2016-08-181-133/+134
* pkey: make PKey.read raise PKey::PKeyError rather than ArgumentErrortopic/pkey-read-pkey-errorKazuki Yamaguchi2016-07-091-1/+1
* openssl: implement initialize_copy method for PKey classesrhe2016-06-191-0/+23
* openssl: avoid test crash on Ubuntu 16.04rhe2016-06-191-3/+3
* openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-091-1/+3
* openssl: add EC.generaterhe2016-05-311-0/+9
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-311-2/+2
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-311-3/+15
* openssl: improve handling of password for encrypted PEMrhe2016-05-311-0/+12
* openssl: fix test failure due to the previous commitrhe2016-05-311-5/+6
* openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe2016-05-311-22/+27
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-311-6/+1
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-311-13/+32
* Sync trunkZachary Scott2016-02-021-0/+1
* Sync tests with trunkZachary Scott2015-01-061-1/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+211