| Age | Commit message (Expand) | Author |
| 2021-07-18 | [ruby/openssl] Implement `Certificate.load` to load certificate chain. (https... | Samuel Williams |
| 2021-07-18 | [ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding first | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] Fix some typos [ci skip] | Ryuta Kamizono |
| 2021-07-18 | [ruby/openssl] Add SSLSocket#getbyte | Aaron Patterson |
| 2021-07-18 | [ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() family | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in Ruby | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: implement #to_text using EVP API | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: remove unused ossl_generate_cb_2() helper function | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey/dsa: use high level EVP interface to generate parameters ... | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey/rsa: use high level EVP interface to generate parameters ... | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey/dh: use high level EVP interface to generate parameters a... | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: fix interrupt handling in OpenSSL::PKey.generate_key | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: allow setting algorithm-specific options in #sign and #v... | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: prepare pkey_ctx_apply_options() for usage by other oper... | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] pkey: fix potential memory leak in PKey#sign | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] ossl.c: do not set locking callbacks on LibreSSL | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] ssl: use TLS_method() instead of SSLv23_method() for LibreSSL | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] ssl: call SSL_CTX_set_ecdh_auto() on OpenSSL 1.0.2 only | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1 | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] bn: update documentation of OpenSSL::BN#initialize and #to_s | Kazuki Yamaguchi |
| 2021-07-18 | [ruby/openssl] BN.abs and BN uplus | Rick Mark |
| 2021-06-22 | Deprecate and rework old (fd) centric functions. | Samuel Williams |
| 2021-05-04 | Fix -Wundef warnings in core extensions | Benoit Daloze |
| 2021-04-25 | [ci skip] Fix a typo s/certificiate/certificate/ | wonda-tea-coffee |
| 2021-04-13 | dependency updates | 卜部昌平 |
| 2021-03-31 | [ruby/openssl] Use #ifdef consistently for HAVE_RB_EXT_RACTOR_SAFE | Tom Stuart |
| 2021-03-31 | [ruby/openssl] Fix OpenSSL::Engine build on Debian | Tom Stuart |
| 2021-03-31 | [ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFO | Kazuki Yamaguchi |
| 2021-03-31 | Enclose the code that was accidentally a link in "tt" | aycabta |
| 2021-03-16 | [ruby/openssl] bn: check -1 return from BIGNUM functions | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_info | Nobuyoshi Nakada |
| 2021-03-16 | [ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3 | Jeremy Evans |
| 2021-03-16 | [ruby/openssl] pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) form | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callback | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] ssl: retry write on EPROTOTYPE on macOS | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] x509store: update rdoc for X509::Store and X509::StoreContext | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] x509store: fix memory leak in X509::StoreContext.new | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] x509store: avoid ossl_raise() calls with NULL message | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] x509store: refactor X509::StoreContext#chain | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] x509store: emit warning if arguments are given to X509::Store.new | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ... | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] [DOC] Fix RDoc markup | Nobuhiro IMAI |
| 2021-03-16 | [ruby/openssl] Fix typo in documentation | Claus Lensbøl |
| 2021-03-16 | [ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v... | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp. | Colton Jenkins |
| 2021-03-16 | [ruby/openssl] User lower case cipher names for maximum compatibility | Bart de Water |
| 2021-03-16 | [ruby/openssl] hmac: implement base64digest methods | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] hmac: migrate from the low-level HMAC API to the EVP API | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn]) | Kazuki Yamaguchi |
| 2021-03-16 | [ruby/openssl] digest, hmac, ts, x509: use IO.binread in examples where appro... | Kazuki Yamaguchi |