summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
2021-04-25[ci skip] Fix a typo s/certificiate/certificate/wonda-tea-coffee
2021-04-13dependency updates卜部昌平
2021-03-31[ruby/openssl] Use #ifdef consistently for HAVE_RB_EXT_RACTOR_SAFETom Stuart
2021-03-31[ruby/openssl] Fix OpenSSL::Engine build on DebianTom Stuart
2021-03-31[ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFOKazuki Yamaguchi
2021-03-31Enclose the code that was accidentally a link in "tt"aycabta
2021-03-16[ruby/openssl] bn: check -1 return from BIGNUM functionsKazuki Yamaguchi
2021-03-16[ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada
2021-03-16[ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans
2021-03-16[ruby/openssl] pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) formKazuki Yamaguchi
2021-03-16[ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi
2021-03-16[ruby/openssl] ssl: retry write on EPROTOTYPE on macOSKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: update rdoc for X509::Store and X509::StoreContextKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: fix memory leak in X509::StoreContext.newKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: avoid ossl_raise() calls with NULL messageKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: refactor X509::StoreContext#chainKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: emit warning if arguments are given to X509::Store.newKazuki 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 markupNobuhiro IMAI
2021-03-16[ruby/openssl] Fix typo in documentationClaus 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 compatibilityBart de Water
2021-03-16[ruby/openssl] hmac: implement base64digest methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] hmac: migrate from the low-level HMAC API to the EVP APIKazuki 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
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#deriveKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: support 'one-shot' signing and verificationKazuki 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_keyKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: assume generic PKeys contain private componentsKazuki 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: prefer PKey.read over PKey::RSA.new in docsKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameterKazuki 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::ConfigKazuki Yamaguchi
2021-03-16[ruby/openssl] config: remove deprecated methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphersSpencer McIntyre
2020-12-19support Ruby 2.x for opensslKoichi Sasada
2020-12-18[openssl] Fix dependenciesKenta Murata
2020-12-18openssl is ractor-safeKoichi Sasada
2020-10-21Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平