On Wed, Jan 19, 2022 at 07:44:12AM +0100, Anton Lindqvist wrote: > On Tue, Jan 18, 2022 at 06:06:43AM -0700, Claudio Jeker wrote: > > CVSROOT: /cvs > > Module name: src > > Changes by: clau...@cvs.openbsd.org 2022/01/18 06:06:43 > > > > Modified files: > > usr.sbin/rpki-client: cert.c extern.h gbr.c mft.c parser.c roa.c > > x509.c > > > > Log message: > > Cleanup the scattered OBJ_txt2obj() calls and move them into > > x509_init_oid() to initalize all necessary OID objects at start. > > OK tb@ > > Seeing a bunch segfaults in regress. Looks like the test utilities must > call x509_init_oid() at this point. >
Yes, indeed, I fixed the tests that failed now. Thanks for the heads up. -- :wq Claudio