summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2004-06-15Typo, setting the first element of nids[] to NULL instead of settingRichard Levitte
2004-05-11Pull FIPS back into stable.Ben Laurie
2003-12-27OpenBSD-internal changes.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-11-27If dynamically-loadable ENGINEs are linked against a shared-library versionRichard Levitte
2003-11-24Free "engine" resource in case of failure to prevent memory leakLutz Jänicke
2003-09-27Add reference counting around the thread state hash table.Richard Levitte
2003-07-27Unfinished FIPS stuff for review/improvement.Ben Laurie
2003-06-06This memset() in the ubsec ENGINE is a bug. Zeroing out the result arrayGeoff Thorpe
2003-03-13Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-23Missing 0 broke FreeBSD build.Richard Levitte
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte
2003-01-16Armor against systems without ranlib...Lutz Jänicke
2002-12-15The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe
2002-12-12Add a static lock called HWCRHK, for the case of having an applicationRichard Levitte
2002-12-05Make sure to implement the cryptodev engine only when /dev/crypto exists.Richard Levitte
2002-12-05If an application supports static locks, it MUST support dynamic locks asRichard Levitte
2002-12-05Only check for a result buffer if the allocated string is a prompt string.Richard Levitte
2002-12-04Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-13When build as dynamic engines, the loading functions should be definedRichard Levitte
2002-10-16- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-11make updateRichard Levitte
2002-10-09This commit was manufactured by cvs2svn to create branchcvs2svn
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-09The dissapearing destroy callback reappearsRichard Levitte
2002-10-06Various Win32 fixes.Dr. Stephen Henson
2002-10-05For some reason, the random number support removed the destructorRichard Levitte
2002-10-05Win32 fix (signed/unsigned compare error).Dr. Stephen Henson
2002-10-04make updateDr. Stephen Henson
2002-10-04Add random number generation capability to the cswift engine.Richard Levitte
2002-10-04Add random number generation capability to the cswift engine.Richard Levitte
2002-10-02Removal missingRichard Levitte
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-09-25Incorrect argument order to memset()Richard Levitte
2002-09-25Incorrect argument order to memset()Richard Levitte
2002-09-25Missing ;Richard Levitte
2002-09-25Missing ;Richard Levitte
2002-08-28Fix a bug to allow the 4758 ENGINE to build as a DSO.Geoff Thorpe
2002-08-28Fix a bug to allow the 4758 ENGINE to build as a DSO.Geoff Thorpe
2002-08-22Change C++ style commentsDr. Stephen Henson
2002-08-22Fix C++ style comments.Dr. Stephen Henson