Commits
Andris Mednis authored 468041f2b40
...G...PS. [ZBXNEXT-1263] fixed bugs in zbx_tls_init_child() for OpenSSL (issue 83) Before: - only the first certificate was loaded from certificate file but not the following intermediate certificates, - if opening or closing the CRL file failed then error message from OpenSSL error stack was reported. After: - load certificate chain from certificate file, - if opening or closing the CRL file fails do not examine OpenSSL error stack.