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
/
asn1.go
Age
Commit message (
Expand
)
Author
2023-11-09
cryptobyte: fix ReadOptionalASN1Boolean
Roland Shoemaker
2023-04-12
cryptobyte: reject Object Identifiers with leading 0x80
Mateusz Poliwczak
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
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-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-03-07
cryptobyte: new package.
Martin Kreichgauer