CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/02/03 07:43:15
Modified files: usr.sbin/rpki-client: cert.c Log message: Fix X509_get_ext_count() usage It doesn't return a value < 0. If it did, someone could feed rpki-client a bad cert that makes it error out, which is bad. There are various checks that will reject a cert without extensions, so we don't need to check this explicitly. ok job