This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/vendor/gopkg.in/asn1-ber.v1
Stephan Renatus 076cd77469
run 'go get -u; make revendor'
Signed-off-by: Stephan Renatus <srenatus@chef.io>
2019-07-31 08:09:38 +02:00
..
.travis.yml run 'go get -u; make revendor' 2019-07-31 08:09:38 +02:00
ber.go run 'go get -u; make revendor' 2019-07-31 08:09:38 +02:00
content_int.go initial commit 2016-07-26 15:51:24 -07:00
header.go run 'go get -u; make revendor' 2019-07-31 08:09:38 +02:00
identifier.go run 'go get -u; make revendor' 2019-07-31 08:09:38 +02:00
length.go run 'go get -u; make revendor' 2019-07-31 08:09:38 +02:00
LICENSE run 'go get -u; make revendor' 2019-07-31 08:09:38 +02:00
README.md vendor: make revendor 2018-12-03 17:13:56 +00:00
util.go initial commit 2016-07-26 15:51:24 -07:00

GoDoc Build Status

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

Required libraries: None

Working: Very basic encoding / decoding needed for LDAP protocol

Tests Implemented: A few

TODO: Fix all encoding / decoding to conform to ASN1 BER spec Implement Tests / Benchmarks


The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 3.0 Attributions license. Read this article for more details: http://blog.golang.org/gopher