aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make updateGeoff Thorpe2002-02-203-4/+37
* A rough little self-test for tunala. This runs through all cipher-suite /Geoff Thorpe2002-02-201-0/+107
* Make the "ungunk" logic a little more robust.Geoff Thorpe2002-02-201-5/+5
* - Add support for cipher suites that require a temporary RSA key forGeoff Thorpe2002-02-203-7/+32
* Oh, and since config figures out that we run Cygwin and what versions,Richard Levitte2002-02-161-1/+1
* Since Cygwin is the proper spelling, let's change to that everywhere.Richard Levitte2002-02-161-18/+18
* Cygwin target name has been changed!Ulf Möller2002-02-161-1/+1
* 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
* gcc chokes on C++ comments in C code.Richard Levitte2002-02-161-1/+1
* Give the linux-sparv9 target shared capability.Richard Levitte2002-02-151-1/+1
* Even though it is not really practical people should know about it.Lutz Jänicke2002-02-156-2/+97
* fix indentationBodo Möller2002-02-141-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-1412-21/+102
* make it possible to disable memory checking for timingsBodo Möller2002-02-142-7/+20
* '-C' is still quite brokenBodo Möller2002-02-141-0/+7
* fix '-C'Bodo Möller2002-02-141-11/+5
* fix memory leakBodo Möller2002-02-141-1/+2
* move ECDSA test right after EC testBodo Möller2002-02-141-9/+13
* 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
* make update, with libeay.num remade to match the 0.9.7-stable one.Richard Levitte2002-02-142-65/+65
* The Cygwin shared extension was shifted.Richard Levitte2002-02-141-1/+1
* At Corinna Vinschen's request, change CygWin32 to CygwinRichard Levitte2002-02-145-13/+17
* EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller2002-02-143-9/+9
* Fix warnings.Ben Laurie2002-02-141-4/+9
* Correct sh, pleaseRichard Levitte2002-02-141-2/+6
* ECDSA supportBodo Möller2002-02-1384-2690/+9117
* 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-134-5/+9
* new locksBodo Möller2002-02-132-2/+7
* add support for named curvesBodo Möller2002-02-136-8/+358
* Update the configuration of CygWin32 to use the new capabilities ofRichard Levitte2002-02-134-7/+36
* We should implement a countermeasure against the predictable-IV CBCBodo Möller2002-02-131-1/+5
* Move teh silencer to the right place.Richard Levitte2002-02-131-2/+2
* Make link-shard a little bit more efficient. If there are noRichard Levitte2002-02-131-6/+6
* Make removal from session cache more robust.Lutz Jänicke2002-02-102-3/+9
* add a wishBodo Möller2002-02-091-1/+5
* Do not store unneeded data.Lutz Jänicke2002-02-082-4/+9
* Add notes on the added support for aep and sureware crypto cards inRichard Levitte2002-02-071-0/+12
* 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