Make the 'dynamic' ENGINE bundle up the loading application/library's
[openssl.git] / crypto / evp /
2001-09-03 Bodo MöllerRename recently introduced functions for improved code...
2001-09-03 Bodo Möllerrearrange #includes because trying to include <crypto...
2001-09-02 Ben LaurieMake MD functions take EVP_MD_CTX * instead of void...
2001-09-01 Geoff ThorpeOnly OPENSSL_free() non-NULL pointers.
2001-09-01 Ulf Möllerundo, didn't work
2001-09-01 Ulf Möller*** empty log message ***
2001-09-01 Ulf Möllerstrsep implementation to allow the file to compile...
2001-08-28 Ben LaurieFix SSL memory leak.
2001-08-26 Ben LaurieTest digests.
2001-08-26 Ben LaurieAdd digests.
2001-08-25 Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-08-22 Ben LaurieMore tests.
2001-08-18 Ben LaurieAdd RC4 support to OpenBSD.
2001-08-18 Ben LaurieAdd AES tests.
2001-08-18 Ben LaurieAdd EVP test program.
2001-08-18 Ben LaurieAdd first cut symmetric crypto support.
2001-08-11 Ben LaurieMove CIPHER_CTX cleanups to _Final routines instead...
2001-08-06 Bodo MöllerMore typedef'd struct names as search targets
2001-08-06 Bodo MöllerReinsert typedef'ed names for structs to help those...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-05 Ben LaurieFix memory leak.
2001-08-04 Ben LaurieParameter correction for CIOFSESSION.
2001-08-03 Ben LaurieRemove extra whitespace. Sorry.
2001-08-03 Ben LaurieReinstate accidentally deleted code.
2001-08-03 Ben LaurieGet rid of the stuff we, err, got rid of.
2001-08-03 Ben LaurieHeader bloat reduction for EVP_PKEY.
2001-08-03 Ben LaurieMake /dev/crypto work with new EVP structures.
2001-07-31 Richard Levittemake update
2001-07-31 Richard LevitteVade retro C++ comments!
2001-07-31 Ben LaurieRemove //.
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-30 Ben LaurieANSIfication.
2001-07-27 Dr. Stephen HensonMake sure *outl is always initialized in EVP_EncryptUpd...
2001-07-21 Richard LevitteNot all platforms have the OpenBSD crypto device.
2001-07-21 Ben LaurieClean up EVP macros, rename DES EDE3 modes correctly...
2001-07-09 Ben LaurieA better compromise between encrypt and decrypt (but...
2001-07-08 Ben LaurieHandle the common case first (where input size is a...
2001-07-08 Ben LaurieUse & instead of % - worth about 4% for 8 byte blocks.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-16 Ben LaurieDelete a redundant line.
2001-05-24 Dr. Stephen HensonAdd missing variable length cipher flag for Blowfish.
2001-05-06 Richard Levittemake update
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...
2001-04-14 Lutz JänickeConstify (Jason Molenda <jason@molenda.com>)
2001-04-08 Richard LevitteAdd the possibility to have AES removed in Windows...
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-03-08 Dr. Stephen HensonMake EVP_Digest*() routines return a value.
2001-02-26 Richard Levittemake update
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-14 Dr. Stephen HensonOption to disable standard block padding with EVP API.
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2001-02-04 Ben LaurieMake depend.
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-12 Ben LaurieMake Rijndael work! Those long flights have some good...
2000-11-07 Richard LevitteConstify DSA-related code.
2000-11-06 Richard LevitteConstify the RSA library.
2000-11-06 Richard Levittemode used too early in EVP_PKEY_save_parameters.
2000-10-20 Dr. Stephen HensonFix for bug (?) in assembly language routines for SHA1...
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-25 Richard LevitteMake the algorithm implementations depend on the corres...
2000-09-07 Richard Levitte'make update'
2000-08-18 Richard LevitteNULL is not an integer...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-08-11 Richard LevitteAbdelilah Essiari <aes@george.lbl.gov> reports that...
2000-07-26 Richard LevitteWhen data are written out in very small blocks (less...
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-16 Bodo Möllertypo
2000-06-16 Bodo MöllerIn EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-11 Dr. Stephen HensonFix evp_locl.h macros.
2000-06-11 Dr. Stephen HensonMake EVP_SealInit() and EVP_OpenInit() check EVP_Encryp...
2000-06-11 Dr. Stephen HensonDocument EVP routines. Change EVP_SealInit() and EVP_Op...
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
2000-06-03 Ben LaurieEVP constification.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-30 Dr. Stephen HensonMore EVP cipher revision.
2000-05-30 Dr. Stephen HensonFourth phase EVP revision.
2000-05-30 Dr. Stephen HensonFourth phase EVP revision.
2000-05-28 Dr. Stephen HensonThird phase of EVP cipher overhaul.
2000-05-27 Dr. Stephen HensonSecond phase of EVP cipher overhaul.
2000-05-26 Dr. Stephen HensonBeginnings of EVP cipher overhaul. This should eventually
2000-05-21 Ben LaurieYet more typesafety.
2000-05-16 Ben LaurieTypesafe Thought Police part 4.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-15 Ulf MöllerMake sure that NO-RSA applications etc can include...
2000-05-04 Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-17 Richard LevitteMake sure to complete the cleanup of names.
2000-03-07 Dr. Stephen HensonFix the PKCS#8 DSA code so it works again. All the
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-02-26 Dr. Stephen HensonMake ASN1 types real typedefs.
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-23 Dr. Stephen HensonAdd PBE algorithms with ciphers, not digests.
next