summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2004-04-15make updateRichard Levitte
2004-04-09Fix memory leak.Dr. Stephen Henson
2004-04-09Stop warnings:Dr. Stephen Henson
2004-04-09Use HMAC instead of straight SHA-1.Ben Laurie
2004-04-04Do HMAC.Ben Laurie
2004-03-30Recent changes from 0.9.7-stableRichard Levitte
2004-03-23Recent changes from 0.9.7-stable.Richard Levitte
2004-03-13Add FIPS mode to openssl app.Ben Laurie
2004-03-11Finish elimination of Makefile.sslBen Laurie
2004-03-10Step 1 in blowing away Makefile.sslBen Laurie
2004-03-08Recent changes from 0.9.7-stable.Richard Levitte
2004-03-08Recent changes from 0.9.7-stable.Richard Levitte
2004-03-01Fix from head.Dr. Stephen Henson
2004-02-08Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson
2004-01-19Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.Richard Levitte
2003-12-18I haven't merged from 0.9.7-stable in a loooong time. It shows :-).Richard Levitte
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-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2003-05-28Add 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-13Get 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-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