Rohan Mahy

Results 8 issues of Rohan Mahy

Given CDDL like this, the validator just checks that foo is a bstr, but does not check that the bstr inside is a valid instance of bar. [ foo: bstr...

bug

In the CDDL schema [here](https://github.com/ietf-wg-mimi/draft-ietf-mimi-content/blob/main/mimi-content.cddl), one array (NestedPart) has different subsequent contents based on the value of the 4th element of the array ("cardinality"). ``` NestedPart = [ disposition: baseDispos...

bug

It would very useful to be able to look in this repo for example for changes between version of the tool installed via gem (ex: see the git log or...

I seem to remember that both triple backtick and triple tilde were allowed to delimit an block in the vague indeterminate past. in kramdown-rfc 1.7.17 only triple tilde is supported....

### Describe the issue Hi, modern versions of macOS include a system LibreSSL, instead of OpenSSL. On my system I get this noisy warning from xml2rfc every time I run...

bug

When running kramdown-rfc2629 version 1.7.21 (as installed by Martin Thompson's Internet Draft template), there is an annoying warning: > [path elided]/lib/.gems/ruby/3.4.0/gems/kramdown-rfc2629-1.7.21/bin/kramdown-rfc:3: warning: ostruct was loaded from the standard library, but...

I tried a clean install on macOS 15.5 both natively and via Docker. FStar is clearly not getting installed correctly in either case. # Docker I ran: ``` % git...

Support non-literal tag and simple value numbers from [RFC9682 Section 3.2](https://www.rfc-editor.org/rfc/rfc9682.html#name-non-literal-tag-numbers-and) For example: ``` redacted_keys = #7. TBD4 = 59 ; suggested value, to be assigned by IANA rats_tags =...