summaryrefslogtreecommitdiff
path: root/src/encoding/asn1
Commit message (Expand)AuthorAgeFilesLines
* encoding/asn1: document what Unmarshal returns in restRoland Shoemaker2020-05-231-0/+6
* encoding/asn1: sort order of 'SET of' components during MarshalRoland Shoemaker2020-05-082-0/+113
* encoding/asn1: only accept minimally encoded base 128 integersRoland Shoemaker2020-05-072-0/+18
* Revert "encoding/asn1: fix unmarshalling SEQUENCE OF SET"Than McIntosh2019-11-082-22/+0
* encoding/asn1: fix unmarshalling SEQUENCE OF SETkaxapi2019-11-082-0/+22
* encoding/asn1: handle ASN1's string type BMPStringsergeilem2019-09-093-2/+65
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* encoding/asn1: gofmtTobias Klauser2018-06-071-5/+5
* encoding/asn1: fix returned type for an Object IdentifierConstantin Konstantinidis2018-05-313-2/+59
* encoding/asn1: allow Marshaling and Unmarshaling private tag classHAMANO Tsukasa2018-05-175-1/+27
* encoding/asn1: allow '&' in PrintableString fieldschristopher-henderson2017-12-054-6/+21
* encoding/asn1: support Unmarshaling NumericStringMansour Rahimi2017-11-255-3/+51
* encoding/asn1: add MarshalWithParamsHiroshi Ioka2017-11-162-1/+32
* encoding/asn1: don't encode strings with '*' as PrintableString.Adam Langley2017-10-093-5/+23
* encoding/asn1: respect “explicit” and “tag” when unmarshaling RawValues.Adam Langley2017-09-304-42/+95
* all: fix article typosKunpei Sakai2017-09-152-6/+6
* all: fix easy-to-miss typosAgniva De Sarker2017-08-231-1/+1
* encoding/asn1: handle application tag in MarshalHiroshi Ioka2017-08-152-15/+26
* encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULLAndrew Benton2017-04-243-0/+35
* encoding/asn1: support 31 bit identifiers with OIDMonis Khan2017-04-132-3/+15
* encoding/asn1: document "utc" and "generalized" tagsHiroshi Ioka2017-04-112-10/+12
* all: make spelling consistentBrad Fitzpatrick2016-12-081-1/+1
* 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