/ README.md
README.md
1 # ASN.1 & DER stuff 2 3 This is a collection of diverse tools, focused on ASN.1 and DER. 4 5 Development is a slow progress, as my time is limited. 6 7 Current subprojects: 8 9 [RL::ASN1::OID](./ASN1-OID/) 10 : A small perl module to compile OBJECT IDENTIFIER values in ASN.1 11 form to DER bytes. 12 13 [libder](./libder/) 14 : A simple C library with a DER reader and a DER write. This is *very* 15 incomplete and not at all usable for the moment.