crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
[openssl.git] / crypto / asn1 / tasn_new.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-06-05 Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-06-05 Matt CaswellTeach the ASN.1 code how to create embedded objects...
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_asn1 symbols
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-09-28 Dr. Matthias St... Reorganize local header files
2019-07-17 Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2017-10-24 Richard Levitteasn1_item_embed_new(): if locking failed, don't call...
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-04-13 Richard LevitteASN.1: extend the possibilities to embed data instead...
2017-02-03 Bernd EdlingerCombined patch against master branch for the following...
2016-06-23 FdaSilvaYYRework error handling from asn1_do_lock method.
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2015-12-22 Rich SalzCleanup CRYPTO_{push,pop}_info
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-18 Dr. Stephen Hensonset string type when embedding
2015-10-11 Dr. Stephen Hensonembed support for ASN1_STRING
2015-10-11 Dr. Stephen Hensonembed support for CHOICE type
2015-09-16 Dr. Stephen HensonNew ASN.1 embed macro.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-10 Dr. Stephen HensonDon't set *pval to NULL in ASN1_item_ex_new.
2015-03-26 Dr. Stephen HensonRemove combine option from ASN.1 code.
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-12 Matt CaswellASN1_primitive_new NULL param handling
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2009-09-02 Dr. Stephen HensonPR: 2013
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-02-15 Nils Larschmake some internal functions static; patch supplied...
2005-09-01 Dr. Stephen HensonExtend callback function to support print customization.
2005-07-26 Dr. Stephen HensonHandle case where it==NULL
2005-05-11 Bodo MöllerFix more error codes.
2004-04-25 Dr. Stephen HensonMore ASN1 reformat/tidy.
2002-11-05 Dr. Stephen HensonCheck for NULL ASN1_ITEM when initializeing
2002-10-03 Dr. Stephen HensonPreliminary streaming ASN1 encode support.
2002-01-29 Lutz JänickeShut up compiler warnings for inconsistent declarations.
2001-04-02 Dr. Stephen HensonRewrite CHOICE field setting code to properly handle
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-16 Dr. Stephen HensonNew options to 'ca' utility to support CRL entry extens...
2001-02-05 Bodo MöllerInclude string.h (whis is in all relevant standards...
2001-02-04 Ben LaurieFix a warning.
2001-01-24 Dr. Stephen HensonAdd debugging info to new ASN1 code to trace memory...
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code