Martin Hoffmann

Results 205 comments of Martin Hoffmann

I have created #592 as a follow-up and will merge this PR.

Thank you for the PR! Would it make sense to offer both, i.e., the current resolver and, say, a `SharedResolver` that keeps the resolver behind an arc? It would need...

Thank you for the report! This should be relatively easy to fix directly in rpki-rs – if the `RevokedCertifcates` are empty, don’t encode the outer sequence either.

This has been superseded with other work … so, closing.

This isn’t quite like dig’s `+adflag`, though, as that sets the AD flag also on the request, which currently isn’t possible. This should probably be added to the `ResolvOptions`. (Incidentally,...

We are planning some refactoring of the stub resolver as part of 0.9, so I am moving the issue to that.

Apologies for the late response. I missed the issue after returning from vacation. We currently re-load the TALs at SIGUSR1 which, given that most TALs are now bundled, doesn’t make...

On further reflection, we have #200, i.e., reload configuration at a SIGHUP. This would also restart all the listener, so would cover the case.

We’ve discussed this internally a bit and the conclusion was that this is all slightly tricky due the possibility of dropping privileges and chrooting. The former may make it impossible...

I had considered alternative backends for the `sign` module but not for `tsig` and `validate` (because _ring_ had everything I needed). But I agree, those two should also be generic...