CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2020/09/14 06:33:51
Modified files: lib/libcrypto/x509: x509_verify.c Log message: Set error if we are given an NULL ctx in x509_verify, and set error to X509_V_ERR_OUT_OF_MEM instead of UNSPECIFIED in chain_append when allocation fails. noticed by ingo@ ok tb@