Two small tweaks to the geofeed code
authortb <tb@openbsd.org>
Sat, 26 Nov 2022 15:45:47 +0000 (15:45 +0000)
committertb <tb@openbsd.org>
Sat, 26 Nov 2022 15:45:47 +0000 (15:45 +0000)
commitf3520e92de980b5db99406519b782d922754e551
tree8ec6260d48a4009a175cdc33c6a4077e907c68ea
parentc74511df2ca4b2391eb5546856dda092e57fd0b2
Two small tweaks to the geofeed code

Only allocate b64 when it is needed. This way we can avoid allocating extra
memory for the signed data itself. Also, only check for the end signature
marker when it is actually expected. It's not forbidden - if stupid - to
have a comment '# End Signature:' in the signed data.

ok job
usr.sbin/rpki-client/geofeed.c