summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2015-02-06ui_compat cleanup; makefiles and vmsRich Salz
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-02-02Remove old DES APIRich Salz
2015-01-31Remove OPENSSL_NO_SSL_INTERN as it is now redundant - all internalsMatt Caswell
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-27Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22More indent fixes for STACK_OFMatt Caswell
2015-01-22apps/srp.c: make it indent-friendly.Andy Polyakov
2015-01-22apps/speed.c: make it indent-friendly.Andy Polyakov
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-12RT478: Add uninstall make targetRich Salz
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-05Fix building with no-srtpPiotr Sikora
2014-12-31typo in s_clientDominik Neubauer
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-30Make "run" volatileKurt Roeckx
2014-12-30Document openssl dgst -hmac optionThorsten Glaser
2014-12-30Fix memory leak in the appsKurt Roeckx
2014-12-22RT3548: Remove unsupported platforms.Rich Salz
2014-12-18make update following changes to default config settingsMatt Caswell
2014-12-18Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell
2014-12-18Fix yet anoither 'make clean' breakage.Rich Salz
2014-12-17RT3548: Remove some obsolete platformsRich Salz
2014-12-17Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte
2014-12-16Add missing OPENSSL_NO_EC guardsMatt Caswell
2014-12-11RT3497: Clean up "dclean" targetsRich Salz
2014-12-10RT3543: Remove #ifdef LINTRich Salz
2014-12-08Update apps for bn opaque changeMatt Caswell
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell
2014-12-08Remove internal bn dependancies from speed.cMatt Caswell
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell
2014-12-02Use the SSLv23 method by defaultKurt Roeckx