On Sun, 04 Jun 2023 18:05:19 +0200, Ronald Heggenberger wrote: > (Since I see that there's an implementation within the acme-client code, > which you replied -> isn't there an existing library somewhere in > OpenBSD that can break up a URL in it's compositional parts? This looks > like acme-client reinvented the wheel... :) )
There are probably multiple implementations of uri parsing in the tree. I wrote one for OpenSSH and there are probably others. It may make sense to have a single implementation that lives in libutil. - todd