Skip to content

Support issue, issuewild and iodef CAA property tags #11

@rushmorem

Description

@rushmorem

These have value types explicitly defined in the RFC (https://tools.ietf.org/html/rfc8659#section-4.2).

Perhaps instead of having tag and value fields for CAA RRs, we could just have value whose type is an enum like

pub enum Value { Issue(DomainName), IssueWild(DomainName), IoDef(url::Url), Unknown(Tag, Vec<u8>), }

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions