Re: rpki-client adjust x509_get functions

2022-04-01 Thread Theo Buehler
> And here is the updated diff ok

Re: rpki-client adjust x509_get functions

2022-04-01 Thread Claudio Jeker
On Fri, Apr 01, 2022 at 06:52:48PM +0200, Claudio Jeker wrote: > On Fri, Apr 01, 2022 at 06:31:43PM +0200, Theo Buehler wrote: > > On Fri, Apr 01, 2022 at 05:01:00PM +0200, Claudio Jeker wrote: > > > cert_parse_inner() now only uses the ta flag to change behaviour of > > > loading the various x509

Re: rpki-client adjust x509_get functions

2022-04-01 Thread Claudio Jeker
On Fri, Apr 01, 2022 at 06:31:43PM +0200, Theo Buehler wrote: > On Fri, Apr 01, 2022 at 05:01:00PM +0200, Claudio Jeker wrote: > > cert_parse_inner() now only uses the ta flag to change behaviour of > > loading the various x509 extensions (AKI, SKI, AIA und CRL DP). > > > > This diff changes these

Re: rpki-client adjust x509_get functions

2022-04-01 Thread Theo Buehler
On Fri, Apr 01, 2022 at 05:01:00PM +0200, Claudio Jeker wrote: > cert_parse_inner() now only uses the ta flag to change behaviour of > loading the various x509 extensions (AKI, SKI, AIA und CRL DP). > > This diff changes these functions to work always. Make AKI, AIA and CRL DP > optional and have

rpki-client adjust x509_get functions

2022-04-01 Thread Claudio Jeker
cert_parse_inner() now only uses the ta flag to change behaviour of loading the various x509 extensions (AKI, SKI, AIA und CRL DP). This diff changes these functions to work always. Make AKI, AIA and CRL DP optional and have the code calling those functions check if they must have the extension. I