| Age | Commit message (Expand) | Author |
| 2025-11-06 | [ruby/openssl] pkey: unify error classes into PKeyError | Kazuki Yamaguchi |
| 2025-10-27 | [ruby/openssl] pkey: update keys used in tests | Kazuki Yamaguchi |
| 2025-09-30 | [ruby/openssl] pkey: disallow {DH,DSA,EC,RSA}.new without arguments with Open... | Kazuki Yamaguchi |
| 2025-04-08 | [ruby/openssl] Fix the tests using SHA-1 Probabilistic Signature Scheme (PSS)... | Jun Aruga |
| 2025-01-23 | [ruby/openssl] pkey: change PKey::{RSA,DSA,DH}#params to use nil for missing ... | Kazuki Yamaguchi |
| 2025-01-23 | [ruby/openssl] pkey: add tests for PKey::{RSA,DSA,DH}#params | Kazuki Yamaguchi |
| 2025-01-06 | [ruby/openssl] pkey: Use openssl generated pkcs8 key instead | samuel40791765 |
| 2024-09-05 | [ruby/openssl] Fix test_pkey_rsa.rb in FIPS. | Jun Aruga |
| 2023-09-06 | [ruby/openssl] Prefer String#unpack1 | Mau Magnaguagno |
| 2022-12-13 | [ruby/openssl] Use SHA256 instead of SHA1 where needed in tests. | Jarek Prokop |
| 2022-10-17 | [ruby/openssl] Check if the option is an Hash in `pkey_ctx_apply_options0()` | Nobuhiro IMAI |
| 2021-12-20 | [ruby/openssl] pkey: deprecate PKey#set_* methods | Kazuki Yamaguchi |
| 2021-12-20 | [ruby/openssl] pkey: test parsing concatenated PEM string | Kazuki Yamaguchi |
| 2021-10-23 | [ruby/openssl] test/openssl/test_pkey_rsa: disable test_no_private_exp on Ope... | Kazuki Yamaguchi |
| 2021-10-23 | [ruby/openssl] test/openssl/utils: remove dup_public helper method | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: implement PKey#sign_raw, #verify_raw, and #verify_recover | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: implement PKey#encrypt and #decrypt | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in Ruby | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: allow setting algorithm-specific options in #sign and #v... | Kazuki Yamaguchi |
| 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-02-16 | Import openssl-2.2.0 (#2693) | Hiroshi SHIBATA |
| 2018-05-12 | openssl: merge changes in v2.1.1 | rhe |
| 2017-11-25 | openssl: import v2.1.0.beta2 | rhe |
| 2017-09-03 | openssl: import v2.1.0.beta1 | rhe |
| 2017-08-10 | openssl: import v2.0.5 | rhe |
| 2016-11-30 | openssl: import v2.0.0 | rhe |
| 2016-08-29 | import Ruby/OpenSSL 2.0.0.beta.1 | rhe |
| 2016-06-19 | openssl: implement initialize_copy method for PKey classes | rhe |
| 2016-05-20 | openssl: improve handling of password for encrypted PEM | rhe |
| 2016-05-18 | openssl: clear OpenSSL error queue before return to Ruby | rhe |
| 2015-12-16 | Add frozen_string_literal: false for all files | naruse |
| 2014-12-13 | test/openssl: skip old OpenSSL | nobu |
| 2014-09-03 | * test/openssl/test_pkey_rsa.rb (OpenSSL#test_sign_verify_memory_leak): | hsbt |
| 2014-04-16 | ossl_pkey.c: fix memory leak | nobu |
| 2012-06-10 | * ext/openssl/ossl.c | emboss |
| 2011-12-20 | * Make sure to clear $! when ignoring an exception | nahi |
| 2011-11-04 | * ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSA | nahi |
| 2011-09-01 | * Release GVL while OpenSSL's public key generation. | nahi |
| 2011-06-22 | * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DER | emboss |
| 2011-06-14 | Clear error messages before process and get errors. [ruby-dev:43791] [Bug #4879] | naruse |
| 2011-06-12 | * ext/openssl/ossl_pkey.c: added PKey.read module function that allow | emboss |
| 2011-05-18 | * test/openssl/test_pkey_rsa.rb: Add tests for sign/verify. | emboss |
| 2011-05-14 | Sat May 14 12:00:54 2011 Martin Bosslet <Martin.Bosslet@googlemail.com> | emboss |
| 2011-05-14 | Sat May 14 10:32:36 2011 Martin Bosslet <Martin.Bosslet@googlemail.com> | emboss |
| 2011-05-13 | Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com> | emboss |
| 2011-05-13 | Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com> | emboss |
| 2011-04-06 | * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): | naruse |
| 2010-12-15 | drying up the requires in the openssl tests | tenderlove |
| 2005-09-18 | * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: | gotoyuzo |