CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/02/07 18:04:56
Modified files: lib/libcrypto/x509: x509_verify.c Log message: x509_verify_parent_signature(): no need to bump pkey's refcount The parent certificate outlives the signature check, so we don't have to take a refcount of its pubkey and then release it again. ok beck