Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-29Recent changes from 0.9.6-stable.Richard Levitte
2003-06-06This memset() in the ubsec ENGINE is a bug. Zeroing out the result arrayGeoff Thorpe
2002-12-05If an application supports static locks, it MUST support dynamic locks asRichard Levitte
2002-12-05Supported REF_PRINT with specified reference counterRichard Levitte
2002-12-05PR: 381Richard Levitte
2002-11-28Recent changes from 0.9.6-stable.Richard Levitte
2002-11-06Addapt hw_ubsec.c to OpenSSL 0.9.6x [engine].Richard Levitte
2002-10-16Correct some "read" locks that should actually be "write" locks.Geoff Thorpe
2002-08-09avoid crash on WindowsBodo Möller
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte
2002-05-29It seems like we forgot to move from strdup() to BUF_strdup() in this file.Richard Levitte
2002-04-17surewarehk_dh_ex_free() isn't used, so do not compile it.Richard Levitte
2002-04-17Avoid variable shadowing.Richard Levitte
2002-04-17Make sure strdup() gets properly declared.Richard Levitte
2002-04-03Forgot one of the castsRichard Levitte
2002-04-03HW_aep was a little too constified for this version of OpenSSL.Richard Levitte
2002-04-03Cast the pointers to the BIGNUM data to unsigned long *. This would beRichard Levitte
2002-04-03A couple of typos.Richard Levitte
2002-03-07AEPRAND it is...Richard Levitte
2002-03-07Synchronise the AEP engine in all branches. For 0.9.6-stable [engine], imple...Richard Levitte
2002-03-01fix prototypeBodo Möller
2002-02-28Back port of the latest updates of the AEP engine.Richard Levitte
2002-02-08A number of corrections of the aep engine implementation:Richard Levitte
2002-01-27For the sake of DOS and Windows, provide a different way to get aRichard Levitte
2002-01-25Apply a change by Toomas Kiisk <vix@cyber.ee>:Richard Levitte
2001-12-11Make the type of hConnection consistent.Richard Levitte
2001-12-11Problem:Richard Levitte
2001-11-23fixes submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller
2001-11-21inttypes.h apparently doesn't exist with VC++. Therefore, use theRichard Levitte
2001-11-21Squash a VC++ warning.Geoff Thorpe
2001-11-20Testing on WIN32 turned up a faulty default value.Geoff Thorpe
2001-11-18unsigned long long is not accepted anywhere, especially on certainRichard Levitte
2001-11-17Another ENGINE that's been working in 0.9.6-engine for a while that willGeoff Thorpe
2001-11-17Use memset() instead of bzero().Richard Levitte
2001-11-17unsigned char * vs. char *Richard Levitte
2001-11-15Merge in latest changes from 0.9.6-stable.Richard Levitte
2001-11-15"sureware" should not be "hwcrhk".Geoff Thorpe
2001-11-12Back-port of Broadcom engine code from 0.9.7 to 0.9.6, but with a fewMark J. Cox
2001-11-12Add initial support for Baltimore SureWare accelerator cards; this worksMark J. Cox
2001-11-12Commit missing AEP files (oops)Mark J. Cox
2001-11-12Add support for AEP crypto cards to 0.9.6c. This patch is in Red Hat LinuxMark J. Cox
2001-11-10This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn
2001-11-092001, not 2000Bodo Möller
2001-11-05Place the OpenSSL-specific headers back so they always get included,Richard Levitte
2001-11-05No need to include anything on systems that do not have /dev/cryptRichard Levitte
2001-10-10'make update'Richard Levitte
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte
2001-10-08As ENGINE_load_openbsd_dev_crypto() is an API function, it makes sense forGeoff Thorpe
2001-10-08Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.Geoff Thorpe
2001-10-08Missing pointer in the eng_table_register function. Reported byGeoff Thorpe