Further simplify cert and auth handling. Move common code into auth_insert
authorclaudio <claudio@openbsd.org>
Mon, 1 Nov 2021 17:00:34 +0000 (17:00 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 1 Nov 2021 17:00:34 +0000 (17:00 +0000)
commit198a05209cc7e77997e959cc73ff71dadd0fca51
treea37bb0298a7b76b9534e3a4e4c38417ffd6f6fb1
parent6af37010bbadbc1fb159c7c24f6ceab99f773f7a
Further simplify cert and auth handling. Move common code into auth_insert
and skip this distinction between invalid and failed certificates.
The difference between the to is getting more and more blurry.
OK tb@
usr.sbin/rpki-client/cert.c
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/output-json.c
usr.sbin/rpki-client/output.c
usr.sbin/rpki-client/parser.c