summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2000-12-06Don't check for bc at all. We can now run a meaningful test even ifUlf Möller
2000-12-06During the self test, we only want to know what bctest says onRichard Levitte
2000-12-06Have the self test use bctest to check that bc is sane.Richard Levitte
2000-11-27Fix BN_is_... macros.Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-14make updateRichard Levitte
2000-11-14Get the Rijndael function declarations.Richard Levitte
2000-11-14Detect and mark functions that no longer exist.Richard Levitte
2000-11-14Add Rijndael as things to look through.Richard Levitte
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
2000-10-27make updateRichard Levitte
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-21make updateRichard Levitte
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-10-13make updateRichard Levitte
2000-10-11fix problems in the selftestUlf Möller
2000-09-25UpdateRichard Levitte
2000-09-25When creating a .def file, be a bit more selective so disabledRichard Levitte
2000-09-24Change the Windows building scripts to enable DSO_WIN32.Richard Levitte
2000-09-23print the perlasm rule only for linux-elf (it seems it confuses someUlf Möller
2000-09-21Ugly hack to make sure static libraries are usable. Without this,Richard Levitte
2000-09-20Wrong variable used. It's funny how some bugs take a long timeRichard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-17Oops, no engine in the main trunk.Richard Levitte
2000-09-17Tell users that a rewrite might be a good idea.Richard Levitte
2000-09-15'make update'Richard Levitte
2000-09-11mkdef.pl still needed better logic. Also, the semantics of theRichard Levitte
2000-09-11mkdef.pl has erroneous conditions to check if a symbol is excludedRichard Levitte
2000-09-11I started with a make update, but a rewrite was actually needed.Richard Levitte
2000-09-07*.num rewitten to include the extra information.Richard Levitte
2000-09-07Major hack of mkdef.pl. There should be no more need to redo theRichard Levitte
2000-09-06'make update'Bodo Möller
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-08-17New option 'ctestall' for mkdef.pl, that makes it not only generateRichard Levitte
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-08-02"make update"Richard Levitte
2000-07-24This isn't entirely necessary if you do everything right from theRichard Levitte
2000-07-24"make update"Richard Levitte
2000-07-24Show the running line count and definition cont in debug mode. ThatRichard Levitte
2000-07-21Profiling option for mk1mf.plUlf Möller
2000-06-22Change mkstack.pl so it now sorts each groupDr. Stephen Henson
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-20Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson
2000-06-19'make update'Richard Levitte
2000-06-18Add support for dynamically created and destroyed mutexes. This willRichard Levitte
2000-06-18First of all, with the current macros, we should never get anyRichard Levitte
2000-06-17Using speaking "variable" names in macros so that e.g. grepping forBodo Möller
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe