Re: rpki-client cert.c refactor

2022-04-01 Thread Theo Buehler
On Fri, Apr 01, 2022 at 02:44:43PM +0200, Claudio Jeker wrote: > I would like to get rid of the ta flag on cert_parse_inner() and only do > the basic cert parse bits there. Then cert_parse() and ta_parse() do the > other bits. > > This moves the easy checks to the right place. Great. This is alre

rpki-client cert.c refactor

2022-04-01 Thread Claudio Jeker
I would like to get rid of the ta flag on cert_parse_inner() and only do the basic cert parse bits there. Then cert_parse() and ta_parse() do the other bits. This moves the easy checks to the right place. -- :wq Claudio Index: cert.c ==