summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2001-08-06More typedef'd struct names as search targetsBodo Möller
2001-08-06Reinsert typedef'ed names for structs to help those trying to read theBodo Möller
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-08-05Fix memory leak.Ben Laurie
2001-08-04Parameter correction for CIOFSESSION.Ben Laurie
2001-08-03Remove extra whitespace. Sorry.Ben Laurie
2001-08-03Reinstate accidentally deleted code.Ben Laurie
2001-08-03Get rid of the stuff we, err, got rid of.Ben Laurie
2001-08-03Header bloat reduction for EVP_PKEY.Ben Laurie
2001-08-03Make /dev/crypto work with new EVP structures.Ben Laurie
2001-07-31make updateRichard Levitte
2001-07-31Vade retro C++ comments!Richard Levitte
2001-07-31Remove //.Ben Laurie
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-30ANSIfication.Ben Laurie
2001-07-27Make sure *outl is always initialized in EVP_EncryptUpdate().Dr. Stephen Henson
2001-07-21Not all platforms have the OpenBSD crypto device.Richard Levitte
2001-07-21Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie
2001-07-09A better compromise between encrypt and decrypt (but why isn't it as fastBen Laurie
2001-07-08Handle the common case first (where input size is a multiple of block size).Ben Laurie
2001-07-08Use & instead of % - worth about 4% for 8 byte blocks.Ben Laurie
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-16Delete a redundant line.Ben Laurie
2001-05-24Add missing variable length cipher flag for Blowfish.Dr. Stephen Henson
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