aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_lib.c
Commit message (Expand)AuthorAgeFilesLines
* {CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...Dr. David von Oheimb2024-07-171-2/+2
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Do not dereference PKCS7 object data if not setTomas Mraz2023-02-071-4/+12
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+4
* Fix check of dtls1_process_recordPeiwei Hu2022-05-261-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-141-12/+14
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-0/+31
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-6/+15
* Add ossl_ x509 symbolsShane Lontis2021-03-181-2/+2
* Fix external symbols for pkcs7.Shane Lontis2021-02-221-10/+10
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-201-14/+64
* Fix PKCS7 potential segfaultShane Lontis2021-01-181-2/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-32/+27
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-031-0/+11
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-13/+2
* Add libctx support to PKCS7.Shane Lontis2020-08-091-0/+69
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-2/+2
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-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/+1
* Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Remove redundant ASN1_INTEGER_set callEric Brown2018-09-031-1/+0
* Remove parentheses of return.KaoruToda2017-10-181-17/+17
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-7/+7
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+2
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-4/+1
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-2/+2
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-08-311-1/+1
* 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-3/+3
* free NULL cleanup 9Rich Salz2015-04-111-10/+5
* free NULL cleanupRich Salz2015-03-281-2/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-7/+7
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-191-0/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-568/+546
* Fix warnings.Ben Laurie2010-06-121-2/+0