CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/07/02 05:13:34
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
rpki-client: add CRLDP parsing to cert_parse_extensions()
Add a version of x509_get_crl() to cert_parse_extensions(). One change
is that we disallow TA certs and the other one is that the deserialization
matches all the other handlers. Also populate cert->crl directly.
As with the other nearly duplicated code, the old x509_get_crl()
will be removed later on.
ok job