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

..03-May-2022-

tests/H03-May-2022-

.travis.ymlH A D27-Jun-2020426

LICENSEH A D27-Jun-20201.1 KiB

README.mdH A D27-Jun-2020807

ber.goH A D27-Jun-202014.4 KiB

ber_test.goH A D27-Jun-20204.7 KiB

content_int.goH A D27-Jun-2020310

generalizedTime.goH A D27-Jun-20202.4 KiB

generalizedTime_test.goH A D27-Jun-20201.8 KiB

go.modH A D27-Jun-202048

header.goH A D27-Jun-2020793

header_test.goH A D27-Jun-20203.4 KiB

identifier.goH A D27-Jun-20202.5 KiB

identifier_test.goH A D27-Jun-202010.7 KiB

length.goH A D27-Jun-20202 KiB

length_test.goH A D27-Jun-20204.1 KiB

real.goH A D27-Jun-20203.1 KiB

real_test.goH A D27-Jun-2020536

string_test.goH A D27-Jun-20202.1 KiB

suite_test.goH A D27-Jun-20207.4 KiB

util.goH A D27-Jun-2020452

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