summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
AgeCommit message (Expand)Author
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard 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
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-22Make pkcs8 work again.Dr. Stephen Henson
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-02-08Note about des_ncbc_encrypt.Bodo Möller
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-14Avoid some warnings, and run "make update".Bodo Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-07make no-des and no-rc2 work.Bodo Möller
2000-01-07#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson
1999-12-29Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson
1999-12-15Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson
1999-12-15Fix the S/MIME code to use canonical MIME format forDr. Stephen Henson
1999-12-14Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson
1999-12-11Various S/MIME fixes.Dr. Stephen Henson
1999-12-10Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson
1999-12-09Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson