CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/04/07 04:59:19

Modified files:
        usr.sbin/rpki-client: cert.c constraints.c extern.h x509.c 

Log message:
rpki-client: clean up ipAddrBlocks and autonomousSysIds naming mess

OpenSSL called these NID_sbgp_ipAddrBlock and NID_sbgp_autonomousSysNum
from which rpki-client derived its own fantasy names. Use the official
names in RFC 3779 instead: id-pe-ipAddrBlocks and id-pe-autonomousSysIds.

ipaddrblk is ugly and can be expanded in the API. Use addrs for the
variable to avoid overlong lines. There's precedent in the constraints
code.

The doubled s in assysnum makes no sense and since autonomoussysids is
long and unreadable, I used asids in the API.

ok claudio

Reply via email to