aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* Remove support for opaque-prfRich Salz2015-01-283-16/+0
* OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz2015-01-273-6/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-274-77/+23
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-273-605/+593
* Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell2015-01-272-18/+0
* ifdef cleanup, part 4a: '#ifdef undef'Rich Salz2015-01-243-38/+0
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-237-9/+9
* ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz2015-01-222-21/+5
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-223-8/+8
* Re-align some comments after running the reformat script.Matt Caswell2015-01-226-63/+63
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2259-37583/+35603
* Move more comments that confuse indentMatt Caswell2015-01-225-8/+14
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-1/+3
* More indent fixes for STACK_OFMatt Caswell2015-01-221-1/+1
* apps/srp.c: make it indent-friendly.Andy Polyakov2015-01-221-668/+665
* apps/speed.c: make it indent-friendly.Andy Polyakov2015-01-221-49/+88
* Fix source where indent will not be able to copeMatt Caswell2015-01-223-4/+12
* Further comment changes for reformat (master)Matt Caswell2015-01-226-20/+22
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-6/+6
* RT3548: Remove unsupported platformsRich Salz2015-01-1218-110/+43
* RT478: Add uninstall make targetRich Salz2015-01-121-0/+13
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-065-5/+7
* Fix building with no-srtpPiotr Sikora2015-01-052-0/+20
* typo in s_clientDominik Neubauer2014-12-311-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-3018-18/+33
* Make "run" volatileKurt Roeckx2014-12-301-1/+1
* Document openssl dgst -hmac optionThorsten Glaser2014-12-301-0/+2
* Fix memory leak in the appsKurt Roeckx2014-12-301-2/+3
* RT3548: Remove unsupported platforms.Rich Salz2014-12-221-1/+1
* make update following changes to default config settingsMatt Caswell2014-12-181-63/+55
* Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell2014-12-185-26/+0
* Fix yet anoither 'make clean' breakage.Rich Salz2014-12-181-1/+1
* RT3548: Remove some obsolete platformsRich Salz2014-12-172-48/+5
* Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte2014-12-171-1/+1
* Add missing OPENSSL_NO_EC guardsMatt Caswell2014-12-161-0/+2
* RT3497: Clean up "dclean" targetsRich Salz2014-12-111-2/+1
* RT3543: Remove #ifdef LINTRich Salz2014-12-107-27/+0
* Update apps for bn opaque changeMatt Caswell2014-12-084-34/+58
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-27/+26
* Remove internal bn dependancies from speed.cMatt Caswell2014-12-081-114/+2
* Remove SSLv2 supportKurt Roeckx2014-12-045-138/+3
* Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell2014-12-032-4/+30
* Use the SSLv23 method by defaultKurt Roeckx2014-12-022-15/+0
* Remove all .cvsignore filesRich Salz2014-11-281-8/+0
* Tidy up ocsp help outputMatt Caswell2014-11-271-46/+46
* Add documentation on -timeout option in the ocsp utilityAndré Guerreiro2014-11-271-0/+1
* Print out Suite B status.Dr. Stephen Henson2014-11-201-2/+7
* Fix s_server -ssl2. Previously this reported "Error setting EC curve"Matt Caswell2014-11-191-1/+4
* Fix excert logic.Dr. Stephen Henson2014-11-191-4/+10