Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / asn1 / x_int64.c
2022-11-14 J.W. JagersmaCast values to match printf format strings.
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-09 Richard LevitteASN.1 DER: Make INT32 / INT64 types read badly encoded...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2017-08-15 Rich SalzRevert "Add some casts for %j"
2017-08-14 Rich SalzAdd some casts for %j
2017-04-13 Richard LevitteASN.1: change INTxx, UINTxx and Z variants to be embedable
2017-04-11 Richard LevitteFix x_int64.c
2017-04-11 Matt CaswellReject decoding of an INT64 with a value >INT64_MAX
2017-04-10 Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
2017-04-04 Richard LevitteImplement internal ASN.1 types INT32, UINT32, INT64...