Some more ASFLAGS settings required
[openssl.git] / crypto / evp /
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-08-04 Richard LevitteInclusion of openssl/engine.h should always be wrapped...
2003-07-21 Bodo Möllernew function EC_GROUP_cmp() (used by EVP_PKEY_cmp())
2003-06-26 Richard LevitteNils Larsch told me I could remove that variable entirely.
2003-06-26 Richard Levitte"Remove" unused variable
2003-06-25 Bodo Möllerimplement PKCS #8 / SEC1 private key format for ECC
2003-05-01 Richard Levittemake update
2003-04-10 Richard Levittemake update
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-07 Richard LevitteWhat was I smoking? EVP_PKEY_cmp() should return with...
2003-04-07 Richard LevitteCorrect a typo.
2003-04-06 Richard LevitteConstify
2003-04-05 Richard LevitteDo not call ENGINE_setup_bsd_cryptodev() when OPENSSL_N...
2003-04-03 Richard LevitteAdd functionality to help making self-signed certificate.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RSA.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_HMAC...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_SHA.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RIPEMD.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_MDC2.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_MD5.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_MD4.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_MD2.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_DES.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RC5.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RC4.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RC2.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_IDEA.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_CAST.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_BF.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_AES.
2003-03-12 Dr. Stephen HensonFixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.
2003-02-27 Dr. Stephen HensonEncryption BIOs misbehave when used with non blocking...
2003-02-24 Bodo Möllerinclude OpenSSL license (in addition to EAY license)
2003-02-22 Ulf MöllerCopy rather than symlink the test data.
2003-02-22 Dr. Stephen HensonBase64 bio fixes. The base64 bio was seriously broken
2003-02-20 Dr. Stephen HensonFix bug in base64 bios during write an non blocking...
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2003-02-01 Ben LaurieFix warning.
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-17 Dr. Stephen HensonEVP_DecryptInit() should call EVP_CipherInit() not...
2003-01-16 Richard LevitteFreeBSD has /dev/crypto as well.
2002-12-29 Richard Levittemake update
2002-12-29 Richard LevitteFinally get rid of all the algorithm inclusions that...
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-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 LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-28 Bodo Möller'broken' PKCS #8 format does not apply to ECDSA
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-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...
next