Skip to content

FIX: Key algorithm length should be optional. (fixes #59) - #61

Open
ximon18 wants to merge 8 commits into
mainfrom
59-error-missing-field-length
Open

FIX: Key algorithm length should be optional. (fixes #59)#61
ximon18 wants to merge 8 commits into
mainfrom
59-error-missing-field-length

Conversation

@ximon18

@ximon18 ximon18 commented Jul 29, 2026

Copy link
Copy Markdown
Member

OpenDNSSEC enforces RelaxNG XML schema rules for some config files and not others, specifically ods2cascade enforced the RelaxNG schema rules for KASP XML files while ODS does not. Default algorithm length to zero as ODS does.

OpenDNSSEC enforces RelaxNG XML schema rules for some config files and
not others, specifically ods2cascade enforced the RelaxNG schema rules
for KASP XML files while ODS does not. Default algorithm length to zero
as ODS does.
@ximon18 ximon18 linked an issue Jul 29, 2026 that may be closed by this pull request
@bortzmeyer

Copy link
Copy Markdown

IMHO, to fix #59 , it should also include better error messages (name of the file and line number).

@ximon18

ximon18 commented Jul 29, 2026

Copy link
Copy Markdown
Member Author

IMHO, to fix #59 , it should also include better error messages (name of the file and line number).

As that is a more general error (and arguably an enhancement rather than an error) not limited to the length field I intend to raise a separate issue for that and handle that separately. That may also take more time to fix than I have available now.

@ximon18

ximon18 commented Jul 29, 2026

Copy link
Copy Markdown
Member Author

IMHO, to fix #59 , it should also include better error messages (name of the file and line number).

As that is a more general error not limited to the length field I intend to raise a separate issue for that and handle that separately. That may also take more time to fix than I have available now.

I have created #64 to track the extra work needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Error: missing field @length"

2 participants