CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2023/01/20 15:00:48
Modified files: lib/libcrypto/x509: x509_internal.h x509_purp.c x509_verify.c Log message: Refactor x509v3_cache_extensions Simplify x509v3_cache_extensions() by using a wrapper to avoid duplication of code for locking and checking the EXFLAG_INVALID flag. OK tb@