aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* remove 0 assignments.Rich Salz2015-09-031-5/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-8/+3
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-3/+1
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-438/+442
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-4/+4
* fix typo in HMAC redirection, add HMAC INIT tracingDr. Stephen Henson2010-11-241-2/+5
* VERY EXPERIMENTAL HMAC redirection example in OpenSSL ENGINE. Untested at thisDr. Stephen Henson2010-11-241-0/+242
* Fix warnings after commit#17578.Andy Polyakov2008-10-311-1/+1
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-0/+2
* makeNils Larsch2005-07-161-0/+6
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-1/+1
* More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe2004-04-191-0/+3
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-0/+1
* Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte2002-12-041-0/+15
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-2/+1
* Add ECDH support.Bodo Möller2002-08-091-0/+11
* ENGINE module additions.Dr. Stephen Henson2002-03-061-0/+28
* The "openssl" ENGINE is no longer used except as a testing/debuggingGeoff Thorpe2001-11-221-12/+38
* "FALLBACK" handling was a hack that was thrown out long ago in theGeoff Thorpe2001-09-251-17/+1
* This change adds dummy RC4 and SHA1 support to the "openssl" ENGINE forGeoff Thorpe2001-09-251-9/+224
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-76/+5
* Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe2001-09-141-2/+2
* make engine file names unique in 8.3Ulf Möller2001-09-071-0/+165