summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-18Document support for "openssl s_client -starttls lmtp"Philip Guenther
2014-04-18Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keepPhilip Guenther
2014-04-18use the portable construct around asprintf; pointed out by halexTheo de Raadt
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-04-18Some dude named Tavis Ormandy reported a bug which has gone unfixed.Ted Unangst
2014-04-18Put the final pieces from e_os.h in the required places, and remove it.Theo de Raadt
2014-04-18blank lines between decls and codeTed Unangst
2014-04-18These files were never installed in the past, and are not generallyTheo de Raadt
2014-04-18Use asprintf() for generating path, instead of multipleTheo de Raadt
2014-04-18in CONF_get1_default_config_file(), don't calculate a buffer size,Theo de Raadt
2014-04-18More KNF.Joel Sing
2014-04-18another round of chemo for the RAND code to provide clarity.Ted Unangst
2014-04-18More KNF.Joel Sing
2014-04-18egd support is too dangerous to leave where somebody might find it.Ted Unangst
2014-04-18More KNF.Joel Sing
2014-04-18unistd.h for protos where neededTheo de Raadt
2014-04-18define RFILE only in the file that needs itTheo de Raadt
2014-04-18More KNF.Joel Sing
2014-04-18add braces missed when fixing leaksJonathan Gray
2014-04-18KNF, since this is no longer script generatedTheo de Raadt
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2014-04-18simplify file:file:... stuffTheo de Raadt
2014-04-18More KNF.Joel Sing
2014-04-18More KNF.Joel Sing
2014-04-18whitespace normalizationTed Unangst
2014-04-18repair whitespace. this is what happens when functions take 20 params.Ted Unangst
2014-04-18Remove MAIN and PROG defines now that we do not compile non-monolithic.Joel Sing
2014-04-18igetest.c moved to regress we don't need another copyJonathan Gray
2014-04-18fix another potential double freeJonathan Gray
2014-04-18-netwareTed Unangst
2014-04-18undef NETWARE_CLIB and NETWARE_LIBCTed Unangst
2014-04-18unterminated commentTed Unangst
2014-04-18KaboomNFTed Unangst
2014-04-18spelling fix from Micha Borrmann on openssl-devTed Unangst
2014-04-18blunt force knfTed Unangst
2014-04-18Remove support for unwanted operating systems.Joel Sing
2014-04-18Unifdef OPENSSL_FIPS.Joel Sing
2014-04-18lob a few more knf grenades in here to soften things up.Ted Unangst
2014-04-18putting most of the braces in the right column is the very least we can do.Ted Unangst
2014-04-17whack a bunch of disabled code. ok beck lteoTed Unangst
2010-10-01import OpenSSL-1.0.0aDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-17Make MONOLITH the default and only optionMatthew Dempsky
2014-04-17stab at indentationTed Unangst
2014-04-17don't fake up SSIZE_MAXTed Unangst
2014-04-17more windows/netware leftoversTed Unangst
2014-04-17delete if 0 codeTed Unangst
2014-04-17more spring VMS cleanupGiovanni Bechis
2014-04-17no need for a variable which is hardcoded and only used in an snprintf,Stuart Henderson