summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2001-05-06make updateRichard Levitte
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte
2001-04-14Constify (Jason Molenda <jason@molenda.com>)Lutz Jänicke
2001-04-08Add the possibility to have AES removed in Windows as well.Richard Levitte
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson
2001-02-26make updateRichard Levitte
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-14Option to disable standard block padding with EVP API.Dr. Stephen Henson
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2001-02-04Make depend.Ben Laurie
2001-02-02Various function for commmon operations.Dr. Stephen Henson
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-12Make Rijndael work! Those long flights have some good points.Ben Laurie
2000-11-07Constify DSA-related code.Richard Levitte
2000-11-06Constify the RSA library.Richard Levitte
2000-11-06mode used too early in EVP_PKEY_save_parameters.Richard Levitte
2000-10-20Fix for bug (?) in assembly language routines for SHA1. ThisDr. Stephen Henson
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-25Make the algorithm implementations depend on the correspondingRichard 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