Coder Social home page Coder Social logo

Comments (9)

bluejekyll avatar bluejekyll commented on May 22, 2024 1

Ok, got to the bottom of it. In changing a bunch of interfaces to return Result (due to some of the changes in OpenSSL), I had made overzealous use of try!() and underthought placement in the validation loops for DNSSec. Everything checks out now.

from hickory-dns.

bluejekyll avatar bluejekyll commented on May 22, 2024

If you want to submit a PR for that, I'd happily accept.

from hickory-dns.

bluejekyll avatar bluejekyll commented on May 22, 2024

I started work on this to hopefully fix Travis OSX builds, but man, openssl 0.8.0 is quite different from 0.7 :(

from hickory-dns.

arcrose avatar arcrose commented on May 22, 2024

It is pretty different. I'd have liked to get to this myself but have been over-loaded with other things.

from hickory-dns.

bluejekyll avatar bluejekyll commented on May 22, 2024

2b14581 is the conversion to openssl 0.8.

While that's basically complete, of course my integration tests for the proof of a signed example.com are now failing :(

looking into it.

from hickory-dns.

bluejekyll avatar bluejekyll commented on May 22, 2024

oh, and I have all the warnings related to the futures stuff cleaned up in a different branch. I'll be getting rid of those in a little bit.

from hickory-dns.

bluejekyll avatar bluejekyll commented on May 22, 2024

Travis is passing again with this patch at least :)

from hickory-dns.

bluejekyll avatar bluejekyll commented on May 22, 2024

FYI, looking more deeply, not all secure queries are failing, and some parts of the chain are validating properly. I'm not entirely able to say right now that there isn't a bug here. rollernet tests are all passing right now, which tells me that it's only example.com that is having issues.

It validates the www.example.com against example.com's DNSKEY, but then fails to validate the DNSKEY for example.com. But since rollertnet tests are functioning this might not be an issue with the upgrade.

from hickory-dns.

bluejekyll avatar bluejekyll commented on May 22, 2024

cargo test -- --ignored will run all of the integration tests for anyone interested in looking at this.

from hickory-dns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.