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