Like MD_Init, MD now must include a NULL engine pointer in its definition.
[openssl.git] / crypto / evp /
2001-10-24 Richard LevitteDue to an increasing number of clashes between modern...
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-11 Richard LevitteIn certain cases, no encoding has been set up for the...
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-10-09 Geoff Thorpeevp_test.c and evptests.txt both need to be linked...
2001-10-08 Geoff ThorpeChange some EVP prototypes to use "cipher" rather than...
2001-10-08 Geoff ThorpeEVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-03 Dr. Stephen HensonUse the maximum block length for the extra size in...
2001-10-02 Dr. Stephen HensonMake EVP_DecryptUpdate work again.
2001-09-28 Dr. Stephen HensonConstify EVP_SealInit, EVP_OpenInit
2001-09-26 Ben LaurieDon't clean up stuff twice.
2001-09-25 Geoff ThorpeThis changes EVP's cipher and digest code to hook via...
2001-09-25 Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-09-25 Dr. Stephen HensonFix AES CBC mode EVP_CIPHER structures: the IV length...
2001-09-14 Geoff ThorpeAdd a SHA1 test to evptests.txt - only the MD5 hash...
2001-09-14 Geoff Thorpe'evp_test' needs to initialise and cleanup EVP_CIPHER_C...
2001-09-10 Bodo Möllertypo
2001-09-10 Bodo MöllerGet rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit...
2001-09-10 Bodo MöllerGet rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit...
2001-09-07 Ben LaurieAdd a cleanup function for MDs.
2001-09-05 Geoff ThorpeChange DH_up() -> DH_up_ref()
2001-09-04 Ulf Möllerstrsep implementation to allow the file to compile...
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_...
next