CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/23 01:40:28
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
rpki-client: check for duplicate certificate extensions
RFC 5280 disallows multiple extensions with the same OID. Since libcrypto
does not check that currently, do this by hand. This only deals with CA
certs for now, EE certs could do that similarly.
Found with BBN test corpora
ok job
