summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
AgeCommit message (Expand)Author
2004-03-23make updateRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-07-30"make update"Lutz Jänicke
2002-07-24Don't clobber loop variable.Richard Levitte
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte
2002-06-13make updateRichard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-02-26make updateRichard Levitte
2002-01-02Allow verification of other types than DATA.Richard Levitte
2001-12-20make updateRichard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-07Don't overwrite signing time.Dr. Stephen Henson
2001-11-15perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
2001-11-15make updateRichard Levitte
2001-09-08Replace old (and invalid) copyright notice.Dr. Stephen Henson
2001-04-04Fix couple of memory leaks in PKCS7_dataDecode().Dr. Stephen Henson
2001-03-21Change from main development line, 2001-03-20 16:36 levitteRichard Levitte
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson
2001-01-30Transport from development branch.Richard Levitte
2000-10-11Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte
2000-09-18Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-08Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte
2000-09-07Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson
2000-09-07Add docs for BIO_find_type() and friends.Dr. Stephen Henson
2000-09-07'make update'Richard Levitte
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson
2000-08-22Add support for 'other' PKCS#7 content types.Dr. Stephen Henson
2000-08-21Various fixes...Dr. Stephen Henson
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-05-31sk_value was also suffering from de-const-ification.Geoff Thorpe
2000-05-26Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson
2000-05-21Yet more typesafety.Ben Laurie
2000-05-16Typesafe Thought Police part 4.Ben Laurie
2000-05-16Typesafety Thought Police part 3.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-09"make update"Richard Levitte
2000-03-23Clean up context, even if an error occured.Richard Levitte
2000-03-23Update docs and remove old PKCS#7 README file.Dr. Stephen Henson
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-02-28Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson