aboutsummaryrefslogtreecommitdiff
path: root/cryptobyte
AgeCommit message (Expand)Author
2023-11-09cryptobyte: fix ReadOptionalASN1BooleanRoland Shoemaker
2023-09-07cryptobyte: add uint48 methodsDaniel Mangum
2023-04-12cryptobyte: reject Object Identifiers with leading 0x80Mateusz Poliwczak
2023-02-03cryptobyte: reject negative Unwrite argumentAlexander Yastrebov
2023-01-30all: fix some commentscui fliter
2022-11-17cryptobyte: add support for ReadASN1Integer into []byteFilippo Valsorda
2022-11-09all: remove redundant type conversioncui fliter
2022-08-24cryptobyte: add ReadUint64 and AddUint64hopehook
2022-04-11all: gofmtRuss Cox
2021-12-15cryptobyte: fix parsing of large ASN.1 OIDsumlublin
2021-04-15cryptobyte: add support for UTCTimeRoland Shoemaker
2020-05-10Use boolean tag (0x01) for boolean type.Pasi Tähkäpää
2020-04-23cryptobyte: handle AddASN1BigInt with -1Katie Hockman
2020-01-28cryptobyte: fix panic due to malformed ASN.1 inputs on 32-bit archsFilippo Valsorda
2018-11-26cryptobyte: fix typo in testPhilipp
2018-11-12cryptobyte: don't ignore bytes added to BuilderContinuations of fixed-size Bu...Filippo Valsorda
2018-10-29cryptobyte: add (*Builder).Unwrite and (*Builder).SetErrorFilippo Valsorda
2018-10-29all: fix typosIgor Zhilianin
2018-04-20x/crypto: cryptobyte: manage integers with implicit tagsAndrey Mirtchovski
2018-04-10cryptobyte: minor documentation fixAndrey Mirtchovski
2017-09-12cryptobyte: include changes from review of 57810Adam Langley
2017-09-12cryptobyte: various API and documentation updates.Adam Langley
2017-04-07x/crypto/*: add import commentAndreas Auernhammer
2017-03-07cryptobyte: new package.Martin Kreichgauer