summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* GH371: Print debug info for ALPN extensionAlessandro Ghedini2015-08-261-0/+5
* GH345: Remove stderr outputRich Salz2015-08-161-3/+0
* Remove extra '; \' in apps/MakefileRichard Levitte2015-07-131-1/+1
* Exit on error in ecparamPeter Waltenberg2015-07-091-2/+3
* RT3682: Avoid double-free on OCSP parse errorRich Salz2015-06-231-0/+1
* make updateRichard Levitte2015-06-111-0/+22
* Correction of make depend merge errorRichard Levitte2015-06-111-1/+1
* When making libcrypto from apps or test, make sure to include enginesRichard Levitte2015-06-101-2/+2
* make updateDr. Stephen Henson2015-06-031-22/+0
* Missed a couple of spots in the update changeRichard Levitte2015-05-231-7/+5
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+5
* s_server: Use 2048-bit DH parameters by default.Emilia Kasper2015-05-201-18/+40
* Don't add write errors into bytecountsRobert Swiecki2015-05-191-2/+4
* Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen2015-05-111-0/+1
* RT2943: Check sizes if -iv and -K argumentsRichard Levitte2015-05-041-4/+9
* Fix uninitialized variable.Hanno Böck2015-05-021-1/+1
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-2/+3
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-04-207-1/+13
* Code style: space after 'if'Viktor Dukhovni2015-04-169-22/+22
* Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell2015-03-251-6/+5
* Fix RAND_(pseudo_)?_bytes returnsMatt Caswell2015-03-252-2/+3
* Dead code removal from appsMatt Caswell2015-03-172-6/+6
* Fix seg fault in s_timeMatt Caswell2015-03-171-1/+6
* Move malloc fail checks closer to mallocMatt Caswell2015-03-171-5/+5
* Add malloc failure checksMatt Caswell2015-03-171-0/+13
* Fix wrong numbers being passed as string lengthsDmitry-Me2015-03-091-1/+1
* Unchecked malloc fixesMatt Caswell2015-03-0511-3/+85
* 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
* Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell2015-01-272-18/+0
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-228-71/+71
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2259-36386/+34418
* 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/speed.c: make it indent-friendly.Andy Polyakov2015-01-221-47/+82
* Fix source where indent will not be able to copeMatt Caswell2015-01-223-5/+16
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-226-20/+22
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-225-5/+7
* mark all block comments that need format preserving so thatTim Hudson2015-01-2218-18/+33
* Fix building with no-srtpPiotr Sikora2015-01-052-0/+20
* typo in s_clientDominik Neubauer2014-12-311-1/+1
* 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
* Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte2014-12-171-1/+1
* s_client and s_server take -verify_{host,email,ip}, not -check*Richard Levitte2014-12-042-6/+6
* 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 duplicated codeMatt Caswell2014-11-271-21/+0