You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noted that the conversion from utc_datetime() don't try to guess the century. As documented in https://www.obj-sys.com/asn1tutorial/node15.html the year is just 2 chars and asn1c use 19 if the year is greater than 0x35 and 20 otherwise.
I guess that the right behavior of asn1-rs should be the same.
I can file a pull request if you are agree.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great work!!
I noted that the conversion from
utc_datetime()
don't try to guess the century. As documented in https://www.obj-sys.com/asn1tutorial/node15.html the year is just 2 chars andasn1c
use19
if the year is greater than0x35
and20
otherwise.I guess that the right behavior of
asn1-rs
should be the same.I can file a pull request if you are agree.
The text was updated successfully, but these errors were encountered: