CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/06 07:50:51
Modified files:
usr.sbin/rpki-client: x509.c
Log message:
Next to signedObject only allow rpkiNotify accessMethods
Instead of ignoring all non-signedObject accessMethods, we can be stricter
and only allow rpkiNotify (for now) and error on anything else. Also make
sure we properly clean up behind ourselves on error.
With and ok job
