Skip to content

ASN1 BER Encoding / Decoding Library for the GO programming language.

License

Notifications You must be signed in to change notification settings

lanrenwo/asn1-ber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Reference:
   https://github.com/cpusoft/go-study/blob/cbc0023ce92423f5e4dae7ba42750fd7ce5dc024/src/main/ber/ber.go

About

ASN1 BER Encoding / Decoding Library for the GO programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.6%
  • Makefile 2.4%