summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_int64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-8/+8
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte2018-09-091-0/+24
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-4/+6
* Revert "Add some casts for %j"Rich Salz2017-08-151-2/+2
* Add some casts for %jRich Salz2017-08-151-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