CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/28 05:57:00
Modified files:
usr.sbin/rpki-client: encoding.c extern.h rrdp.c rrdp.h
rrdp_delta.c rrdp_snapshot.c
Log message:
Limit the size of the base64 blob inside the RRDP XML to be less than
MAX_FILE_SIZE after base64 decoding it. This way hostile RRDP servers
do less damage.
OK beck@ tb@
