summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn_mime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* SMIME_crlf_copy(): check for NULL pointer argumentsDr. David von Oheimb2023-06-011-0/+6
* asn1: sort stacks before using findPauli2023-05-011-1/+7
* Fix SMIME_crlf_copy() to properly report an errorMatt Caswell2022-12-221-1/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+4
* Handle SMIME_crlf_copy return codeAlon Bar-Lev2022-07-281-6/+13
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-7/+2
* Teach more of the ASN.1 code about libctx/propqMatt Caswell2021-06-051-7/+9
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb2021-05-191-27/+55
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-6/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-18/+18
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-7/+6
* Fix safestack issues in bio.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Add libctx to SMIME ASN1Shane Lontis2020-08-091-19/+36
* Remove whitespace from 'white space'haykam8212020-06-191-2/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Forgotten GOST2012 support in non-vital placesNikolay Morozov2020-02-141-0/+8
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-0/+2
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-4/+0
* Fix a text canonicalisation bug in CMSMatt Caswell2018-04-031-3/+5
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Fix error-path memory leak in asn_mime.cTodd Short2018-01-241-0/+1
* Remove duplicate assignment.KaoruToda2017-10-211-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-28/+12
* Ensure the mime_hdr_free function can handle NULLsMatt Caswell2016-08-231-0/+2
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-5/+19
* Fix build break.Rich Salz2016-06-161-2/+8
* Constify asn1/asn_mime.cFdaSilvaYY2016-06-151-16/+16
* Copyright consolidation 09/10Rich Salz2016-05-171-50/+5
* Fix some code maintenance issuesMatt Caswell2016-04-211-1/+1
* Make BIO opaqueMatt Caswell2016-03-291-0/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Only declare stacks in headersDr. Stephen Henson2016-01-071-8/+4
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-2/+2
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-4/+4
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-071-0/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-5/+5
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-12/+17