aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pkey_ec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed inconsistency directory structure with ruby/ruby repoHiroshi SHIBATA2020-02-171-374/+0
* Guard for OpenSSL::PKey::EC::Group::Error with unsupported platformsHiroshi SHIBATA2020-02-161-6/+11
* Prefer `frozen_string_literal: true`.Samuel Williams2020-02-061-1/+1
* Add EC_POINT_add supportJ.D. Hollis2019-07-031-0/+16
* Skip one assertion for OpenSSL::PKey::EC::Point#mul on LibreSSLJeremy Evans2019-06-061-2/+8
* Merge pull request #177 from rhenium/ky/pkey-ec-point-octet-stringKazuki Yamaguchi2017-12-141-22/+45
|\
| * pkey/ec: add support for octet string encoding of EC pointky/pkey-ec-point-octet-stringKazuki Yamaguchi2017-12-141-22/+45
* | Merge branch 'maint'Kazuki Yamaguchi2017-08-261-1/+1
|\ \ | |/ |/|
| * Backport "Merge branch 'topic/test-memory-leak'" to maintKazuki Yamaguchi2017-08-241-22/+24
* | Merge branch 'maint'bpointKazuki Yamaguchi2017-06-141-1/+1
|\|
| * test/test_pkey_ec: do not use dummy 0 orderKazuki Yamaguchi2017-02-031-1/+1
* | test: prepare test PKey instances on demandKazuki Yamaguchi2017-01-171-22/+24
* | Remove support for OpenSSL 0.9.8 and 1.0.0topic/drop-openssl-098-and-100Kazuki Yamaguchi2016-12-221-11/+4
|/
* Merge branch 'topic/test-static-test-vector'Kazuki Yamaguchi2016-10-171-0/+14
|\
| * test/test_pkey_*: refine sign/verify teststopic/test-static-test-vectorKazuki Yamaguchi2016-10-161-0/+14
* | pkey: allow specifying conversion form in EC::Point#to_bntopic/pkey-ec-conversion-formKazuki Yamaguchi2016-09-281-0/+4
|/
* 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