summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_pkey_ec.c
AgeCommit message (Expand)Author
2021-09-12[ruby/openssl] Add fallthrough commentsNobuyoshi Nakada
2021-09-12[ruby/openssl] Suppress printf format warningsNobuyoshi Nakada
2021-07-18[ruby/openssl] pkey/ec: refactor EC#dsa_{sign,verify}_asn1 with PKey#{sign,ve...Kazuki Yamaguchi
2021-07-18[ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() familyKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement #to_text using EVP APIKazuki Yamaguchi
2021-05-04Fix -Wundef warnings in core extensionsBenoit Daloze
2021-03-16[ruby/openssl] pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) formKazuki 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: reimplement PKey::DH#compute_key and PKey::EC#dh_compute...Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: refactor #export/#to_pem and #to_derKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: refactor DER/PEM-encoded string parsing codeKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: inline {rsa,dsa,dh,ec}_instance()Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: simplify ossl_pkey_new()Kazuki Yamaguchi
2020-02-16Import openssl-2.2.0 (#2693)Hiroshi SHIBATA
2018-02-16no ID cache in Init functionsnobu
2017-12-14openssl: import v2.1.0rhe
2017-09-03openssl: import v2.1.0.beta1rhe
2017-08-10openssl: import v2.0.5rhe
2017-06-14openssl: import v2.0.4rhe
2016-12-10openssl: import v2.0.1rhe
2016-11-30openssl: import v2.0.0rhe
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-09-08openssl: import v2.0.0.beta.2rhe
2016-08-29* remove trailing spaces.svn
2016-08-29import Ruby/OpenSSL 2.0.0.beta.1rhe
2016-06-19openssl: implement initialize_copy method for PKey classesrhe
2016-06-05openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe
2016-05-25openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe
2016-05-24openssl: add EC.generaterhe
2016-05-24openssl: rename EC#generate_key to EC#generate_key!rhe
2016-05-23openssl: use StringValueCStr() where NUL-terminated string is expectedrhe
2016-05-21openssl: add OpenSSL::PKey::EC#private? and #public?rhe
2016-05-20openssl: improve handling of password for encrypted PEMrhe
2016-05-18ossl_pkey_ec.c: index typesnobu
2016-05-18openssl: report errors in OpenSSL error queue when clear itrhe
2016-05-18ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe
2015-05-29openssl: wrapper object before allocnobu
2014-12-12ossl_pkey_ec.c: typed datanobu
2014-12-12ossl_pkey_ec.c: typed datanobu
2014-10-04ext: protoize no-arguments functionsnobu
2013-07-05* ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss
2013-04-16* ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak
2012-07-11* ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): nonstatic initializer usa
2012-07-11get rid of warningsnobu
2012-06-10* ext/openssl/ossl_pkey_ec.cemboss
2012-06-10* ext/openssl/ossl.cemboss
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2011-06-22* ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss
2011-05-11Thu May 12 08:01:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-04-06* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse