summaryrefslogtreecommitdiff
path: root/crypto/evp/evp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-146/+539
* Recent (and not so recent) changes from HEAD.Richard Levitte2004-06-281-4/+12
* Recent changes from HEAD.Richard Levitte2004-03-301-0/+4
* Changes from 0.9.8-devRichard Levitte2004-03-241-19/+23
* Recent changes from HEAD.Richard Levitte2004-02-131-0/+2
* Recent changes from HEADRichard Levitte2004-01-291-11/+38
* Almost recent changes from HEADRichard Levitte2003-04-101-4/+4
* All the changes from HEAD since last merge.Richard Levitte2003-04-041-0/+2
* Recent changes from HEADRichard Levitte2002-12-291-54/+0
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-13/+16
* Recent changes from HEAD.Richard Levitte2002-06-271-0/+54
* Recent changes from HEAD.Richard Levitte2002-06-251-0/+2
* Recent changes from HEAD.Richard Levitte2002-06-061-0/+15
* fix EVP_dsa_sha macroBodo Möller2002-05-161-1/+1
* EVP_SealFinal should return a value.Dr. Stephen Henson2002-05-111-1/+1
* VMS addaptation, including a few more long names that needed hacking.Richard Levitte2002-02-281-0/+2
* New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson2002-02-231-1/+11
* ECDSA supportBodo Möller2002-02-131-1/+28
* fix EVP_CIPHER_mode macroBodo Möller2002-01-041-1/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-0/+3
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-4/+9
* Change some EVP prototypes to use "cipher" rather than "type" as a variableGeoff Thorpe2001-10-081-6/+6
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* Constify EVP_SealInit, EVP_OpenInitDr. Stephen Henson2001-09-281-2/+2
* Don't clean up stuff twice.Ben Laurie2001-09-261-0/+4
* This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe2001-09-251-1/+17
* Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller2001-09-101-6/+0
* Add a cleanup function for MDs.Ben Laurie2001-09-071-0/+1
* Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie2001-09-021-6/+17
* Fix SSL memory leak.Ben Laurie2001-08-281-0/+6
* Test digests.Ben Laurie2001-08-261-0/+3
* Add RC4 support to OpenBSD.Ben Laurie2001-08-181-0/+1
* Add EVP test program.Ben Laurie2001-08-181-7/+8
* More typedef'd struct names as search targetsBodo Möller2001-08-061-2/+2
* Reinsert typedef'ed names for structs to help those trying to read theBodo Möller2001-08-061-2/+2
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-7/+6
* Get rid of the stuff we, err, got rid of.Ben Laurie2001-08-031-137/+0
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-031-6/+14
* Remove //.Ben Laurie2001-07-311-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-3/+17
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-211-0/+6
* A better compromise between encrypt and decrypt (but why isn't it as fastBen Laurie2001-07-091-0/+3
* Delete a redundant line.Ben Laurie2001-06-161-1/+0
* Constify (Jason Molenda <jason@molenda.com>)Lutz Jänicke2001-04-141-3/+3
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-62/+62
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-081-6/+6
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-58/+58
* Option to disable standard block padding with EVP API.Dr. Stephen Henson2001-02-141-0/+6
* Fix AES code.Dr. Stephen Henson2001-02-071-5/+9