Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2003-09-28Recent changes from 0.9.7-stableRichard Levitte
2003-09-21In order to get the expected self signed error whenDr. Stephen Henson
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte
2003-09-08Recent changes from 0.9.7-stable.Richard Levitte
2003-08-14Undo the change that left LD_LIBRARY_PATH unchanged. The errors I sawRichard Levitte
2003-08-11- Add a configuration keyword "fips" to compile with FIPSRichard Levitte
2003-06-02Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2003-05-29Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)Lutz Jänicke
2003-04-09Dont forget req.Richard Levitte
2003-04-08Set LD_LIBRARY_PATH when linking, since OpenUnix' ld uses it to createRichard Levitte
2003-04-03Reset the version number of the issuer certificate? I believe thisRichard Levitte
2003-03-31No need to test -setalias twice.Richard Levitte
2003-03-31Add usage string for -fingerprint.Richard Levitte
2003-03-26Update ocsp usage message and docs.Dr. Stephen Henson
2003-03-20Make sure that all the library paths are modified in prepend mode, notRichard Levitte
2003-03-14Get the PEDANTIC stuff right this time...Dr. Stephen Henson
2003-03-12Avoid warnings for no-engine and PEDANTICDr. Stephen Henson
2003-02-22mingw related cleanups, as in headUlf Möller
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-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
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-13DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte
2003-01-09Oops, left debugging malloc include file in...Dr. Stephen Henson
2003-01-09NULL tofree when it is freed to avoid double free.Dr. Stephen Henson
2003-01-04Add EVP_CIPHER_CTX_cleanup() to avoid memory leak.Dr. Stephen Henson
2002-12-26Spelling error.Richard Levitte
2002-12-25Avoid 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-20We 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-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-19Make 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-16WinCE 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-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-11-12Variables 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-10-CAserial does take a filename argument.Richard Levitte
2002-11-08Windows doesn't know sys/file.hRichard Levitte