summaryrefslogtreecommitdiff
path: root/crypto/engine/eng_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* fix typo in HMAC redirection, add HMAC INIT tracingsteve2010-11-241-2/+5
* VERY EXPERIMENTAL HMAC redirection example in OpenSSL ENGINE. Untested at thissteve2010-11-241-0/+242
* Fix warnings after commit#17578.appro2008-10-311-1/+1
* fix warnings when building openssl with the following compiler options:nils2005-08-281-0/+2
* makenils2005-07-161-0/+6
* size_t-fication of message digest APIs. We should size_t-fy more APIs...appro2004-05-151-1/+1
* More updates for the header cleanups (and apologies, again, for not havinggeoff2004-04-191-0/+3
* Reduce header interdependencies, initially in engine.h (the rest of thegeoff2004-04-191-0/+1
* Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the samelevitte2002-12-041-0/+15
* makedepend complains when a header file is included more than once inlevitte2002-10-141-2/+1
* Add ECDH support.bodo2002-08-091-0/+11
* ENGINE module additions.steve2002-03-061-0/+28
* The "openssl" ENGINE is no longer used except as a testing/debugginggeoff2001-11-221-12/+38
* "FALLBACK" handling was a hack that was thrown out long ago in thegeoff2001-09-251-17/+1
* This change adds dummy RC4 and SHA1 support to the "openssl" ENGINE forgeoff2001-09-251-9/+224
* This change replaces the ENGINE's underlying mechanics with the newgeoff2001-09-251-76/+5
* Some of the ENGINE file names were changed for 8.3 filename uniquenessgeoff2001-09-141-2/+2
* make engine file names unique in 8.3ulf2001-09-071-0/+165