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

Implement SSHFP records #80

Merged
merged 2 commits into from
Jun 14, 2022
Merged

Implement SSHFP records #80

merged 2 commits into from
Jun 14, 2022

Commits on Jan 20, 2022

  1. Add SSHFP record support

    Use offset since we may receive a full dns packet
    Account for maximum hash lengths for each hash type
    fix: don't use the output of `Buffer#copy()`, instead use `Buffer#byteLength`
    fix: normalize fingerprint string
    fix: the offset pointer starts out at RDLENGTH
    fix: account for the `RDLENGTH` field in `rsshfp.decode()`
    wolfy1339 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    96ef6ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea9527 View commit details
    Browse the repository at this point in the history