summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2003-01-09Typo.Dr. Stephen Henson
2003-01-09NULL tofree when it is freed to avoid double free.Dr. Stephen Henson
2003-01-04Fix leak.Dr. Stephen Henson
2002-12-29make updateRichard Levitte
2002-12-25Spelling error.Richard Levitte
2002-12-24Avoid double definition of config.Richard Levitte
2002-12-24Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte
2002-12-20There was a mixup between INSTALLTOP and OPENSSLDIR...Richard Levitte
2002-12-19We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte
2002-12-19I have no idea what possesed me to compile s_socket.c as POSIXly code.Richard Levitte
2002-12-15Update the make system for installations:Richard Levitte
2002-12-11This stops a compiler warning from -Wmissing-prototypes.Geoff Thorpe
2002-12-08Nils Larsch submitted;Geoff Thorpe
2002-12-08Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe
2002-12-06Apparently, bash is more forgiving than sh. To be backwardRichard Levitte
2002-12-05Corrected DJGPP patchRichard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-22Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte
2002-11-18Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte
2002-11-18allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
2002-11-15WinCE patchesRichard Levitte
2002-11-15Changes to make shared library building and use work better with CygwinRichard Levitte
2002-11-14Remove warnings.Richard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
2002-11-13This didn't get to the 0.9.8-dev thread...Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2002-11-11Variables on the stack must be initialized or we can't depend on anyRichard Levitte
2002-11-11Make the programs link against the static library on MacOS X.Richard Levitte
2002-11-08-CAserial does take a filename argument.Richard Levitte
2002-11-07Windows doesn't know sys/file.hRichard Levitte
2002-10-31Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-28fast reduction for NIST curvesBodo Möller
2002-10-25Make sure toupper() is declaredRichard Levitte
2002-10-24On certain platforms, we redefine certain symbols using macros inRichard Levitte
2002-10-23Signal an error if the entered output password didn't match itself.Richard Levitte
2002-10-23fix warnings, and harmonize indentationBodo Möller
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-11BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte
2002-10-10VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte
2002-10-09Make sure that the 'config' variable is correctly defined and declaredRichard Levitte
2002-10-09Remove redundancy and use the main makefile betterRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-09Add missing LFRichard Levitte
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson
2002-09-25-elapsed is also useful when using gettimeofdayRichard Levitte
2002-09-10Let 'openssl req' fail if an argument to '-newkey' is notBodo Möller
2002-09-02change API for looking at the internal curve listBodo Möller