Open rtjk opened 10 months ago
Thanks for the issue! I'll look into fixing this later today.
I would be happy to help rebuild the two branches if you can give me a description of what they did.
Hi @rtjk. Sorry about the delay. It's been a busy run up to the end of the year.
For now, you should be able to use OQS-Bind's main. It may not give you the exact same results as what was reported in the paper since it's now using openssl3 and a newer version of liboqs, but it will at least let you play around with it.
The branches that were deleted just increased a bunch of buffers to be able to handle up to 64k DNS messages over UDP. I just checked, and it looks like those changes were merged into main, so you should be good to go there.
I'm planning to restore the old branches, tagging them, then updating the dockerfile generation scripts in this repo so that it will match the paper. I just haven't had a chance yet :(
Description
It looks like the Dockerfiles for the Client, Resolver, and Name Server depend on two recently deleted branches of OQS-bind and this makes it impossible to run any experiment.
The branches were called:
This is the resulting error during docker build:
Files
To Reporoduce
Run any experiment to get errors like the one above during Docker build.