1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-27 05:35:49 +00:00
gitea/modules/asn1-ber
2015-02-08 14:39:54 -05:00
..
ber.go modules/ans1-ber: fix LDAP UTF8 string decoding for #916 2015-02-08 14:39:54 -05:00
LICENSE Remove ldap dep 2014-09-07 20:04:47 -04:00
Makefile Remove ldap dep 2014-09-07 20:04:47 -04:00
README Remove ldap dep 2014-09-07 20:04:47 -04:00

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