Protect loading routines with a lock.
[oweals/openssl.git] / crypto / evp /
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-06 Richard LevitteSome compilers are quite picky about non-void functions...
2002-12-06 Richard LevitteSome compilers are quite picky about non-void functions...
2002-12-01 Richard LevitteEXIT() needs to be in a function that returns int.
2002-12-01 Richard LevitteEXIT() needs to be in a function that returns int.
2002-11-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-20 Bodo Mölleravoid uninitialized memory read
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-12 Ben LaurieMany security improvements (CHATS) and a warning fix.
2002-10-28 Bodo Möller'broken' PKCS #8 format does not apply to ECDSA
2002-10-20 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-02 Richard LevitteThe OpenBSD project has replaced the first implementati...
2002-10-02 Richard LevitteThe OpenBSD project has replaced the first implementati...
2002-09-22 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-16 Dr. Stephen HensonFix block_size field for CFB and OFB modes: it should...
2002-08-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-08-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-30 Lutz Jänicke"make update"
2002-07-30 Lutz Jänicke"make update"
2002-07-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-07-10 Lutz JänickeReorder inclusion of header files:
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 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-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-16 Lutz JänickeOpenSSL_add_all_algorithms has been replaced by configu...
2002-06-14 Lutz JänickeSome more prototype fixes.
2002-06-14 Lutz JänickeSome more prototype fixes.
2002-06-03 Richard Levitteuse sstrsep() to get the proper type to aoti().
2002-06-03 Richard Levitteuse sstrsep() to get the proper type to aoti().
2002-05-31 Ben LaurieFix a warning.
2002-05-31 Richard LevitteAdd the AES test vectors from NIST document SP800-38A.
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 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 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-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-30 Richard LevitteCheck the return values where memory allocation failure...
2002-05-16 Bodo Möllerfix EVP_dsa_sha macro
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-15 Dr. Stephen HensonZero cipher_data in EVP_CIPHER_CTX_cleanup
2002-05-11 Dr. Stephen HensonEVP_SealFinal should return a value.
2002-05-11 Dr. Stephen HensonEVP_SealFinal should return a value.
2002-04-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-04-15 Lutz JänickeFix CRLF problem in BASE64 decode.
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-16 Dr. Stephen HensonEnsure EVP_CipherInit() uses the correct encode/decode...
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
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-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-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 LevitteVMS addaptation, including a few more long names that...
2002-02-28 Richard LevitteIncrease internal security when using strncpy, by makin...
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-26 Richard Levittemake update
2002-02-23 Dr. Stephen HensonUpdates from stable branch.
2002-02-23 Dr. Stephen HensonOPENSSL_LOAD_CONF define as in main trunk
2002-02-23 cvs2svnThis commit was manufactured by cvs2svn to create 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 LevitteAdd comfy aliases for AES in CBC mode.
2002-02-20 Richard LevitteMerge in recent changes from the main trunk.
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-16 Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2002-02-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-15 Dr. Stephen HensonOnly initialize cipher ctx if cipher is not NULL.
next