index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cryptobyte
Age
Commit message (
Expand
)
Author
2023-11-09
cryptobyte: fix ReadOptionalASN1Boolean
Roland Shoemaker
2023-09-07
cryptobyte: add uint48 methods
Daniel Mangum
2023-04-12
cryptobyte: reject Object Identifiers with leading 0x80
Mateusz Poliwczak
2023-02-03
cryptobyte: reject negative Unwrite argument
Alexander Yastrebov
2023-01-30
all: fix some comments
cui fliter
2022-11-17
cryptobyte: add support for ReadASN1Integer into []byte
Filippo Valsorda
2022-11-09
all: remove redundant type conversion
cui fliter
2022-08-24
cryptobyte: add ReadUint64 and AddUint64
hopehook
2022-04-11
all: gofmt
Russ Cox
2021-12-15
cryptobyte: fix parsing of large ASN.1 OIDs
umlublin
2021-04-15
cryptobyte: add support for UTCTime
Roland Shoemaker
2020-05-10
Use boolean tag (0x01) for boolean type.
Pasi Tähkäpää
2020-04-23
cryptobyte: handle AddASN1BigInt with -1
Katie Hockman
2020-01-28
cryptobyte: fix panic due to malformed ASN.1 inputs on 32-bit archs
Filippo Valsorda
2018-11-26
cryptobyte: fix typo in test
Philipp
2018-11-12
cryptobyte: don't ignore bytes added to BuilderContinuations of fixed-size Bu...
Filippo Valsorda
2018-10-29
cryptobyte: add (*Builder).Unwrite and (*Builder).SetError
Filippo Valsorda
2018-10-29
all: fix typos
Igor Zhilianin
2018-04-20
x/crypto: cryptobyte: manage integers with implicit tags
Andrey Mirtchovski
2018-04-10
cryptobyte: minor documentation fix
Andrey Mirtchovski
2017-09-12
cryptobyte: include changes from review of 57810
Adam Langley
2017-09-12
cryptobyte: various API and documentation updates.
Adam Langley
2017-04-07
x/crypto/*: add import comment
Andreas Auernhammer
2017-03-07
cryptobyte: new package.
Martin Kreichgauer