aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/enginetest.c
Commit message (Expand)AuthorAgeFilesLines
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+0
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* Make no-engine work again.Dr. Stephen Henson2008-12-201-1/+1
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-1/+10
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-3/+0
* WinCE patchesRichard Levitte2002-11-151-0/+3
* fix memory leakBodo Möller2002-03-251-0/+25
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-6/+1
* Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe2001-09-141-1/+1
* enginetest needs 'memset' defined.Geoff Thorpe2001-09-101-0/+1
* avoid warning ('const' discarded)Bodo Möller2001-09-101-2/+2
* Delete pointless castsBodo Möller2001-09-101-2/+2
* Avoid strdup.Bodo Möller2001-09-061-14/+6
* Solaris <string.h> does not declare 'strdup' if _XOPEN_SOURCE isBodo Möller2001-09-051-1/+1
* Including stdio.h before setting _XOPEN_SOURCE andRichard Levitte2001-06-231-1/+1
* Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte2001-06-051-1/+2
* Define the right macro for Linux and other GNU-based systems to get a correct...Richard Levitte2001-02-221-0/+5
* strdup() is a X/Open extension.Richard Levitte2001-02-201-1/+4
* Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte2001-02-201-0/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+251