Re: rpki-client replace funky bin to hex loop in x509

2021-03-29 Thread Theo Buehler
On Mon, Mar 29, 2021 at 01:22:20PM +0200, Claudio Jeker wrote: > On Mon, Mar 29, 2021 at 01:19:21PM +0200, Claudio Jeker wrote: > > On Mon, Mar 29, 2021 at 12:42:02PM +0200, Theo Buehler wrote: > > > On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote: > > > > Replace a super strange way

Re: rpki-client replace funky bin to hex loop in x509

2021-03-29 Thread Claudio Jeker
On Mon, Mar 29, 2021 at 01:19:21PM +0200, Claudio Jeker wrote: > On Mon, Mar 29, 2021 at 12:42:02PM +0200, Theo Buehler wrote: > > On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote: > > > Replace a super strange way to translate some binary blob into a hex > > > string. > > > The code

Re: rpki-client replace funky bin to hex loop in x509

2021-03-29 Thread Claudio Jeker
On Mon, Mar 29, 2021 at 12:42:02PM +0200, Theo Buehler wrote: > On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote: > > Replace a super strange way to translate some binary blob into a hex string. > > The code drops the : from the string but this is fine, the : is just > > visual fluff.

Re: rpki-client replace funky bin to hex loop in x509

2021-03-29 Thread Theo Buehler
On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote: > Replace a super strange way to translate some binary blob into a hex string. > The code drops the : from the string but this is fine, the : is just > visual fluff. I used the same function in the not yet finished RRDP > codebase and

Re: rpki-client replace funky bin to hex loop in x509

2021-03-29 Thread Claudio Jeker
On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote: > Replace a super strange way to translate some binary blob into a hex string. > The code drops the : from the string but this is fine, the : is just > visual fluff. I used the same function in the not yet finished RRDP > codebase and

rpki-client replace funky bin to hex loop in x509

2021-03-29 Thread Claudio Jeker
Replace a super strange way to translate some binary blob into a hex string. The code drops the : from the string but this is fine, the : is just visual fluff. I used the same function in the not yet finished RRDP codebase and there I don't want the extra ':'. Works for me. -- :wq Claudio Index