Replies: 1 comment 2 replies
-
The fields of
Implicit tagging cannot be used with an (untagged) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
.../asn1/crmf/OptionalValidity from RFC4211 Appendix B is listed inside DEFINITIONS IMPLICIT TAGS ... END
and
.../asn1/x509/PrivateKeyUsagePeriod from RFC 5280 Appendix A.2 is listed inside DEFINITIONS IMPLICIT TAGS ... END
Why is OptionalValidity explicitly tagged and PrivateKeyUsagePeriod is implicitly tagged. Is this correct ? These implementations are throwing an exception while parsing if the tagging is not the expected one.
Why is the explicit tagged value of a PrivateKeyUsagePeriod not always silently accepted as an alternative ?
Beta Was this translation helpful? Give feedback.
All reactions