aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/x_int64.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-18Add ossl_asn1 symbolsShane Lontis1-7/+7
2020-11-26Update copyright yearMatt Caswell1-1/+1
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-7/+7
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-8/+8
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte1-1/+1
2018-09-09ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte1-0/+24
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-4/+6
2017-08-15Revert "Add some casts for %j"Rich Salz1-2/+2
2017-08-14Add some casts for %jRich Salz1-2/+2
2017-04-13ASN.1: change INTxx, UINTxx and Z variants to be embedableRichard Levitte1-14/+38
2017-04-11Fix x_int64.cRichard Levitte1-8/+31
2017-04-11Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell1-0/+5
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte1-1/+1
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte1-0/+213