]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1/asn_mime.c
Copyright year updates
[thirdparty/openssl.git] / crypto / asn1 / asn_mime.c
2023-09-07  Matt CaswellCopyright year updates
2023-06-01  Dr. David von OheimbSMIME_crlf_copy(): check for NULL pointer arguments
2023-05-01  Pauliasn1: sort stacks before using find
2022-12-22  Matt CaswellFix SMIME_crlf_copy() to properly report an error
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-28  Alon Bar-LevHandle SMIME_crlf_copy return code
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-06-05  Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-20  Matt CaswellUpdate copyright year
2021-05-19  Dr. David von OheimbMake SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2020-11-13  Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in bio.h
2020-09-13  Matt CaswellFix safestack issues in asn1.h
2020-08-09  Shane LontisAdd libctx to SMIME ASN1
2020-06-19  haykam821Remove whitespace from 'white space'
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-02-14  Nikolay MorozovForgotten GOST2012 support in non-vital places
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-09-28  Dr. Matthias St... Reorganize private crypto 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-08-07  Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-04-03  Matt CaswellFix a text canonicalisation bug in CMS
2018-02-13  Matt CaswellUpdate copyright year
2018-01-24  Todd ShortFix error-path memory leak in asn_mime.c
2017-10-21  KaoruTodaRemove duplicate assignment.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-08-21  PauliThis has been added to avoid the situation where some...
2016-08-22  Matt CaswellEnsure the mime_hdr_free function can handle NULLs
2016-07-05  FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-16  Rich SalzFix build break.
2016-06-15  FdaSilvaYYConstify asn1/asn_mime.c
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-04-21  Matt CaswellFix some code maintenance issues
2016-03-29  Matt CaswellMake BIO opaque
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-07  Dr. Stephen HensonOnly declare stacks in headers
2016-01-07  Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-07  Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-04-28  Rich Salzremove malloc casts
2015-03-25  Rich Salzfree NULL cleanup
2015-03-25  Matt CaswellRAND_bytes updates
2015-02-06  Rich Salzutil/mkstack.pl now generates entire safestack.h
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 CaswellFurther comment changes for reformat (master)
2014-08-15  Jonas Maebemulti_split: check for NULL when allocating parts and...
2014-08-15  Jonas Maebemime_hdr_addparam: free tmpname, tmpval and mparam...
2014-08-15  Jonas Maebemime_hdr_new: free mhdr, tmpname, tmpval on error path
2014-06-27  Dr. Stephen HensonMemory leak and NULL dereference fixes.
2014-02-13  Dr. Stephen HensonAdd suppot for ASCII with CRLF canonicalisation.
2012-03-12  Dr. Stephen Hensoncorrected fix to PR#2711 and also cover mime_param_cmp
2012-02-29  Dr. Stephen HensonPR: 2742
2012-02-27  Dr. Stephen Hensonfree headers after use in error message
2012-02-23  Dr. Stephen HensonPR: 2711
2012-01-12  Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2008-08-05  Dr. Stephen HensonCorrectly handle errors in CMS I/O code.
2008-03-31  Dr. Stephen HensonUse correct headers for signed receipts. Use consistent...
2008-03-12  Dr. Stephen HensonAnd so it begins...