aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp
AgeCommit message (Expand)AuthorFilesLines
2002-07-30"make update"Lutz Jänicke1-581/+569
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-395/+791
2002-07-10Reorder inclusion of header files:Lutz Jänicke3-3/+3
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-27A number of includes were removed from evp.h some time ago. The reasonRichard Levitte1-0/+54
2002-06-16OpenSSL_add_all_algorithms has been replaced by configuration dependentLutz Jänicke1-1/+2
2002-06-14Some more prototype fixes.Lutz Jänicke2-0/+3
2002-06-03use sstrsep() to get the proper type to aoti().Richard Levitte1-2/+2
2002-05-31Add the AES test vectors from NIST document SP800-38A.Richard Levitte1-12/+113
2002-05-31Make it possible to give vectors only for decryption or encryption.Richard Levitte1-62/+79
2002-05-31For CFB and OFB modes, always create the encryption key.Richard Levitte1-1/+3
2002-05-31Declare the CFB and OFB modes for AES, and prepare for a declarationRichard Levitte2-0/+30
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte1-1/+1
2002-05-16fix EVP_dsa_sha macroBodo Möller1-1/+1
2002-05-15Zero cipher_data in EVP_CIPHER_CTX_cleanupDr. Stephen Henson2-16/+18
2002-05-11EVP_SealFinal should return a value.Dr. Stephen Henson2-3/+5
2002-04-15Fix CRLF problem in BASE64 decode.Lutz Jänicke1-0/+7
2002-04-09fix ECDSA handlingBodo Möller1-2/+2
2002-03-16Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson1-2/+8
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson1-1/+1
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller1-4/+6
2002-03-09Make ciphers and digests obtain an ENGINE functional referenceDr. Stephen Henson2-2/+18
2002-02-28VMS addaptation, including a few more long names that needed hacking.Richard Levitte1-0/+2
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte1-0/+3
2002-02-26make update, after moving around symbols in libeay.num to matchRichard Levitte1-0/+15
2002-02-23Updates from stable branch.Dr. Stephen Henson1-1/+2
2002-02-23New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson4-5/+96
2002-02-20Add comfy aliases for AES in CBC mode.Richard Levitte1-0/+6
2002-02-20gcc figures that the format specifier %2x means unsigned int, so let'sRichard Levitte1-1/+1
2002-02-16The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte9-61/+55
2002-02-14don't call OPENSSL_config(), this does not make any sense during "make test"Bodo Möller1-0/+2
2002-02-13ECDSA supportBodo Möller7-174/+743
2002-02-05'make update'Richard Levitte1-4/+8
2002-01-26Remove blanks at begin of empty lines irritating epv_test.cLutz Jänicke1-4/+4
2002-01-25The 'type' parameter, an EVP_MD pointer, represents the type of digestGeoff Thorpe1-1/+1
2002-01-24Keep the NIST AES vectors that were there previously.Richard Levitte1-0/+20
2002-01-24make updateRichard Levitte1-29/+30
2002-01-21Use FIPS-197 vectors for AES. The NIST vectors were constructed byRichard Levitte1-33/+9
2002-01-21Add more of the NIST test vectors for AES.Richard Levitte1-6/+30
2002-01-18Constification, add config to /dev/crypto.Ben Laurie2-1/+3
2002-01-04fix EVP_CIPHER_mode macroBodo Möller1-1/+1
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2-96/+51
2002-01-02The block size may be something other than 8!Richard Levitte1-4/+5
2002-01-02When RSA or DSA are disabled, do not include the stuff that's specificRichard Levitte1-0/+4
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-2/+0
2001-12-09Improve back compatibility.Ben Laurie1-1/+1
2001-12-01Make EVP_SealInit() return the correct value.Dr. Stephen Henson1-2/+3
2001-11-06Win32 fixes.Dr. Stephen Henson1-1/+1
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte3-33/+33
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson9-21/+50