Make X509_verify_cert_error_string() thread safe
authortb <tb@openbsd.org>
Tue, 29 Nov 2022 07:03:40 +0000 (07:03 +0000)
committertb <tb@openbsd.org>
Tue, 29 Nov 2022 07:03:40 +0000 (07:03 +0000)
commitb2b9787f74e5a89f0eb52afcf89be6ebad692798
tree192bd078051d143a960da3741b33e80fae66911c
parentf99610b1bfc8d466556be4ad66020389c84fc0e4
Make X509_verify_cert_error_string() thread safe

Stop returning a pointer to a static buffer containing the error code on
unknown error. While this might be helpful, it's not going to end well.

ok beck claudio jsing
lib/libcrypto/x509/x509_txt.c