-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More tweaks for Ruby integration (#1852)
Ruby depends on some additional SSL flags and retrieving `DH` from `EVP_PKEY_get0` with `EVP_PKEY_DH` (which were both recently added). There were also a couple test failures in test_cipher.rb that were relatively easy to fix. ``` ❯ make test-all TESTS=../test/openssl/test_cipher.rb config.status: creating ruby-runner.h making mjit_build_dir.so Run options: --seed=38192 "--ruby=./miniruby -I../lib -I. -I.ext/common ... --excludes-dir=../test/excludes --name=!/memory_leak/ # Running tests: Finished tests in 0.058507s, 324.7500 tests/s, 1982.6843 assertions/s. 19 tests, 116 assertions, 0 failures, 0 errors, 0 skips ruby -v: ruby 3.1.6p260 (2024-09-10 revision 30d00a0b43) [x86_64-linux] ``` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information
1 parent
d3a598c
commit 998227d
Showing
5 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters