aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte2002-10-021-0/+3
* 'EC' vs. 'ECDSA'Bodo Möller2002-08-161-1/+1
* Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson2002-08-161-6/+6
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-123-14/+13
* make updateBodo Möller2002-08-091-394/+406
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-074-109/+127
* "make update"Lutz Jänicke2002-07-301-581/+569
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-395/+791
* Reorder inclusion of header files:Lutz Jänicke2002-07-103-3/+3
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* A number of includes were removed from evp.h some time ago. The reasonRichard Levitte2002-06-271-0/+54
* OpenSSL_add_all_algorithms has been replaced by configuration dependentLutz Jänicke2002-06-161-1/+2
* Some more prototype fixes.Lutz Jänicke2002-06-142-0/+3
* use sstrsep() to get the proper type to aoti().Richard Levitte2002-06-031-2/+2
* Add the AES test vectors from NIST document SP800-38A.Richard Levitte2002-05-311-12/+113
* Make it possible to give vectors only for decryption or encryption.Richard Levitte2002-05-311-62/+79
* For CFB and OFB modes, always create the encryption key.Richard Levitte2002-05-311-1/+3
* Declare the CFB and OFB modes for AES, and prepare for a declarationRichard Levitte2002-05-312-0/+30
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+1
* fix EVP_dsa_sha macroBodo Möller2002-05-161-1/+1
* Zero cipher_data in EVP_CIPHER_CTX_cleanupDr. Stephen Henson2002-05-152-16/+18
* EVP_SealFinal should return a value.Dr. Stephen Henson2002-05-112-3/+5
* Fix CRLF problem in BASE64 decode.Lutz Jänicke2002-04-151-0/+7
* fix ECDSA handlingBodo Möller2002-04-091-2/+2
* Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson2002-03-161-2/+8
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-1/+1
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-4/+6
* Make ciphers and digests obtain an ENGINE functional referenceDr. Stephen Henson2002-03-092-2/+18
* VMS addaptation, including a few more long names that needed hacking.Richard Levitte2002-02-281-0/+2
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+3
* make update, after moving around symbols in libeay.num to matchRichard Levitte2002-02-261-0/+15
* Updates from stable branch.Dr. Stephen Henson2002-02-231-1/+2
* New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson2002-02-234-5/+96
* Add comfy aliases for AES in CBC mode.Richard Levitte2002-02-201-0/+6
* gcc figures that the format specifier %2x means unsigned int, so let'sRichard Levitte2002-02-201-1/+1
* The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte2002-02-169-61/+55
* don't call OPENSSL_config(), this does not make any sense during "make test"Bodo Möller2002-02-141-0/+2
* ECDSA supportBodo Möller2002-02-137-174/+743
* 'make update'Richard Levitte2002-02-051-4/+8
* Remove blanks at begin of empty lines irritating epv_test.cLutz Jänicke2002-01-261-4/+4
* The 'type' parameter, an EVP_MD pointer, represents the type of digestGeoff Thorpe2002-01-251-1/+1
* Keep the NIST AES vectors that were there previously.Richard Levitte2002-01-241-0/+20
* make updateRichard Levitte2002-01-241-29/+30
* Use FIPS-197 vectors for AES. The NIST vectors were constructed byRichard Levitte2002-01-211-33/+9
* Add more of the NIST test vectors for AES.Richard Levitte2002-01-211-6/+30
* Constification, add config to /dev/crypto.Ben Laurie2002-01-182-1/+3
* fix EVP_CIPHER_mode macroBodo Möller2002-01-041-1/+1
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-022-96/+51
* The block size may be something other than 8!Richard Levitte2002-01-021-4/+5