]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1/tasn_dec.c
Reduce optimization in hppa builds
[thirdparty/openssl.git] / crypto / asn1 / tasn_dec.c
2024-04-09  Richard LevitteCopyright year updates
2024-02-25  Job SnijdersAdd appropriate lower bound checks for GeneralizedTime...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-19  Dr. David von Oheimblibcrypto refactoring: make more use of ASN1_STRING_set0()
2021-11-22  Peiwei Huasn1_item_embed_d2i: fix th return check
2021-06-05  Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-05-08  Benjamin Kaduktasn_dec: use do/while around statement macros
2021-04-21  Dr. David von OheimbASN.1: Add some sanity checks for input len <= 0; relat...
2021-04-21  Dr. David von Oheimbtasn_dec.c: Add checks for it == NULL arguments; improv...
2021-04-08  Matt CaswellUpdate copyright year
2021-04-07  PauliDisallow ASN.1 enumerated types to be treated as strings.
2021-03-18  Shane LontisAdd ossl_asn1 symbols
2020-12-08  Matt CaswellCheck that multi-strings/CHOICE types don't use implici...
2020-12-03  Pauliremove unused assignments
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13  Matt CaswellFix safestack issues in asn1t.h
2020-05-15  Matt CaswellUpdate copyright year
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
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-04-03  Matt CaswellUpdate copyright year
2018-03-27  Matt CaswellLimit ASN.1 constructed types recursive definition...
2017-09-28  PauliUse safestack.h exclusively internally.
2016-11-10  Dr. Stephen HensonDon't set choice selector on parse failure.
2016-08-05  klemensspelling fixes, just comments and readme.
2016-07-06  Dr. Stephen HensonDon't indicate errors during initial adb decode.
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-04  Dr. Stephen HensonCheck for overflows in EOC.
2016-05-20  Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-17  Rich SalzCopyright consolidation 08/10
2016-05-03  Dr. Stephen HensonFix ASN1_INTEGER handling.
2016-04-04  Emilia KasperFix memory leaks in ASN.1
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-23  FdaSilvaYYFix possible memory leak on BUF_MEM_grow_clean failure
2016-01-23  mrprefree item after sk_push fail
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-10-05  Dr. Stephen HensonFree up ASN.1 structures at top level only.
2015-09-16  Dr. Stephen HensonNew ASN.1 embed macro.
2015-09-14  Kurt Roeckxd2i: don't update input pointer on failure
2015-05-06  Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-01  Rich Salzfree null cleanup finale
2015-03-28  Dr. Stephen HensonMake asn1_ex_i2c, asn1_ex_c2i static.
2015-03-26  Dr. Stephen HensonMove more internal only functions to asn1_locl.h
2015-03-25  Dr. Stephen HensonMove internal only ASN.1 functions to asn1_locl.h
2015-03-23  Dr. Stephen HensonRemove old style ASN.1 support.
2015-03-19  Dr. Stephen HensonFree up ADB and CHOICE if already initialised.
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFix strange formatting by indent
2014-12-17  Dr. Stephen HensonReject invalid constructed encodings.
2010-06-12  Ben LaurieFix warnings.
2009-03-25  Dr. Stephen HensonUpdate from stable branch.
2009-03-25  Dr. Stephen HensonUpdate from stable branch.
2009-03-14  Dr. Stephen HensonUpdate from stable branch.
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-11-01  Ben Lauriesize_tification.
2008-06-04  Ben LaurieMore type-checking.
2007-01-23  Dr. Stephen HensonUpdate from 0.9.7-stable.
2006-11-16  Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-09-28  Mark J. CoxFix ASN.1 parsing of certain invalid structures that...
2006-08-31  Dr. Stephen HensonFix leak
2006-02-19  Dr. Stephen HensonTolerate a SEQUENCE in DN components.
2006-02-08  Nils Larschp could be uninitialized
2006-01-31  Dr. Stephen HensonIgnore zero length constructed segments.
2006-01-29  Nils Larschadd additional checks + cleanup
2005-09-01  Dr. Stephen HensonExtend callback function to support print customization.
2005-05-11  Bodo MöllerFix more error codes.
2005-04-30  Dr. Stephen HensonTypo.
2005-04-30  Dr. Stephen HensonDon't attempt to parse nested ASN1 strings by default.
2005-04-30  Dr. Stephen HensonUse more efficient way to locate end of an ASN1 structure.
2004-04-27  Dr. Stephen HensonMake ASN1 code work again...
2004-04-25  Dr. Stephen HensonMore ASN1 reformat/tidy.
2004-04-24  Dr. Stephen HensonReformat/tidy some of the ASN1 code.
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-09-30  Dr. Stephen HensonASN1 parse fix and release file changes.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-03  Dr. Stephen HensonPreliminary streaming ASN1 encode support.
2002-08-23  Dr. Stephen HensonReinstate the check for invalid length BIT STRINGS,
2002-01-29  Lutz JänickeShut up compiler warnings for inconsistent declarations.
2001-07-27  Dr. Stephen HensonMore linker bloat reorganisation:
2001-04-21  Dr. Stephen HensonFix ASN1 bug when decoding OTHER type.
2001-04-05  Bodo MöllerDon't use 'tt' uninitialized when reporting an error
2001-04-02  Dr. Stephen HensonRewrite CHOICE field setting code to properly handle
2001-02-25  Dr. Stephen HensonTrap an invalid ASN1_ITEM construction and print out
2001-02-23  Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-20  Richard LevitteInclude string.h so mem*() functions get properly declared.
2001-01-04  Dr. Stephen HensonFix typo in OCSP nonce extension.
2001-01-04  Dr. Stephen HensonUpdate OCSP API.
2000-12-31  Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-21  Dr. Stephen HensonVarious Win32 related fixes. Doesn't compile yet on
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code