commit | d266cdad2ad6e13e60f39c5200f42ce7c5c27716 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon Oct 11 15:34:13 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 13 11:28:10 2021 +0200 |
tree | 7817ce73e75108d2160e62892bda5a24538b245e | |
parent | b01179aa92f1b5d1b82b0d42cfbedd60b27e99d3 [diff] |
REGTESTS: ssl: Fix ssl_errors test for OpenSSL v3 The OpenSSL error codes for the same errors are not consistent between OpenSSL versions. The ssl_errors test needs to be modified to only take into account a fixed part of those error codes. This patch focuses on the reason part of the error code by applying a mask on the error code (whose size varies depending on the lib version).