summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2015-07-13Remove extra '; \' in apps/MakefileRichard Levitte
2015-07-09Exit on error in ecparamPeter Waltenberg
2015-06-11Correction of make depend merge errorRichard Levitte
2015-06-10When making libcrypto from apps or test, make sure to include enginesRichard Levitte
2015-05-23Missed a couple of spots in the update changeRichard Levitte
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-20Add -no_alt_chains option to apps to implement the new X509_V_FLAG_NO_ALT_CHA...Matt Caswell
2015-05-20dhparam: set the default to 2048 bitsEmilia Kasper
2015-05-20s_server: Use 2048-bit DH parameters by default.Emilia Kasper
2015-05-19Don't add write errors into bytecountsRobert Swiecki
2015-05-11Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen
2015-05-04RT2943: Check sizes if -iv and -K argumentsRichard Levitte
2015-05-02Fix uninitialized variable.Hanno Böck
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-07Fix intermittent s_server issues with ECDHEJohn Foley
2015-03-25Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-17Dead code removal from appsMatt Caswell
2015-03-17Fix seg fault in s_timeMatt Caswell
2015-03-17Move malloc fail checks closer to mallocMatt Caswell
2015-03-17Add malloc failure checksMatt Caswell
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-27Fix warning with no-ecMatt Caswell
2015-02-09Fix memory leak reporting.Dr. Stephen Henson
2015-01-27Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt 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-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 reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-12-31typo in s_clientDominik Neubauer
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-17Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte
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
2014-11-27Remove duplicated codeMatt Caswell
2014-11-27Tidy up ocsp help outputMatt Caswell
2014-11-27Add documentation on -timeout option in the ocsp utilityAndré Guerreiro
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson
2014-10-15Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-07-16Disabled XTS mode in enc utility as it is not supportedMatt Caswell
2014-07-15Don't allow -www etc options with DTLS.Dr. Stephen Henson
2014-07-15Use case insensitive compare for servername.Dr. Stephen Henson