| Commit message (Expand) | Author | Age | Files | Lines |
* | Use RB_INTEGER_TYPE_P | Nobuyoshi Nakada | 2021-07-20 | 1 | -2/+1 |
* | [ruby/irb] Support non-English code page message | aycabta | 2021-07-20 | 1 | -1/+1 |
* | * 2021-07-20 [ci skip] | git | 2021-07-20 | 1 | -1/+1 |
* | Use UNREACHABLE instead of fall through | Kazuhiro NISHIYAMA | 2021-07-20 | 1 | -1/+1 |
* | Add `fall through` | Kazuhiro NISHIYAMA | 2021-07-19 | 1 | -0/+1 |
* | Remove unneeded quotes [ci skip] | Nobuyoshi Nakada | 2021-07-19 | 1 | -1/+1 |
* | [ruby/racc] Removed pre-setup from gemspec | Hiroshi SHIBATA | 2021-07-19 | 1 | -1/+1 |
* | [ruby/racc] Removed needless files from gemspec | Hiroshi SHIBATA | 2021-07-19 | 1 | -7/+3 |
* | [ruby/racc] Move document from library directory | Hiroshi SHIBATA | 2021-07-19 | 2 | -220/+2 |
* | [ruby/racc] Removed generate code from parser.rb. It's already migrated by ra... | Hiroshi SHIBATA | 2021-07-19 | 1 | -13/+0 |
* | test/openssl/test_x509cert.rb: Prevent "unused variable" warning | Yusuke Endoh | 2021-07-19 | 1 | -1/+1 |
* | [ruby/did_you_mean] Prevent "warning: ambiguity between regexp and two divisi... | Yusuke Endoh | 2021-07-19 | 1 | -1/+1 |
* | * 2021-07-19 [ci skip] | git | 2021-07-19 | 1 | -1/+1 |
* | Doc guide for class/module (#4600) | Burdette Lamar | 2021-07-18 | 2 | -211/+281 |
* | Make boolean expected messages more consitent | Nobuyoshi Nakada | 2021-07-18 | 2 | -3/+2 |
* | [ruby/racc] Add missing check for rb_block_call() | Benoit Daloze | 2021-07-18 | 1 | -0/+1 |
* | [ruby/racc] Shrink gem size | Bruno Arueira | 2021-07-18 | 1 | -49/+2 |
* | Constified a local table | Nobuyoshi Nakada | 2021-07-18 | 1 | -1/+1 |
* | Adjust styles [ci skip] | Nobuyoshi Nakada | 2021-07-18 | 1 | -2/+4 |
* | Get rid of type aliasing | Nobuyoshi Nakada | 2021-07-18 | 1 | -5/+4 |
* | [ruby/openssl] Strip trailing spaces | Kazuki Yamaguchi | 2021-07-18 | 3 | -3/+3 |
* | [ruby/openssl] Deprecate and rework old (fd) centric functions | Samuel Williams | 2021-07-18 | 2 | -6/+28 |
* | [ruby/openssl] Use rb_block_call() instead of the deprecated rb_iterate() in ... | Benoit Daloze | 2021-07-18 | 1 | -2/+3 |
* | [ruby/openssl] Add example to OpenSSL::KDF.hkdf method (https://github.com/ru... | Yusuke Nakamura | 2021-07-18 | 1 | -0/+8 |
* | [ruby/openssl] use Bundler for dependency management and Rake gem tasks | Kazuki Yamaguchi | 2021-07-18 | 1 | -5/+0 |
* | [ruby/openssl] Include peer socket IP address in errors | Vinicius Stock | 2021-07-18 | 2 | -4/+57 |
* | [ruby/openssl] Add OpenSSL::BN#set_flags and #get_flags | Yusuke Endoh | 2021-07-18 | 2 | -0/+76 |
* | [ruby/openssl] pkey/dsa: refactor DSA#sys{sign,verify} with PKey#{sign,verify... | Kazuki Yamaguchi | 2021-07-18 | 2 | -88/+54 |
* | [ruby/openssl] pkey/ec: refactor EC#dsa_{sign,verify}_asn1 with PKey#{sign,ve... | Kazuki Yamaguchi | 2021-07-18 | 2 | -55/+22 |
* | [ruby/openssl] pkey/rsa: port RSA#{private,public}_{encrypt,decrypt} to the E... | Kazuki Yamaguchi | 2021-07-18 | 2 | -141/+106 |
* | [ruby/openssl] pkey: implement PKey#sign_raw, #verify_raw, and #verify_recover | Kazuki Yamaguchi | 2021-07-18 | 4 | -31/+325 |
* | [ruby/openssl] pkey: update version reference in #sign and #verify documentation | Kazuki Yamaguchi | 2021-07-18 | 1 | -2/+2 |
* | [ruby/openssl] pkey: implement PKey#encrypt and #decrypt | Kazuki Yamaguchi | 2021-07-18 | 2 | -0/+175 |
* | [ruby/openssl] pkey: remove deprecated parameter setters | Kazuki Yamaguchi | 2021-07-18 | 1 | -52/+3 |
* | [ruby/openssl] Implement `Certificate.load` to load certificate chain. (https... | Samuel Williams | 2021-07-18 | 8 | -0/+246 |
* | [ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding first | Kazuki Yamaguchi | 2021-07-18 | 6 | -61/+75 |
* | [ruby/openssl] Fix some typos [ci skip] | Ryuta Kamizono | 2021-07-18 | 3 | -3/+3 |
* | [ruby/openssl] Add SSLSocket#getbyte | Aaron Patterson | 2021-07-18 | 3 | -0/+36 |
* | [ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() family | Kazuki Yamaguchi | 2021-07-18 | 4 | -8/+61 |
* | [ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in Ruby | Kazuki Yamaguchi | 2021-07-18 | 5 | -168/+87 |
* | [ruby/openssl] pkey: implement #to_text using EVP API | Kazuki Yamaguchi | 2021-07-18 | 6 | -116/+43 |
* | [ruby/openssl] pkey: remove unused ossl_generate_cb_2() helper function | Kazuki Yamaguchi | 2021-07-18 | 4 | -81/+15 |
* | [ruby/openssl] pkey/dsa: use high level EVP interface to generate parameters ... | Kazuki Yamaguchi | 2021-07-18 | 3 | -129/+64 |
* | [ruby/openssl] pkey/rsa: use high level EVP interface to generate parameters ... | Kazuki Yamaguchi | 2021-07-18 | 2 | -116/+46 |
* | [ruby/openssl] pkey/dh: use high level EVP interface to generate parameters a... | Kazuki Yamaguchi | 2021-07-18 | 3 | -157/+101 |
* | [ruby/openssl] pkey: fix interrupt handling in OpenSSL::PKey.generate_key | Kazuki Yamaguchi | 2021-07-18 | 1 | -5/+13 |
* | [ruby/openssl] pkey: allow setting algorithm-specific options in #sign and #v... | Kazuki Yamaguchi | 2021-07-18 | 2 | -58/+89 |
* | [ruby/openssl] pkey: prepare pkey_ctx_apply_options() for usage by other oper... | Kazuki Yamaguchi | 2021-07-18 | 1 | -8/+14 |
* | [ruby/openssl] pkey: fix potential memory leak in PKey#sign | Kazuki Yamaguchi | 2021-07-18 | 1 | -2/+6 |
* | [ruby/openssl] ossl.c: do not set locking callbacks on LibreSSL | Kazuki Yamaguchi | 2021-07-18 | 2 | -2/+7 |