CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/09 05:39:19 Modified files: usr.sbin/rpki-client: filemode.c Log message: Properly apply constraints to BGPsec Router certs. The goal is to just warn about overclaiming intermediate certs but BGPsec Router Keys are also certs and those should use strict constraint validation. OK tb@