CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/12 08:56:38
Modified files:
usr.sbin/rpki-client: Makefile http.c
Log message:
Add content-encoding compression support (just gzip and deflate).
This will allow servers to send compressed XML which saves around 50%.
The uncompressed output is limited to MAX_CONTENTLEN bytes so the
impact of decompression bombs is limited.
With and OK job@ tb@
