aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_pkey_ec.rb
Commit message (Expand)AuthorAgeFilesLines
* openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-071-1/+3
* openssl: add EC.generaterhe2016-05-241-0/+9
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-241-2/+2
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-211-3/+15
* openssl: improve handling of password for encrypted PEMrhe2016-05-201-0/+12
* openssl: fix test failure due to the previous commitrhe2016-05-181-5/+6
* openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe2016-05-181-22/+27
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-181-6/+1
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-181-13/+32
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL.hsbt2014-12-131-1/+1
* * test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves asemboss2013-07-071-1/+5
* * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss2013-07-051-13/+13
* remove trainling spaces.nobu2012-08-211-1/+1
* * ext/openssl/ossl_pkey_ec.cemboss2012-06-101-0/+16
* * ext/openssl/ossl.cemboss2012-06-101-0/+9
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-221-0/+5
* * test/openssl/test_ec.rbemboss2011-06-131-13/+122
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-121-0/+68