summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson
2003-02-14Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte
2003-02-14Pay attention to disabled SSL versions.Richard Levitte
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte
2003-02-13Add full support for -rpath/-R, both in shared libraries andRichard Levitte
2003-02-10Typo.Dr. Stephen Henson
2003-02-08avoid coredumpBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-30"openssl engine" will not display ENGINE/DSO load failure errors whenGeoff Thorpe
2003-01-30cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
2003-01-13DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte
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