CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/15 08:30:53
Modified files:
usr.sbin/rpki-client: repo.c rsync.c validate.c extern.h
regress/usr.sbin/rpki-client: Makefile.inc
Log message:
Tighten well-formedness checks on AIA & SIA extensions in certs
Valid Rsync URIs always contain a module component.
To avoid duplication of URI validation code, refactor rsync_base_uri()
to optionally allocate & dup the base URI portion.
Thanks to Ties de Kock for reporting.
OK tb@ claudio@