aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs7/pk7_doit.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-2/+7
2001-04-05Fix couple of memory leaks in PKCS7_dataDecode().Richard Levitte1-2/+2
2001-03-20avoid linking problems when OpenSSL is built with no-dsa. Spotted by Hellan,...Richard Levitte1-0/+4
2001-03-07Fix ERR_R_... problems.Bodo Möller1-2/+2
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson1-0/+5
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-2/+2
2000-12-31Fix the S/MIME code so it now works again andDr. Stephen Henson1-35/+16
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-4/+4
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
2000-09-07Add docs for BIO_find_type() and friends.Dr. Stephen Henson1-2/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-10/+10
2000-05-26Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson1-27/+4
2000-03-23Clean up context, even if an error occured.Richard Levitte1-0/+1
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson1-3/+3
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller1-1/+1
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller1-1/+2
2000-01-07make no-des and no-rc2 work.Bodo Möller1-4/+16
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson1-0/+2
1999-11-16Fix for a bug in PKCS#7 code and non-detached data.Dr. Stephen Henson1-1/+2
1999-10-29Fix to PKCS#7 routines so it can decrypt some oddball RC2 handling.Dr. Stephen Henson1-11/+22
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-10/+10
1999-08-19Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson1-17/+27
1999-06-22New function PKCS7_signatureVerify to allow the signing certificate toDr. Stephen Henson1-14/+34
1999-06-02stack.Ben Laurie1-12/+12
1999-06-02Stack.Ben Laurie1-4/+3
1999-05-31Stack.Ben Laurie1-6/+8
1999-05-31More stack.Ben Laurie1-35/+44
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1-5/+5
1999-05-16Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson1-3/+3
1999-05-16Fix some obvious bugs in the PKCS#7 library handling. It didn't try toDr. Stephen Henson1-48/+38
1999-05-11Various PKCS#7 related fixes,tidies and comments.Dr. Stephen Henson1-24/+12
1999-05-10Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.Dr. Stephen Henson1-13/+8
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1-6/+6
1999-05-01Another stack.Ben Laurie1-5/+6
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
1999-04-19Change functions to ANSI C.Ulf Möller1-52/+18
1999-04-17Massive constification.Ben Laurie1-5/+5
1999-04-12Add type-safe STACKs and SETs.Ben Laurie1-1/+2
1999-03-14Using int for the digest length in EVP_DigestFinal() broke some compilers.Dr. Stephen Henson1-2/+2
1999-03-05Fix the PKCS#7 stuff: signature verify could fail if attributes reordered, theDr. Stephen Henson1-9/+20
1999-03-03Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1-1/+1
1999-02-25Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()Ralf S. Engelschall1-1/+1
1998-12-30fix pk7_doit.c for new i2d_ASN1_SET argumentstephen1-4/+4
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1-1/+0
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-41/+574
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-27/+108
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+327