summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-28'broken' PKCS #8 format does not apply to ECDSABodo Möller
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-08-16'EC' vs. 'ECDSA'Bodo Möller
2002-08-16Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-09make updateBodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-07-30"make update"Lutz Jänicke
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-27A number of includes were removed from evp.h some time ago. The reasonRichard Levitte
2002-06-16OpenSSL_add_all_algorithms has been replaced by configuration dependentLutz Jänicke
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-06-03use sstrsep() to get the proper type to aoti().Richard Levitte
2002-05-31Add the AES test vectors from NIST document SP800-38A.Richard Levitte
2002-05-31Make it possible to give vectors only for decryption or encryption.Richard Levitte
2002-05-31For CFB and OFB modes, always create the encryption key.Richard Levitte
2002-05-31Declare the CFB and OFB modes for AES, and prepare for a declarationRichard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-16fix EVP_dsa_sha macroBodo Möller
2002-05-15Zero cipher_data in EVP_CIPHER_CTX_cleanupDr. Stephen Henson
2002-05-11EVP_SealFinal should return a value.Dr. Stephen Henson
2002-04-15Fix CRLF problem in BASE64 decode.Lutz Jänicke
2002-04-09fix ECDSA handlingBodo Möller
2002-03-16Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-03-09Make ciphers and digests obtain an ENGINE functional referenceDr. Stephen Henson
2002-02-28VMS addaptation, including a few more long names that needed hacking.Richard Levitte
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2002-02-26make update, after moving around symbols in libeay.num to matchRichard Levitte
2002-02-23Updates from stable branch.Dr. Stephen Henson
2002-02-23New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson
2002-02-20Add comfy aliases for AES in CBC mode.Richard Levitte
2002-02-20gcc figures that the format specifier %2x means unsigned int, so let'sRichard Levitte
2002-02-16The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte
2002-02-14don't call OPENSSL_config(), this does not make any sense during "make test"Bodo Möller
2002-02-13ECDSA supportBodo Möller
2002-02-05'make update'Richard Levitte
2002-01-26Remove blanks at begin of empty lines irritating epv_test.cLutz Jänicke
2002-01-25The 'type' parameter, an EVP_MD pointer, represents the type of digestGeoff Thorpe
2002-01-24Keep the NIST AES vectors that were there previously.Richard Levitte
2002-01-24make updateRichard Levitte
2002-01-21Use FIPS-197 vectors for AES. The NIST vectors were constructed byRichard Levitte
2002-01-21Add more of the NIST test vectors for AES.Richard Levitte