Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOH: improve encoding/decoding and update related unit test #4598

Closed
wants to merge 4 commits into from

Commits on Nov 14, 2019

  1. Added code points: DOHcode DOH_DNS_NAME_TOO_LONG, DNStype DNS_TYPE_DNAME

    Niall authored and Niall committed Nov 14, 2019
    Copy the full SHA
    a6873cd View commit details
    Browse the repository at this point in the history
  2. improved estimation of expected_len and updated related comments;

    increased strictness of QNAME-encoding, adding error detection
    for empty labels and names longer than the overall limit;
    avoided treating DNAME as unexpected;
    Niall authored and Niall committed Nov 14, 2019
    Copy the full SHA
    d341479 View commit details
    Browse the repository at this point in the history
  3. updated unit test 1655 with more thorough set of proofs and tests

    Niall authored and Niall committed Nov 14, 2019
    Copy the full SHA
    975e90f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. simplified estimation of expected_len following suggestions from @bagder

    Niall authored and Niall committed Nov 15, 2019
    Copy the full SHA
    f4b59b7 View commit details
    Browse the repository at this point in the history