ndossche 2026-04-20 09:29:32 +0000 (Mon, 20 Apr 2026)
New Revision: b4c8c8a6f0
https://github.com/ruby/ruby/commit/b4c8c8a6f0
Log:
[ruby/openssl] pkcs7: fix error check of PKCS7_RECIP_INFO_set()
This function actually returns a value <=0 on error, but it is not
documented as such.
Example from OpenSSL code [1] and implementation [2] indicate as such