CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/11/30 22:16:08
Modified files: lib/libcrypto/x509: x509_vfy.c x509_vfy.h lib/libcrypto/hidden/openssl: x509_vfy.h Log message: Getters and setters for the check_issued() callback Open62541 uses X509_STORE_CTX_get_check_issued(), so provide it along with X509_STORE_{get,set}_check_issued(). As you would expect, they all return or take an X509_STORE_CTX_check_issued_fn. The getters aren't const in OpenSSL 1.1, but they now are in OpenSSL 3... These will be made available in the next minor bump and will ship in the stable release of LibreSSL 3.7 Part of OpenSSL commit 1060a50b See also https://github.com/libressl-portable/portable/issues/748 ok beck jsing