Change cert_parse() and ta_parse() to no longer take a x509 handle as
authorclaudio <claudio@openbsd.org>
Tue, 18 Jan 2022 16:36:49 +0000 (16:36 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 18 Jan 2022 16:36:49 +0000 (16:36 +0000)
commit9551aa73cacf868b06b36decc99b5728d503b6f5
tree7a28dd95c56c1795e8751d269fefae8e72391332
parent4bccd3c188aa092d42a1c9615a976641585644d1
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@
usr.sbin/rpki-client/cert.c
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/parser.c