CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/27 10:08:12
Modified files:
usr.sbin/rpki-client: cert.c extern.h main.c validate.c
Log message:
Only store ta certs in the trust store and build chains of the
intermediate certificates for use in X509_STORE_CTX_init(). To do that
save the X509 cert in struct cert.
claudio sees > 2x speed increase.
ok claudio@ and feedback from jsing@ and beck@.
