CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/11/28 21:40:05
Modified files: usr.sbin/rpki-client: crl.c extern.h main.c x509.c Log message: Use the AKI embedded in the CRL to store the crls. This way the AKI from the cert can be used to load the correct CRL. This simplifies the code even further. OK benno@, beck@ agrees that this is the right way to do it