CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/03/13 11:23:02
Modified files: lib/libcrypto/x509: x509_constraints.c Log message: Relax the check of x509_constraints_dirname() The dirname constraint must be a prefix in DER format, so relax the check from requiring equal-length strings to allow shorter names also. >From Alex Wilson ok jsing