Re: rpki-client: deserialize ASIdentifiers in libcrypto

2022-05-11 Thread Claudio Jeker
On Tue, May 10, 2022 at 08:43:45PM +0200, Theo Buehler wrote: > The ASIdentifiers code is a bit strangely factored presumably due to > constraints of the low-level shoveling. I kept the coarse structure > of the code and left some house keeping for later. The changes in > sbgp_asrange() and sbgp_as

rpki-client: deserialize ASIdentifiers in libcrypto

2022-05-10 Thread Theo Buehler
The ASIdentifiers code is a bit strangely factored presumably due to constraints of the low-level shoveling. I kept the coarse structure of the code and left some house keeping for later. The changes in sbgp_asrange() and sbgp_asid() should be easy. The in-tree sbgp_assysnum() is tricky to follow.