CVS: cvs.openbsd.org: src
Kenjiro NAKAYAMA <[email protected]> Fri, 31 Jul 2026 00:32:34 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/31 00:32:34 Modified files: regress/lib/libcrypto/x509: callbackfailures.c Log message: callbackfailures: allow specifying the root certificate file Accept an optional roots file argument while retaining /etc/ssl/cert.pem as the default. This allows portable regress users to provide a CA bundle when the default path is unavailable. ok tb