summaryrefslogtreecommitdiff
path: root/src/encoding/asn1/common.go
Commit message (Expand)AuthorAgeFilesLines
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-8/+1
* encoding/asn1: speed up marshal by reducing allocationsMartin Möhrmann2020-08-181-1/+10
* Revert "encoding/asn1: fix unmarshalling SEQUENCE OF SET"Than McIntosh2019-11-081-3/+0
* encoding/asn1: fix unmarshalling SEQUENCE OF SETkaxapi2019-11-081-0/+3
* encoding/asn1: handle ASN1's string type BMPStringsergeilem2019-09-091-0/+1
* encoding/asn1: allow Marshaling and Unmarshaling private tag classHAMANO Tsukasa2018-05-171-0/+6
* encoding/asn1: support Unmarshaling NumericStringMansour Rahimi2017-11-251-0/+3
* encoding/asn1: respect “explicit” and “tag” when unmarshaling RawValues.Adam Langley2017-09-301-14/+16
* encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULLAndrew Benton2017-04-241-0/+1
* encoding/asn1: export tag and class constantsBrad Fitzpatrick2015-12-031-36/+38
* encoding/asn1: Improved control of flags and timesRichard Barnes2015-04-281-0/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+163