aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-051-2/+6
* Unchecked malloc fixesMatt Caswell2015-03-0511-3/+85
* Make OpenSSL compile with no-rc4Dr. Stephen Henson2015-02-272-1/+8
* Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell2015-02-261-47/+0
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-257-1/+13
* Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper2015-02-101-1/+1
* Fix memory leak reporting.Dr. Stephen Henson2015-02-091-4/+4
* ui_compat cleanup; makefiles and vmsRich Salz2015-02-061-3/+3
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-064-59/+1
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-061-5/+1
* Remove old DES APIRich Salz2015-02-021-3/+3
* Remove OPENSSL_NO_SSL_INTERN as it is now redundant - all internalsMatt Caswell2015-01-311-2/+0
* Dead code clean: #if 0 removal in appsRich Salz2015-01-309-136/+1
* 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