Make build_crls() behave like build_chain(). If there is not auth data
authorclaudio <claudio@openbsd.org>
Thu, 1 Apr 2021 08:29:10 +0000 (08:29 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 1 Apr 2021 08:29:10 +0000 (08:29 +0000)
commit50aad25e032f942f262cef32046958988eb7ff95
treee35c56eb7bfb335b3d8d295fc0959a9d44eb59ae
parent155f32c36892d27d8e0d057f689d4da031f953bc
Make build_crls() behave like build_chain(). If there is not auth data
just NULL the STACK_OF() pointer since libcrypto calls can handle that.
Update comments to be more accurate.
With and OK tb@
usr.sbin/rpki-client/parser.c