...

Text file src/github.com/go-asn1-ber/asn1-ber/README.md

Documentation: github.com/go-asn1-ber/asn1-ber

     1[![GoDoc](https://godoc.org/gopkg.in/asn1-ber.v1?status.svg)](https://godoc.org/gopkg.in/asn1-ber.v1) [![Build Status](https://travis-ci.org/go-asn1-ber/asn1-ber.svg)](https://travis-ci.org/go-asn1-ber/asn1-ber)
     2
     3
     4ASN1 BER Encoding / Decoding Library for the GO programming language.
     5---------------------------------------------------------------------
     6
     7Required libraries: 
     8   None
     9
    10Working:
    11   Very basic encoding / decoding needed for LDAP protocol
    12
    13Tests Implemented:
    14   A few
    15
    16TODO:
    17   Fix all encoding / decoding to conform to ASN1 BER spec
    18   Implement Tests / Benchmarks
    19
    20---
    21
    22The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/)
    23The design is licensed under the Creative Commons 3.0 Attributions license.
    24Read this article for more details: http://blog.golang.org/gopher

View as plain text