CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/12/26 05:30:11

Modified files:
        usr.sbin/rpki-client: cert.c 

Log message:
Check ipAddrBlock and autonomousSysNum for criticality

These extensions MUST be marked critical. Criticality is determined by the
ASN1_BOOLEAN that is extracted and ignored after the FIXME a few lines
below each of the two hunks. Rather than getting the info from there, it's
easier to use an API call that checks what was already parsed by d2i_X509().

ok claudio job

Reply via email to