]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1
rsa/rsa_ossl.c: fix and extend commentary [skip ci].
[thirdparty/openssl.git] / crypto / asn1 /
2018-08-14  Richard Levittei2d_ASN1_BOOLEAN(): correct error module
2018-08-14  Matt CaswellUpdate copyright year
2018-08-14  Richard Levittei2d_ASN1_BOOLEAN(): allocate memory if the user didn...
2018-08-11  Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-07  Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-05-02  Dr. Matthias St... a_strex.c: prevent out of bound read in do_buf()
2018-03-27  Matt CaswellDon't write out a bad OID
2018-03-27  Matt CaswellUpdate copyright year
2018-03-26  Matt CaswellLimit ASN.1 constructed types recursive definition...
2018-01-24  Todd ShortFix error-path memory leak in asn_mime.c
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2017-11-03  Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-11-02  Matt Caswellmake update
2017-10-24  Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-23  Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-09-19  David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-09-07  Rich SalzFix error handling/cleanup
2017-07-05  Bernd EdlingerFix a memleak in X509_PKEY_new.
2017-05-02  Todd ShortFix time offset calculation.
2017-04-24  Alex GaynorAnnotate ASN.1 attributes of the jurisdictionCountryNam...
2017-03-25  Bernd EdlingerFixed a gcc-7-strict-warnings issue.
2017-03-21  Matt CaswellFix error paths in ASN1_TIME_to_generalizedtime
2017-03-20  Richard LevitteFix decoding of ASN.1 LONG and ZLONG items
2017-03-20  Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2017-03-20  Kurt RoeckxCast to an unsigned type before negating
2017-03-20  Kurt RoeckxAvoid signed overflow
2017-02-23  Todd ShortFix potential memory leak in ASN1_TIME_to_generalizedtime()
2017-02-17  Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_INTEGER.
2017-02-17  Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_ENUME...
2017-02-06  Bernd EdlingerCombined patch for the more or less obvious issues
2017-01-18  FdaSilvaYYClean one unused variable, plus an useless one.
2016-10-22  Rich SalzCorrectly find all critical CRL extensions
2016-08-20  Kurt RoeckxFix off by 1 in ASN1_STRING_set()
2016-08-19  Rich SalzFix NULL-return checks in 1.0.2
2016-08-15  Dr. Stephen HensonCheck for errors in a2d_ASN1_OBJECT()
2016-08-05  Dr. Stephen HensonLeak fixes.
2016-08-04  Kurt RoeckxReturn error when trying to print invalid ASN1 integer
2016-08-04  Dr. Stephen HensonLimit recursion depth in old d2i_ASN1_bytes function
2016-08-04  Dr. Stephen HensonCheck for overflows in i2d_ASN1_SET()
2016-08-02  Dr. Stephen HensonCalculate sequence length properly.
2016-08-02  Dr. Stephen Hensoninclude <limits.h>
2016-08-02  Dr. Stephen HensonCheck for overflows in ASN1_object_size().
2016-08-02  Dr. Stephen HensonCheck for overlows and error return from ASN1_object_size()
2016-07-19  Dr. Stephen HensonCheck and print out boolean type properly.
2016-07-18  Dr. Stephen HensonFix print of ASN.1 BIGNUM type.
2016-07-06  Dr. Stephen HensonDon't indicate errors during initial adb decode.
2016-06-27  Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-06-23  Matt CaswellFix ASN1_STRING_to_UTF8 could not convert NumericString
2016-06-14  Richard LevitteChange (!seqtt) to (seqtt == NULL)
2016-06-14  Richard LevitteAlways check that the value returned by asn1_do_adb...
2016-06-14  Dr. Stephen HensonFix omitted selector handling.
2016-06-03  Dirk FeytonsFix build with no-cmac
2016-05-31  FdaSilvaYYFix some missing inits
2016-05-20  Richard LevitteRevert "make update"
2016-05-20  Richard LevitteRevert "Make it possible to have RFC2254 escapes with...
2016-05-18  Richard LevitteRefresh seldom used C generating scripts to current...
2016-05-18  Richard Levittemake update
2016-05-18  Richard LevitteMake it possible to have RFC2254 escapes with ASN1_STRI...
2016-05-14  isnotnickRT3513: req doesn't display attributes using utf8string
2016-05-11  Viktor DukhovniFix i2d_X509_AUX and update docs
2016-05-09  Richard LevitteAdd NULL check in i2d_PrivateKey()
2016-05-04  Dr. Stephen HensonFix name length limit check.
2016-05-04  Dr. Stephen HensonFix double free in d2i_PrivateKey().
2016-05-03  Dr. Stephen HensonFix ASN1_INTEGER handling.
2016-05-02  Dr. Stephen HensonFix i2d_X509_AUX: pp can be NULL.
2016-04-29  Dr. Stephen HensonDon't free ret->data if malloc fails.
2016-04-29  Dr. Stephen HensonAdd size limit to X509_NAME structure.
2016-04-26  Matt CaswellEnsure we check i2d_X509 return val
2016-04-25  Matt CaswellFix a signed/unsigned warning
2016-04-23  Viktor DukhovniFix buffer overrun in ASN1_parse().
2016-04-22  Dr. Stephen HensonHarden ASN.1 BIO handling of large amounts of data.
2016-03-07  Dr. Stephen HensonDon't shift serial number into sign bit
2016-02-28  Kurt RoeckxFix invalid free
2016-02-27  FdaSilvaYYFix possible memory leak on BUF_MEM_grow_clean failure
2015-12-03  Dr. Stephen HensonFix leak with ASN.1 combine.
2015-11-24  Dr. Stephen HensonFix uninitialised p error.
2015-11-24  Dr. Stephen HensonLimit depth of ASN1 parse printing.
2015-10-03  Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-09-14  Kurt Roeckxd2i: don't update input pointer on failure
2015-08-31  mrprecheck bn_new return value
2015-08-28  Alessandro GhediniGH354: Memory leak fixes
2015-06-03  Sergey AgievichAdd funtions to set item_sign and item_verify
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-04-18  Dr. Stephen HensonFix encoding bug in i2c_ASN1_INTEGER
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-04-16  Dr. Stephen HensonLimit depth of nested sequences when generating ASN.1
2015-04-16  Dr. Stephen HensonReject empty generation strings.
2015-04-10  Dr. Stephen HensonDon't set *pval to NULL in ASN1_item_ex_new.
2015-03-25  Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-19  Matt CaswellFix a failure to NULL a pointer freed on error.
2015-03-19  Dr. Stephen HensonFix ASN1_TYPE_cmp
2015-03-19  Dr. Stephen HensonFree up ADB and CHOICE if already initialised.
2015-03-15  Carl JacksonFix regression in ASN1_UTCTIME_cmp_time_t
2015-03-12  Dr. Stephen HensonASN.1 print fix.
2015-03-12  Matt CaswellFix asn1_item_print_ctx
2015-03-12  Matt CaswellASN1_primitive_new NULL param handling
2015-03-11  Matt CaswellFix seg fault in ASN1_generate_v3/ASN1_generate_nconf
2015-03-09  Dmitry-MeFix wrong numbers being passed as string lengths
2015-03-08  Dr. Stephen HensonCleanse PKCS#8 private key components.
next