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
When parsing certificates that use GeneralizedTime, parsing fails with:
GeneralizedTime
failed to establish TLS session with 89.151.113.237:21002: unexpected error: unable to parse cert with rasn: ASNError { variant: UnsupportedId(Identifier { class: Universal, pc: Primitive, tag: 24 }) }
The certificate in question uses GT in the validity:
validity Validity SEQUENCE (2 elem) notBefore Time UTCTime 2023-05-22 00:00:00 UTC notAfter Time GeneralizedTime 2116-06-09 00:00:00 UTC
The text was updated successfully, but these errors were encountered:
Fixed in #2
Sorry, something went wrong.
No branches or pull requests
When parsing certificates that use
GeneralizedTime
, parsing fails with:failed to establish TLS session with 89.151.113.237:21002: unexpected error: unable to parse cert with rasn: ASNError { variant: UnsupportedId(Identifier { class: Universal, pc: Primitive, tag: 24 }) }
The certificate in question uses GT in the validity:
validity Validity SEQUENCE (2 elem)
notBefore Time UTCTime 2023-05-22 00:00:00 UTC
notAfter Time GeneralizedTime 2116-06-09 00:00:00 UTC
The text was updated successfully, but these errors were encountered: