summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2003-01-16make updateRichard Levitte
2003-01-16ncr-scde target needs -lc89 for strcasecmp() and ftime() (Tim Rice, MartinLutz Jänicke
2003-01-16Fix possible NULL dereferencial.Richard Levitte
2003-01-15Add verbosityRichard Levitte
2003-01-15Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke
2003-01-15update error library for EC... changesBodo Möller
2003-01-15Really fix SSLv2 session ID handlingLutz Jänicke
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe
2003-01-14Set EXPORT_VAR_AS_FN for BC-32 to work around a compiler bug,Dr. Stephen Henson
2003-01-14Extend the HOWTO on creating certificates, and add a HOWTO in creating keys.Richard Levitte
2003-01-14Document hpux-parisc2-cc problems, probably due to optimizer bug.Lutz Jänicke
2003-01-14Correct an example that has a few typos.Richard Levitte
2003-01-13Merge from 0.9.7-stable.Richard Levitte
2003-01-13Minor FAQ updateAndy Polyakov
2003-01-13"!Cname surname" has now become redundant ...Bodo Möller
2003-01-13undo part of a recent change: it's "surname", not "surName"Bodo Möller
2003-01-13Make sure not to declare a clashing read() for DJGPP.Richard Levitte
2003-01-13DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte
2003-01-13add something to the '$no_shared_warn' textBodo Möller
2003-01-13Correct a misleading comment.Richard Levitte
2003-01-13Revert: the names of the cygwin distribution will not be named openssl2-*.Richard Levitte
2003-01-13UI_UTIL_read_pw() misinterpreted the values returned from UI functions.Richard Levitte
2003-01-13document BN_GENCB API by adding an exampleBodo Möller
2003-01-13Typo.Bodo Möller
2003-01-13tty_in will never be stderr, so it will always be closed, which means stdinRichard Levitte
2003-01-13typoBodo Möller
2003-01-12OpenBSD FAQ update. Apparently gas from binutils-2.x makes it impossible toAndy Polyakov
2003-01-12Just an extra comment.Andy Polyakov
2003-01-12Add better support for FreeBSD on non-x86 machines.Richard Levitte
2003-01-11If the user said 'shared' and we haven't included support for shared libraries,Richard Levitte
2003-01-10Double the dollars that are intended for the command line.Richard Levitte
2003-01-10Add documentation on how to handle the shared libaries.Richard Levitte
2003-01-10Name the flag file correctlyRichard Levitte
2003-01-10CFLAG, not CFLAGSRichard Levitte
2003-01-10It's recommended to do 'make clean' after having prepared a new build tree.Richard Levitte
2003-01-10When preparing a separate build tree, don't make softlinks to softlinks.Richard Levitte
2003-01-10Force the removal.Richard Levitte
2003-01-10Certain files must be removed before generating them, in case they pointRichard Levitte
2003-01-10Avoid unnecessary pollution of object module name table. Cygwin sharedAndy Polyakov
2003-01-10Make sure everything that may be freed is allocated or initiated.Richard Levitte
2003-01-10Typos corrected.Richard Levitte
2003-01-09Typo.Dr. Stephen Henson
2003-01-09The naming scheme wasn't quite correct for CygwinRichard Levitte
2003-01-09At least OpenBSD implements PIC in the same way ELF does.Andy Polyakov
2003-01-09gcc wants character constants to be correct. Before this change, theRichard Levitte
2003-01-09NULL tofree when it is freed to avoid double free.Dr. Stephen Henson
2003-01-09Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov
2003-01-08Third argument to shl_load() is "long address", not a pointer.Lutz Jänicke
2003-01-07RSA_METHOD now supports key-generation, but (for now) none of theseGeoff Thorpe
2003-01-07This is the first step in allowing RSA_METHODs to implement their own keyGeoff Thorpe