summaryrefslogtreecommitdiff
path: root/src/encoding/asn1
Commit message (Expand)AuthorAgeFilesLines
* encoding/asn1: document that default:x tag only has meaning with optional tagRuss Cox2016-11-031-1/+1
* encoding/asn1: return error for unexported fields in Marshal, UnmarshalHiroshi Ioka2016-11-033-1/+43
* encoding/asn1: return error instead of dereferencing nil *big.Int in marshalingHiroshi Ioka2016-10-173-8/+40
* encoding/asn1: reduce allocations in MarshalHiroshi Ioka2016-09-133-314/+317
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-3/+3
* all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann2016-04-101-1/+1
* encoding/asn1: tags should be encoded in minimal form.David Benjamin2016-03-252-1/+8
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* encoding/asn1: fix off-by-one in parseBase128Int.David Benjamin2016-01-062-1/+3
* encoding/asn1: export tag and class constantsBrad Fitzpatrick2015-12-034-88/+90
* encoding/asn1: Reject invalid INTEGERs.David Benjamin2015-12-012-21/+62
* encoding/asn1: enforce use of short form lengths.David Benjamin2015-11-182-2/+9
* html/template, encoding/asn1: fix test errorsDominik Honnef2015-11-101-1/+1
* encoding/asn1: fix panic when Marshaling nil.Michal Bohuslávek2015-08-292-0/+15
* encoding/asn1: fix unused assignmentsTarmigan Casebolt2015-08-241-2/+2
* encoding/asn1: don't parse invalid UTF-8.Adam Langley2015-06-292-0/+22
* encoding/asn1: be stricter by reserialising parsed times.Adam Langley2015-06-292-5/+64
* encoding/asn1: check bounds when parsing tag and lengthKyle Isom2015-06-132-0/+30
* encoding/asn1: Improved control of flags and timesRichard Barnes2015-04-285-3/+29
* debug/dwarf, encoding/asn1, go/ast: fix old commentsMatthew Dempsky2015-03-241-1/+1
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* encoding/asn1: fix explicitly tagged Times.Adam Langley2014-10-092-2/+50
* encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.Adam Langley2014-09-302-4/+13
* build: move package sources from src/pkg to srcRuss Cox2014-09-085-0/+2705