Remi Gacogne
Remi Gacogne
It was easier than I expected so I just opened a pull request (#11729) that fixes this issue in my test. If by any chance you could test it (which...
Thanks a lot for testing and reporting back! I'll add the missing unit and regression tests to the pull request quickly, then after a review it will be merged into...
`SetEDNSOptionAction` is an action, it can only be used in conjunction with `addAction`, not in custom Lua actions. If you want to add custom EDNS options via a Lua action...
> My understanding is that because ECDSA keys are "short" (< 64 bytes), hashing them is a waste so we can save on that. Yes, but that's only a part...
Just a note as I was myself confused about that recently while discussing this PR: the computation that this PR is making faster happens _before_ the lookup into the signature...
I rebased this branch on master to avoid the CI failure due to python's protobuf update. I also added a new commit pre-computing the `DNSKEYRecordContent` (which involves computing the public...
Would you mind trying with https://github.com/PowerDNS/pdns/pull/11233 applied? That's the only actual error in that log, as far as I can tell.
That might be a good idea indeed! As for the `is used uninitialized` ones, I took a quick look a few days ago and I'm afraid I don't really understand...
It is now very likely that we will ditch h2o in a future release in favor of nghttp2, let's see if adding HTTP/3 support is easier then.
I guess one of the first steps would be to find a good HPKE implementation that we could use, so either in C, C++, or with compatible bindings.