[ruby/openssl] pkcs7: raise OpenSSL::PKCS7::PKCS7Error in #initialize
When d2i_PKCS7_bio() and PEM_read_bio_PKCS7() fail to decode the input, OpenSSL::PKCS7.new currently raises ArgumentError. The usual practice in ruby/openssl where an error originates from the underlying OpenSSL...
[ruby/openssl] x509cert: update doc for OpenSSL::X509::Certificate#==
Mention the underlying OpenSSL function. Add a note about the unreliable comparison when called on an incomplete object.
Fixes https://github.com/ruby/openssl/issues/844
https://github.com/ruby/openssl/commit/736af5b3c7
Adjust indents [ci skip]
Update default gems list at 9e22037eb50d7abe6385901c9b0293 [ci skip]
[ruby/io-console] bump up to 0.8.2
https://github.com/ruby/io-console/commit/fbc7e1f31f
ZJIT: Add a test for --zjit-stats=<path> option
--zjit-stats=<path>
Fix up ruby/ruby#15414, 29c29c2b7e972359ab83038c5dc27a7e53ae65c7
ZJIT: Fix tests about --zjit-stats-quiet option
--zjit-stats-quiet
The --zjit-stats-quiet and --zjit-stats=quiet options differ. The latter option, =quiet, does print stats to the file "quiet", but does not suppress output like yjit option --yjit-stats=quiet.
--zjit-stats=quiet
=quiet
--yjit-stats=quiet
[Bug #21779] Do not export InitVM functions
Fix ruby/io-console#105.
[Bug #21779] Uniquify InitVM functions as well as Init
InitVM
Init
Avoid possible name conflict when --with-static-linked-ext.
--with-static-linked-ext
Removed duplicate code
View all revisions | View revisions
Also available in: Atom