CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2020/09/18 02:28:45
Modified files: lib/libcrypto/x509: x509_constraints.c Log message: Fix potential overflow in CN subject line parsing, thanks to ASN1_STRING - the gift that keeps on giving. Found by Guido Vranken's cryptofuzzer. ok tb@