• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

tests/H03-May-2022-

.travis.ymlH A D11-May-2017447

LICENSEH A D11-May-20171.1 KiB

README.mdH A D11-May-2017807

ber.goH A D11-May-201711.6 KiB

ber_test.goH A D11-May-20174.3 KiB

content_int.goH A D11-May-2017312

header.goH A D11-May-2017657

header_test.goH A D11-May-20173.4 KiB

identifier.goH A D11-May-20172.1 KiB

identifier_test.goH A D11-May-201710.4 KiB

length.goH A D11-May-20172 KiB

length_test.goH A D11-May-20174.1 KiB

suite_test.goH A D11-May-20176.8 KiB

util.goH A D11-May-2017455

README.md

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
25