CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/06/27 08:10:22
Modified files: lib/libcrypto/x509: x509_internal.h x509_verify.c x509_vfy.c x509_vfy.h Log message: Allow security_level to mestastasize into the verifier The tentacles are everywhere. This checks that all certs in a chain have keys and signature algorithms matching the requirements of the security_level configured in the verify parameters. ok beck jsing