Andrew Fort
Andrew Fort
Relevant RFC section: https://tools.ietf.org/html/rfc5280#section-4.1.2.6 The answer from this appears to be maybe some fields are necessary; the target can be considered a CA if it's generating the signing request itself.
Thanks Rob, yeah that is what I was referring to. "forward" is a poor choice of words sorry Leon. To achieve what Rob is describing, I believe we'd need some...
The callback I refer to is the check_condition function. I believe this has to be provided by the data store implementation if goyang is not involved in data tree considerations....
@robshakir One part that's not clear to me, is if there's no `when` statement, what would the alternative for the datastore implementation be? Presently, goyang extends all `uses` statements presently...
Thanks for reporting this. To confirm, the source data you're referring to here is the ASCII-art in `description` statements within `CISCO-IMAGE-TC.mib`? After the deadlock is resolved, would you expect `goyang`...
Following up on this issue; First, this is only strictly made invalid by the YANG 1.1 specification. YANG 1.1, after mentioning the four escaped characters (tab, newline, CR and backslash),...
Sounds good, we will warn or simply ignore those errors for YANG 1.0.
And confirming that in the explicit case of `\\\\`, that will translate to `\\` as expected.