summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn_mime.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-06-01SMIME_crlf_copy(): check for NULL pointer argumentsDr. David von Oheimb
2023-05-01asn1: sort stacks before using findPauli
2022-12-22Fix SMIME_crlf_copy() to properly report an errorMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-28Handle SMIME_crlf_copy return codeAlon Bar-Lev
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-06-05Teach more of the ASN.1 code about libctx/propqMatt Caswell
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-20Update copyright yearMatt Caswell
2021-05-19Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in bio.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-08-09Add libctx to SMIME ASN1Shane Lontis
2020-06-19Remove whitespace from 'white space'haykam821
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-02-14Forgotten GOST2012 support in non-vital placesNikolay Morozov
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-04-03Fix a text canonicalisation bug in CMSMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-01-24Fix error-path memory leak in asn_mime.cTodd Short
2017-10-21Remove duplicate assignment.KaoruToda
2017-10-18Remove parentheses of return.KaoruToda
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2016-08-23Ensure the mime_hdr_free function can handle NULLsMatt Caswell
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-16Fix build break.Rich Salz
2016-06-15Constify asn1/asn_mime.cFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-03-29Make BIO opaqueMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-07Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz