aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/asn1
AgeCommit message (Expand)Author
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2021-01-12encoding/asn1: document unmarshaling behavior for IMPLICIT string fieldsEric Chiang
2020-11-09encoding/asn1: optimize asn1.UnmarshalDmitrii Okunev
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-08-18encoding/asn1: speed up marshal by reducing allocationsMartin Möhrmann
2020-05-23encoding/asn1: document what Unmarshal returns in restRoland Shoemaker
2020-05-08encoding/asn1: sort order of 'SET of' components during MarshalRoland Shoemaker
2020-05-07encoding/asn1: only accept minimally encoded base 128 integersRoland Shoemaker
2019-11-08Revert "encoding/asn1: fix unmarshalling SEQUENCE OF SET"Than McIntosh
2019-11-08encoding/asn1: fix unmarshalling SEQUENCE OF SETkaxapi
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-06-07encoding/asn1: gofmtTobias Klauser
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-11-16encoding/asn1: add MarshalWithParamsHiroshi Ioka
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-08-23all: fix easy-to-miss typosAgniva De Sarker
2017-08-15encoding/asn1: handle application tag in MarshalHiroshi Ioka
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-12-08all: make spelling consistentBrad Fitzpatrick
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-10-17encoding/asn1: return error instead of dereferencing nil *big.Int in marshalingHiroshi Ioka
2016-09-13encoding/asn1: reduce allocations in MarshalHiroshi Ioka
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
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-03-02all: single space after period.Brad Fitzpatrick
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-11-10html/template, encoding/asn1: fix test errorsDominik Honnef
2015-08-29encoding/asn1: fix panic when Marshaling nil.Michal Bohuslávek
2015-08-24encoding/asn1: fix unused assignmentsTarmigan Casebolt
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-24debug/dwarf, encoding/asn1, go/ast: fix old commentsMatthew Dempsky
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder