CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/04 07:22:43
Modified files:
usr.sbin/rpki-client: extern.h rrdp_delta.c rrdp_notification.c
rrdp_snapshot.c validate.c
Log message:
Validate the session_id to be a real UUID.
RFC 8182 requires the session_id to be a version 4 random UUID (using
variant 1). Now checking the version and variant is currently disabled
because there is at least one CA with a session_id that is all random
and therefor the version check triggers there.
Joint work with job@. OK job@, tb@