diff options
| author | Samuel Chiang <sachiang@amazon.com> | 2025-02-12 01:52:40 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-02-22 15:11:39 +0000 |
| commit | 841d9f259dbe70fa35b4634b5c90d2c33e51c3f9 (patch) | |
| tree | fafe911037436e0b93cc1feea79280263be9e08b /include/ruby/ruby.h | |
| parent | f63a123606286eadd812313a4ea42af8ea8c686f (diff) | |
[ruby/openssl] pkey: EVP_DigestVerify doesn't return -1 in AWS-LC
EVP_DigestVerify in OpenSSL returns 0 to indicate a signature
verification failure and can return -1 to indicate other
failures, such as invalid ASN1 contents. ruby/openssl also
reflects that by returning false with 0 and raising an error
with -1.
EVP_DigestVerify in AWS-LC simply returns 0 for any failure.
https://github.com/ruby/openssl/commit/be8ba76dc1
Diffstat (limited to 'include/ruby/ruby.h')
0 files changed, 0 insertions, 0 deletions
