summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2002-07-30"make update"Lutz Jänicke
2002-06-13make updateRichard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-16fix EVP_dsa_sha macroBodo Möller
2002-04-15Fix CRLF problem in BASE64 decode.Lutz Jänicke
2002-01-04fix EVP_CIPHER_mode macroBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
2001-10-11In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte
2001-05-24Add missing variable length cipher flag for Blowfish.Dr. Stephen Henson
2001-04-14Don't make half work when constifying...Lutz Jänicke
2001-04-14Constify "salt" (Jason Molenda <jason@molenda.com>)Lutz Jänicke
2000-10-11Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte
2000-10-11Fix from main trunk, 2000-09-25 10:49 levitte:Richard Levitte
2000-09-07'make update'Richard Levitte
2000-08-18NULL is not an integer...Richard Levitte
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-08-11Abdelilah Essiari <aes@george.lbl.gov> reports that for very smallRichard Levitte
2000-07-26When data are written out in very small blocks (less than 3 bytes inRichard Levitte
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-16typoBodo Möller
2000-06-16In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".Bodo Möller
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-11Fix evp_locl.h macros.Dr. Stephen Henson
2000-06-11Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() andDr. Stephen Henson
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-03EVP constification.Ben Laurie
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-30More EVP cipher revision.Dr. Stephen Henson
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson
2000-05-28Third phase of EVP cipher overhaul.Dr. Stephen Henson
2000-05-27Second phase of EVP cipher overhaul.Dr. Stephen Henson
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-15Get rid of more non-ANSI declarations.Ulf Möller
2000-05-15Make sure that NO-RSA applications etc can include evp.hUlf Möller
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-17Make sure to complete the cleanup of names.Richard Levitte
2000-03-07Fix the PKCS#8 DSA code so it works again. All theDr. Stephen Henson
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-02-26Make ASN1 types real typedefs.Dr. Stephen Henson
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-23Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson
2000-02-22Make pkcs8 work again.Dr. Stephen Henson