CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/28 13:36:17
Modified files:
usr.sbin/rpki-client: cert.c extern.h main.c validate.c
Log message:
Convert the auths array into an RB tree indexed by SKI. For fast lookups
the parent auth struct is stored as a pointer so walking up the certificate
chain remains simple. Doing this replaces a few slow lookups and speeds up
rpki-client by a factor of 2.
OK benno@
