CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/08/18 10:26:33
Modified files: lib/libcrypto/x509: x509_req.c Log message: Allow empty attribute sets in CSRs While each attribute must contain at least one extension, it is not required that a CSR have attributes at all. Instead of signalling an error by returning NULL if no extensions are found, return an empty stack of extensions. Via OpenSSL 1f02ca2d ok jsing