summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Recent changes from 0.9.7-stableRichard Levitte2003-09-284-26/+31
* In order to get the expected self signed error whenDr. Stephen Henson2003-09-211-1/+1
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-093-42/+0
* Recent changes from 0.9.7-stable.Richard Levitte2003-09-082-1/+6
* Undo the change that left LD_LIBRARY_PATH unchanged. The errors I sawRichard Levitte2003-08-141-1/+1
* - Add a configuration keyword "fips" to compile with FIPSRichard Levitte2003-08-111-1/+1
* Various S/MIME bug and compatibility fixes.Dr. Stephen Henson2003-06-011-0/+4
* Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)Lutz Jänicke2003-05-281-6/+14
* Dont forget req.Richard Levitte2003-04-091-0/+1
* Set LD_LIBRARY_PATH when linking, since OpenUnix' ld uses it to createRichard Levitte2003-04-081-0/+1
* Reset the version number of the issuer certificate? I believe thisRichard Levitte2003-04-031-1/+1
* No need to test -setalias twice.Richard Levitte2003-03-311-6/+0
* Add usage string for -fingerprint.Richard Levitte2003-03-311-0/+1
* Update ocsp usage message and docs.Dr. Stephen Henson2003-03-261-3/+3
* Make sure that all the library paths are modified in prepend mode, notRichard Levitte2003-03-201-1/+4
* Get the PEDANTIC stuff right this time...Dr. Stephen Henson2003-03-131-3/+1
* Avoid warnings for no-engine and PEDANTICDr. Stephen Henson2003-03-121-0/+8
* mingw related cleanups, as in headUlf Möller2003-02-221-4/+0
* Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte2003-02-141-0/+1
* Pay attention to disabled SSL versions.Richard Levitte2003-02-141-0/+9
* Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte2003-02-143-0/+16
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-3029-24/+295
* cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte2003-01-301-1/+2
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-241-0/+6
* DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte2003-01-131-2/+1
* Oops, left debugging malloc include file in...Dr. Stephen Henson2003-01-091-2/+0
* NULL tofree when it is freed to avoid double free.Dr. Stephen Henson2003-01-091-1/+6
* Add EVP_CIPHER_CTX_cleanup() to avoid memory leak.Dr. Stephen Henson2003-01-041-0/+1
* Spelling error.Richard Levitte2002-12-251-1/+1
* Avoid double definition of config.Richard Levitte2002-12-241-1/+0
* Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte2002-12-241-1/+1
* There was a mixup between INSTALLTOP and OPENSSLDIR...Richard Levitte2002-12-201-1/+1
* We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte2002-12-191-1/+0
* I have no idea what possesed me to compile s_socket.c as POSIXly code.Richard Levitte2002-12-191-1/+1
* Update the make system for installations:Richard Levitte2002-12-151-6/+9
* Apparently, bash is more forgiving than sh. To be backwardRichard Levitte2002-12-061-1/+1
* Corrected DJGPP patchRichard Levitte2002-12-051-1/+2
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-0334-36/+36
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-286-11/+11
* Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte2002-11-181-1/+2
* allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller2002-11-181-4/+4
* WinCE patchesRichard Levitte2002-11-155-6/+57
* Changes to make shared library building and use work better with CygwinRichard Levitte2002-11-151-1/+2
* Remove warnings.Richard Levitte2002-11-141-1/+1
* Fix to build better with DJGPP.Richard Levitte2002-11-143-14/+20
* Many security improvements (CHATS) and a warning fix.Ben Laurie2002-11-1221-110/+169
* Variables on the stack must be initialized or we can't depend on anyRichard Levitte2002-11-112-2/+2
* Make the programs link against the static library on MacOS X.Richard Levitte2002-11-111-1/+1
* -CAserial does take a filename argument.Richard Levitte2002-11-091-1/+1
* Windows doesn't know sys/file.hRichard Levitte2002-11-071-1/+1