summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_lib.c
AgeCommit message (Expand)Author
2022-06-21Update copyright yearMatt Caswell
2022-05-26Fix check of dtls1_process_recordPeiwei Hu
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-02-22Fix external symbols for pkcs7.Shane Lontis
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis
2021-01-18Fix PKCS7 potential segfaultShane Lontis
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-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-09Add libctx support to PKCS7.Shane Lontis
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
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/pkcs7/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-09-03Remove redundant ASN1_INTEGER_set callEric Brown
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2016-05-17Copyright consolidation 04/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-11free NULL cleanup 9Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2010-06-12Fix warnings.Ben Laurie
2007-05-10Improve error detection when streaming S/MIME.Dr. Stephen Henson
2007-04-24fix function codes for errorBodo Möller
2007-02-03fix potential memory leaksNils Larsch
2006-12-24Experimental streaming PKCS#7 support.Dr. Stephen Henson
2006-05-24Fix warnings.Dr. Stephen Henson