summaryrefslogtreecommitdiff
path: root/test/openssl/test_pkey_ec.rb
AgeCommit message (Expand)Author
2023-09-21[ruby/openssl] Fix test_pkey_ec.rb on FIPS.Jun Aruga
2023-09-06[ruby/openssl] test/openssl/test_pkey_ec.rb: refactor tests for EC.builtin_cu...Kazuki Yamaguchi
2023-09-06[ruby/openssl] Prefer String#unpack1Mau Magnaguagno
2022-12-23[ruby/openssl] pkey/ec: check private key validity with OpenSSL 3Joe Truba
2022-12-13[ruby/openssl] Use SHA256 instead of SHA1 where needed in tests.Jarek Prokop
2022-10-17[ruby/openssl] pkey/ec: check existence of public key component before exportingKazuki Yamaguchi
2022-10-17[ruby/openssl] pkey: restore support for decoding "openssl ecparam -genkey" o...Kazuki Yamaguchi
2021-12-20[ruby/openssl] pkey: deprecate PKey#set_* methodsKazuki Yamaguchi
2021-12-20[ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC#generate_key!Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: assume ECC supportKazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/utils: remove dup_public helper methodKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement PKey#sign_raw, #verify_raw, and #verify_recoverKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: add PKey::PKey#deriveKazuki Yamaguchi
2020-05-13[ruby/openssl] Add Marshal support to PKey objectsBart de Water
2020-02-16Guard for OpenSSL::PKey::EC::Group::Error with unsupported platformsHiroshi SHIBATA
2020-02-16Import openssl-2.2.0 (#2693)Hiroshi SHIBATA
2019-06-06Skip one assertion for OpenSSL::PKey::EC::Point#mul on LibreSSLJeremy Evans
2017-12-14openssl: import v2.1.0rhe
2017-09-03openssl: import v2.1.0.beta1rhe
2017-03-01openssl: avoid segfault during running tests on Ubuntu trustyrhe
2016-11-30openssl: import v2.0.0rhe
2016-08-29import Ruby/OpenSSL 2.0.0.beta.1rhe
2016-06-19openssl: implement initialize_copy method for PKey classesrhe
2016-06-18openssl: avoid test crash on Ubuntu 16.04rhe
2016-06-07openssl: adjust tests for OpenSSL 1.1.0rhe
2016-05-24openssl: add EC.generaterhe
2016-05-24openssl: rename EC#generate_key to EC#generate_key!rhe
2016-05-21openssl: add OpenSSL::PKey::EC#private? and #public?rhe
2016-05-20openssl: improve handling of password for encrypted PEMrhe
2016-05-18openssl: fix test failure due to the previous commitrhe
2016-05-18openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe
2016-05-18openssl: clear OpenSSL error queue before return to Rubyrhe
2016-05-18ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-12-13* test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL.hsbt
2013-07-07* test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves asemboss
2013-07-05* ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss
2012-08-21remove trainling spaces.nobu
2012-06-10* ext/openssl/ossl_pkey_ec.cemboss
2012-06-10* ext/openssl/ossl.cemboss
2011-06-22* ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss
2011-06-13* test/openssl/test_ec.rbemboss
2011-06-12* ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss