CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/08/09 04:30:23
Modified files: usr.sbin/rpki-client: http.c Log message: Check for URI with userinfo parts (hostname has an @ sign) and fail for such URI. The http client in rpki-client does not support http authentication since it only accesses public websites. OK jca@ job@