| Age | Commit message (Expand) | Author |
| 2021-03-16 | [ruby/openssl] digest, hmac, ts, x509: use IO.binread in examples where appro... | 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: add PKey::PKey#derive | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] pkey: support 'one-shot' signing and verification | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] pkey: port PKey::PKey#sign and #verify to the EVP_Digest* inte... | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] pkey: add PKey.generate_parameters and .generate_key | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] pkey: assume generic PKeys contain private components | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] pkey: refactor #export/#to_pem and #to_der | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] pkey: refactor DER/PEM-encoded string parsing code | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] pkey: prefer PKey.read over PKey::RSA.new in docs | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameter | Kazuki 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 |
| 2021-03-16 | [ruby/openssl] config: replace DupConfigPtr() with GetConfig() | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] config: revert to C implementation of OpenSSL::Config | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] config: remove deprecated methods | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphers | Spencer McIntyre |
| 2020-12-19 | support Ruby 2.x for openssl | Koichi Sasada |
| 2020-12-18 | [openssl] Fix dependencies | Kenta Murata |
| 2020-12-18 | openssl is ractor-safe | Koichi Sasada |
| 2020-10-21 | Use rb_intern_const instead of rb_intern in Init functions | Nobuyoshi Nakada |
| 2020-10-21 | Don't redefine #rb_intern over and over again | Stefan Stüben |
| 2020-08-27 | sed -i '/rmodule.h/d' | 卜部昌平 |
| 2020-08-27 | sed -i '/r_cast.h/d' | 卜部昌平 |
| 2020-08-27 | sed -i '\,2/extern.h,d' | 卜部昌平 |
| 2020-07-20 | Remove trailing spaces [ci skip] | Nobuyoshi Nakada |
| 2020-05-13 | [ruby/openssl] Ruby/OpenSSL 2.2.0 | Kazuki Yamaguchi |
| 2020-05-13 | [ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_file | Kazuki Yamaguchi |
| 2020-05-13 | [ruby/openssl] pkey: add PKey#inspect and #oid | Kazuki Yamaguchi |
| 2020-05-13 | [ruby/openssl] Fix signing example to not use Digest instance | Bart de Water |
| 2020-05-13 | [ruby/openssl] Look up cipher by name instead of constant | Bart de Water |
| 2020-05-13 | [ruby/openssl] Remove 'mapping between Digest class and sn/ln' | Bart de Water |
| 2020-05-13 | [ruby/openssl] Look up digest by name instead of constant | Bart de Water |
| 2020-05-13 | [ruby/openssl] Add Marshal support to PKey objects | Bart de Water |
| 2020-05-13 | ext/openssl/ossl.h: Remove a variable that is used only in assert | Yusuke Endoh |
| 2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
| 2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
| 2020-04-08 | Suppress -Wshorten-64-to-32 warnings | Nobuyoshi Nakada |
| 2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
| 2020-03-10 | openssl: sync with upstream repository | Kazuki Yamaguchi |
| 2020-02-17 | [ruby/openssl] ts: simplify OpenSSL::Timestamp::Request#algorithm | Kazuki Yamaguchi |
| 2020-02-16 | ext/openssl/extconf.rb: avoid -Werror=deprecated-declarations | Yusuke Endoh |
| 2020-02-16 | Import openssl-2.2.0 (#2693) | Hiroshi SHIBATA |
| 2019-12-29 | ext/openssl/ossl_ssl.c: nodoc for private methods | Hiroshi SHIBATA |
| 2019-12-05 | ext/openssl/extconf.rb: check with -Werror=deprecated-declarations | Nobuyoshi Nakada |
| 2019-12-05 | ext/openssl/extconf.rb: do not use -Werror=deprecated-declarations | Yusuke Endoh |
| 2019-11-18 | [ruby/openssl] Remove taint support | Jeremy Evans |
| 2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |
| 2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
| 2019-10-10 | Prefer rb_gc_register_mark_object | Nobuyoshi Nakada |