summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2019-12-20Update copyright yearMatt Caswell
2019-10-16[crypto/asn1/x_bignum.c] Explicit test against NULLCesar Pereida Garcia
2018-12-07Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte
2018-08-14i2d_ASN1_BOOLEAN(): correct error moduleRichard Levitte
2018-08-14Update copyright yearMatt Caswell
2018-08-14i2d_ASN1_BOOLEAN(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre
2018-03-27Don't write out a bad OIDMatt Caswell
2018-03-27Update copyright yearMatt Caswell
2018-03-26Limit ASN.1 constructed types recursive definition depthMatt Caswell
2018-01-24Fix error-path memory leak in asn_mime.cTodd Short
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-03Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl
2017-11-02make updateMatt Caswell
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-10-23asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-09-19Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin
2017-09-07Fix error handling/cleanupRich Salz
2017-07-05Fix a memleak in X509_PKEY_new.Bernd Edlinger
2017-05-02Fix time offset calculation.Todd Short
2017-04-24Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor
2017-03-25Fixed a gcc-7-strict-warnings issue.Bernd Edlinger
2017-03-21Fix error paths in ASN1_TIME_to_generalizedtimeMatt Caswell
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte
2017-03-20Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2017-03-20Cast to an unsigned type before negatingKurt Roeckx
2017-03-20Avoid signed overflowKurt Roeckx
2017-02-23Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_ENUMERATED.Bernd Edlinger
2017-02-06Combined patch for the more or less obvious issuesBernd Edlinger
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY
2016-10-22Correctly find all critical CRL extensionsRich Salz
2016-08-20Fix off by 1 in ASN1_STRING_set()Kurt Roeckx
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-08-16Check for errors in a2d_ASN1_OBJECT()Dr. Stephen Henson
2016-08-05Leak fixes.Dr. Stephen Henson
2016-08-04Return error when trying to print invalid ASN1 integerKurt Roeckx
2016-08-04Limit recursion depth in old d2i_ASN1_bytes functionDr. Stephen Henson
2016-08-04Check for overflows in i2d_ASN1_SET()Dr. Stephen Henson
2016-08-03Calculate sequence length properly.Dr. Stephen Henson
2016-08-02include <limits.h>Dr. Stephen Henson
2016-08-02Check for overflows in ASN1_object_size().Dr. Stephen Henson
2016-08-02Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson
2016-07-19Check and print out boolean type properly.Dr. Stephen Henson
2016-07-18Fix print of ASN.1 BIGNUM type.Dr. Stephen Henson
2016-07-06Don't indicate errors during initial adb decode.Dr. Stephen Henson
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell