Actions
Bug #14087
closedProgram Crash when using openssl
Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu]
Backport:
Description
The interpreter crashed when I assign a DH public key to X509::Certificate using gem openssl.
And I have attached a demo for this problem.
Files
Updated by rhenium (Kazuki Yamaguchi) about 7 years ago
- Status changed from Open to Third Party's Issue
Please note that OpenSSL::PKey::DH#public_key only copies the parameters, despite the name.
Still, it is a bug that it segfaults. A fix is here: https://github.com/ruby/openssl/pull/168
Actions
Like0
Like0