We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I also work with kerberos types.
Just like #1385 (comment) mentioned, the Tag::GeneralString is required for convenience.
Tag::GeneralString
It is mentioned in the https://www.oss.com/asn1/resources/asn1-made-simple/asn1-quick-reference/generalstring.html
GeneralString is too general to be implemented, therefore it is not recommended.
So an independent GeneralString type is not needed, but tags in enum is still valuable.
GeneralString
Going a step further, we should implement more tags in der::tag::Tag, then the AnyRef could parse more types?
der::tag::Tag
AnyRef
The text was updated successfully, but these errors were encountered:
Adding Tag::GeneralString is fine. Kerberos is a good use case.
I would prefer to keep additions motivated by concrete use cases, rather than adding complexity for "completeness".
Sorry, something went wrong.
GeneralString is enough. Closed by #1512.
No branches or pull requests
I also work with kerberos types.
Just like #1385 (comment) mentioned, the
Tag::GeneralString
is required for convenience.It is mentioned in the https://www.oss.com/asn1/resources/asn1-made-simple/asn1-quick-reference/generalstring.html
So an independent
GeneralString
type is not needed, but tags in enum is still valuable.Going a step further, we should implement more tags in
der::tag::Tag
, then theAnyRef
could parse more types?The text was updated successfully, but these errors were encountered: