ASN.1 BER implementation using (big surprise) nom.
Currently used to implemenent LDAP, so I will for now only implement what is needed for LDAP:
- Implicit Tags
- Sequence
- Choice (No special code for now)
- Integer
- OctetString
- With Components (Probably won't do any special code for that)
- Enumerated (Just an integer so probably no special code for now)
- Sequence Of
- Boolean
- Null
- Set Of
I may implement a full ASN.1 suite later on but that is out of scope in the medium term.