aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/asn1/asn1.go
AgeCommit message (Expand)Author
2020-10-05encoding/asn1: clarify use of SET suffixRoland Bracewell Shoemaker
2020-09-29encoding/asn1: error instead of panic on invalid value to UnmarshalKimMachineGun
2020-05-23encoding/asn1: document what Unmarshal returns in restRoland Shoemaker
2020-05-07encoding/asn1: only accept minimally encoded base 128 integersRoland Shoemaker
2019-09-09encoding/asn1: handle ASN1's string type BMPStringsergeilem
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-05-31encoding/asn1: fix returned type for an Object IdentifierConstantin Konstantinidis
2018-05-17encoding/asn1: allow Marshaling and Unmarshaling private tag classHAMANO Tsukasa
2017-12-05encoding/asn1: allow '&' in PrintableString fieldschristopher-henderson
2017-11-25encoding/asn1: support Unmarshaling NumericStringMansour Rahimi
2017-10-09encoding/asn1: don't encode strings with '*' as PrintableString.Adam Langley
2017-09-30encoding/asn1: respect “explicit” and “tag” when unmarshaling RawValues.Adam Langley
2017-09-15all: fix article typosKunpei Sakai
2017-04-24encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULLAndrew Benton
2017-04-13encoding/asn1: support 31 bit identifiers with OIDMonis Khan
2017-04-11encoding/asn1: document "utc" and "generalized" tagsHiroshi Ioka
2016-11-03encoding/asn1: document that default:x tag only has meaning with optional tagRuss Cox
2016-11-03encoding/asn1: return error for unexported fields in Marshal, UnmarshalHiroshi Ioka
2016-04-10all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann
2016-03-25encoding/asn1: tags should be encoded in minimal form.David Benjamin
2016-01-06encoding/asn1: fix off-by-one in parseBase128Int.David Benjamin
2015-12-03encoding/asn1: export tag and class constantsBrad Fitzpatrick
2015-12-01encoding/asn1: Reject invalid INTEGERs.David Benjamin
2015-11-18encoding/asn1: enforce use of short form lengths.David Benjamin
2015-06-29encoding/asn1: don't parse invalid UTF-8.Adam Langley
2015-06-29encoding/asn1: be stricter by reserialising parsed times.Adam Langley
2015-06-13encoding/asn1: check bounds when parsing tag and lengthKyle Isom
2015-04-28encoding/asn1: Improved control of flags and timesRichard Barnes
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-10-09encoding/asn1: fix explicitly tagged Times.Adam Langley
2014-09-30encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.Adam Langley
2014-09-08build: move package sources from src/pkg to srcRuss Cox