mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
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).
File list: - common.pem: PEM file which may be used by most of the VTC files.