CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/04/20 12:29:08
Modified files: lib/libcrypto/x509: x509_cpols.c Log message: Flip the default of explicitText to UTF8String While it may have been reasonable to use VisibleString back when this code was written, it's an anachronism nowadays. In particular, configuring BoringSSL reports that they have seen malformed certificates with exactly the issue caused by this unfortuante default. Reported by Alex Gaynor in OpenSSL issue 20772 ok jsing