aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* disable '#ifdef DEBUG' sectionsBodo Möller2002-02-283-11/+11
* This adds a new ENGINE to support IBM 4758 cards, contributed by MauriceGeoff Thorpe2002-02-278-2/+1348
* Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.Dr. Stephen Henson2002-02-261-1/+1
* make update, after moving around symbols in libeay.num to matchRichard Levitte2002-02-262-0/+33
* Make the engine config module always add dynamic ENGINEsDr. Stephen Henson2002-02-241-0/+2
* Updates from stable branch.Dr. Stephen Henson2002-02-232-14/+25
* New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson2002-02-237-46/+209
* make errorsDr. Stephen Henson2002-02-222-1/+7
* Update from stable branch.Dr. Stephen Henson2002-02-221-11/+21
* Config code updates.Dr. Stephen Henson2002-02-222-3/+6
* disable '#ifdef DEBUG' sectionsBodo Möller2002-02-211-3/+3
* Config file updates from stable branchDr. Stephen Henson2002-02-213-26/+32
* Add comfy aliases for AES in CBC mode.Richard Levitte2002-02-201-0/+6
* Stop assuming the IV is 8 bytes long, use the real size instead.Richard Levitte2002-02-202-4/+4
* gcc figures that the format specifier %2x means unsigned int, so let'sRichard Levitte2002-02-201-1/+1
* Instead of casting a lvalue, let's constify meth.Richard Levitte2002-02-201-2/+2
* simplificationsBodo Möller2002-02-202-28/+11
* Instead of just checking for OpenVMS, check if DEC C is used, since it's asRichard Levitte2002-02-201-1/+1
* bugfix: allocate sufficiently large bufferBodo Möller2002-02-201-1/+1
* Comparing a pointer (data) with 0 using > is incorrect. The changedRichard Levitte2002-02-201-1/+3
* With Compaq make, it seems like # inside an action becomes part of the comman...Richard Levitte2002-02-201-1/+1
* make updateGeoff Thorpe2002-02-201-0/+6
* The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte2002-02-169-61/+55
* Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte2002-02-1610-26/+445
* Adjust the NID names for the AES modes OFB and CFB to contain the numberRichard Levitte2002-02-164-48/+54
* The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,Richard Levitte2002-02-161-1/+1
* Local `time' shadows the global function `time()'. Rename the localRichard Levitte2002-02-161-49/+49
* Missing #endifRichard Levitte2002-02-161-0/+1
* fix indentationBodo Möller2002-02-141-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-147-13/+49
* make it possible to disable memory checking for timingsBodo Möller2002-02-142-7/+20
* don't call OPENSSL_config(), this does not make any sense during "make test"Bodo Möller2002-02-141-0/+2
* Make sure memset() is defined by including string.hRichard Levitte2002-02-141-0/+1
* For some reason, getting the topmost error was done the same way asRichard Levitte2002-02-141-1/+1
* EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller2002-02-142-8/+8
* Fix warnings.Ben Laurie2002-02-141-4/+9
* ECDSA supportBodo Möller2002-02-1366-1314/+6328
* some modifications to named curve supportBodo Möller2002-02-133-83/+89
* Modify the main trunk version to 0.9.8-dev.Richard Levitte2002-02-131-2/+2
* new locksBodo Möller2002-02-132-2/+7
* add support for named curvesBodo Möller2002-02-136-8/+358
* Remove an unused variable.Richard Levitte2002-02-071-1/+0
* Oops, do not unlock CRYPTO_LOCK_DYNLOCK when we lockedRichard Levitte2002-02-071-1/+1
* I forgot to include the aep and sureware vendor header files.Richard Levitte2002-02-072-0/+417
* Because AEP and we used the same AEP_R_ prefix for error reasons,Richard Levitte2002-02-074-114/+115
* Add aep and sureware implementations and clean up some error reasonsRichard Levitte2002-02-0711-28/+2559
* Certain reasons aren't really part of the engine framework, so let'sRichard Levitte2002-02-071-6/+6
* Generate the individual engines' error strings and macrosRichard Levitte2002-02-0717-365/+1251
* 'make update'Richard Levitte2002-02-055-79/+177
* With the changed des_old API, let's complete the work by renaming theRichard Levitte2002-02-0510-134/+236