summaryrefslogtreecommitdiff
path: root/ext
AgeCommit 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 firstKazuki Yamaguchi
2021-07-18[ruby/openssl] Fix some typos [ci skip]Ryuta Kamizono
2021-07-18[ruby/openssl] Add SSLSocket#getbyteAaron Patterson
2021-07-18[ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() familyKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in RubyKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement #to_text using EVP APIKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: remove unused ossl_generate_cb_2() helper functionKazuki 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_keyKazuki 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#signKazuki Yamaguchi
2021-07-18[ruby/openssl] ossl.c: do not set locking callbacks on LibreSSLKazuki Yamaguchi
2021-07-18[ruby/openssl] ssl: use TLS_method() instead of SSLv23_method() for LibreSSLKazuki Yamaguchi
2021-07-18[ruby/openssl] ssl: call SSL_CTX_set_ecdh_auto() on OpenSSL 1.0.2 onlyKazuki Yamaguchi
2021-07-18[ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi
2021-07-18[ruby/openssl] bn: update documentation of OpenSSL::BN#initialize and #to_sKazuki Yamaguchi
2021-07-18[ruby/openssl] BN.abs and BN uplusRick Mark
2021-07-14[ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...Kenta Murata
2021-07-14[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://...Nobuyoshi Nakada
2021-07-14[ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...Kenta Murata
2021-07-13[ruby/fiddle] update dependenciesNobuyoshi Nakada
2021-07-13[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API versionNobuyoshi Nakada
2021-07-13[ruby/fiddle] Update required_ruby_version (https://github.com/ruby/fiddle/pu...Nobuyoshi Nakada
2021-07-13[ruby/fiddle] Use have_header and have_type to detect memory view availabilitySutou Kouhei
2021-07-13[ruby/fiddle] Add "offsetof" to Struct classes (https://github.com/ruby/fiddl...Aaron Patterson
2021-07-13[ruby/fiddle] Bump versionSutou Kouhei
2021-07-13[ruby/fiddle] MemoryView: ensure reset rb_memory_view_t::obj on errorSutou Kouhei
2021-07-13[ruby/fiddle] StringValuePtr may change the valSutou Kouhei
2021-07-13[ruby/fiddle] Add MemoryView.export and MemoryView#release (https://github.co...Sutou Kouhei
2021-07-13[ruby/fiddle] Add Fiddle::MemoryView#to_s (https://github.com/ruby/fiddle/pul...Sutou Kouhei
2021-07-13[ruby/fiddle] windows: use GetLastError() for win32_last_errorSutou Kouhei
2021-07-13[ruby/fiddle] Bump versionSutou Kouhei
2021-07-12Avoid calling `fstat` on things we already know are valid sockets.Samuel Williams
2021-07-11[ruby/date] Fixed markups for bold [ci skip]Nobuyoshi Nakada
2021-07-11[ruby/date] Fix comparison with Float::INFINITYJeremy Evans
2021-07-09Added missing declarations in readline.h bundled with macOS 10.13Nobuyoshi Nakada
2021-07-08[ruby/stringio] Suppress a sign-compare warningNobuyoshi Nakada
2021-07-06Found library is not usable if the header is not foundNobuyoshi Nakada
2021-07-06Fixed 'maybe_unused' attributeNobuyoshi Nakada
2021-07-03Fix linking bundled zlibNobuyoshi Nakada
2021-06-29Add basic test for updated IO wait functions.Samuel Williams
2021-06-26Scan the coderange in the given encodingNobuyoshi Nakada
2021-06-23Convert ssize_t properlyNobuyoshi Nakada
2021-06-22Deprecate and rework old (fd) centric functions.Samuel Williams
2021-06-22Direct io for accept, send, sendmsg, recvfrom, and related methods.Samuel Williams
2021-06-22[ruby/readline-ext] Version 0.1.2aycabta