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
{{ message }}
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
I have looked at your implementation of Object Identifiers and found out that there is following problem:
The modulo-40 code is not correct, since it does not support the case of OID 2.40, 2.41, etc. Your modulo-40 code would encode 2.40 as 3.0.
You can find a implementation which implements 2.40+ OIDs correctly here. Testcases/checks of the DER encoding can be done here.
(Update: Ignore my initial comment about 128bit UUIDs)
The text was updated successfully, but these errors were encountered: