CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/21 17:34:48
Modified files:
lib/libcrypto/x509: x509_req.c
Log message:
X509_GET_PUBKEY(3) return value check in libcrypto
CID 25131
ok beck@ tb@
suggest using X509_REQ_get0_pubkey() and remove the EVP_PKEY_free() from tb@
