CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/18 09:36:49
Modified files:
usr.sbin/rpki-client: cert.c extern.h parser.c
Log message:
Change cert_parse() and ta_parse() to no longer take a x509 handle as
argument. The x509 cert is also inside struct cert and easy to access.
Also switch auth_insert() to a void function since it can't fail.
OK tb@
