aboutsummaryrefslogtreecommitdiffstats
path: root/modules/asn1-ber/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/asn1-ber/README')
-rw-r--r--modules/asn1-ber/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/asn1-ber/README b/modules/asn1-ber/README
new file mode 100644
index 0000000000..bb785a06fc
--- /dev/null
+++ b/modules/asn1-ber/README
@@ -0,0 +1,14 @@
+ASN1 BER Encoding / Decoding Library for the GO programming language.
+
+Required Librarys:
+ None
+
+Working:
+ Very basic encoding / decoding needed for LDAP protocol
+
+Tests Implemented:
+ None
+
+TODO:
+ Fix all encoding / decoding to conform to ASN1 BER spec
+ Implement Tests / Benchmarks