aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_int64.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add some casts for %j"Rich Salz2017-08-151-2/+2
* Add some casts for %jRich Salz2017-08-141-2/+2
* ASN.1: change INTxx, UINTxx and Z variants to be embedableRichard Levitte2017-04-131-14/+38
* Fix x_int64.cRichard Levitte2017-04-111-8/+31
* Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell2017-04-111-0/+5
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-101-1/+1
* Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte2017-04-041-0/+213