Add random number generation capability to the cswift engine.
[openssl.git] / crypto / evp /
2002-10-02 Richard LevitteThe OpenBSD project has replaced the first implementati...
2002-08-16 Bodo Möller'EC' vs. 'ECDSA'
2002-08-16 Dr. Stephen HensonFix block_size field for CFB and OFB modes: it should...
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-09 Bodo Möllermake update
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-07-30 Lutz Jänicke"make update"
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-27 Richard LevitteA number of includes were removed from evp.h some time...
2002-06-16 Lutz JänickeOpenSSL_add_all_algorithms has been replaced by configu...
2002-06-14 Lutz JänickeSome more prototype fixes.
2002-06-03 Richard Levitteuse sstrsep() to get the proper type to aoti().
2002-05-31 Richard LevitteAdd the AES test vectors from NIST document SP800-38A.
2002-05-31 Richard LevitteMake it possible to give vectors only for decryption...
2002-05-31 Richard LevitteFor CFB and OFB modes, always create the encryption...
2002-05-31 Richard LevitteDeclare the CFB and OFB modes for AES, and prepare...
2002-05-30 Richard LevitteCheck the return values where memory allocation failure...
2002-05-16 Bodo Möllerfix EVP_dsa_sha macro
2002-05-15 Dr. Stephen HensonZero cipher_data in EVP_CIPHER_CTX_cleanup
2002-05-11 Dr. Stephen HensonEVP_SealFinal should return a value.
2002-04-15 Lutz JänickeFix CRLF problem in BASE64 decode.
2002-04-09 Bodo Möllerfix ECDSA handling
2002-03-16 Dr. Stephen HensonEnsure EVP_CipherInit() uses the correct encode/decode...
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-09 Dr. Stephen HensonMake ciphers and digests obtain an ENGINE functional...
2002-02-28 Richard LevitteVMS addaptation, including a few more long names that...
2002-02-28 Richard LevitteIncrease internal security when using strncpy, by makin...
2002-02-26 Richard Levittemake update, after moving around symbols in libeay...
2002-02-23 Dr. Stephen HensonUpdates from stable branch.
2002-02-23 Dr. Stephen HensonNew OPENSSL_LOAD_CONF define to load openssl.cnf
2002-02-20 Richard LevitteAdd comfy aliases for AES in CBC mode.
2002-02-20 Richard Levittegcc figures that the format specifier %2x means unsigne...
2002-02-16 Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2002-02-14 Bodo Möllerdon't call OPENSSL_config(), this does not make any...
2002-02-13 Bodo MöllerECDSA support
2002-02-05 Richard Levitte'make update'
2002-01-26 Lutz JänickeRemove blanks at begin of empty lines irritating epv_test.c
2002-01-25 Geoff ThorpeThe 'type' parameter, an EVP_MD pointer, represents...
2002-01-24 Richard LevitteKeep the NIST AES vectors that were there previously.
2002-01-24 Richard Levittemake update
2002-01-21 Richard LevitteUse FIPS-197 vectors for AES. The NIST vectors were...
2002-01-21 Richard LevitteAdd more of the NIST test vectors for AES.
2002-01-18 Ben LaurieConstification, add config to /dev/crypto.
2002-01-04 Bodo Möllerfix EVP_CIPHER_mode macro
2002-01-02 Richard LevitteBecause Rijndael is more known as AES, use crypto/aes...
2002-01-02 Richard LevitteThe block size may be something other than 8!
2002-01-02 Richard LevitteWhen RSA or DSA are disabled, do not include the stuff...
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-09 Ben LaurieImprove back compatibility.
2001-12-01 Dr. Stephen HensonMake EVP_SealInit() return the correct value.
2001-11-06 Dr. Stephen HensonWin32 fixes.
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.
next