summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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-058-1/+52
* Fix warning with no-ecMatt Caswell2015-02-271-2/+8
* 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_1-post-reformatMatt Caswell2015-01-228-71/+71
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2259-34207/+32459
* 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
* apps/speed.c: make it indent-friendly.Andy Polyakov2015-01-221-46/+80
* Fix source where indent will not be able to copeMatt Caswell2015-01-223-5/+16
* Further comment changes for reformatMatt Caswell2015-01-226-20/+22
* mark all block comments that need format preserving so thatTim Hudson2015-01-2221-23/+40
* 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
* 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
* Tidy up ocsp help outputMatt Caswell2014-11-271-45/+45
* Add documentation on -timeout option in the ocsp utilityAndré Guerreiro2014-11-271-0/+1
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-192-2/+6
* Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte2014-10-151-3/+18
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+10
* Disabled XTS mode in enc utility as it is not supportedMatt Caswell2014-07-161-0/+6
* Don't allow -www etc options with DTLS.Dr. Stephen Henson2014-07-151-0/+8
* Use case insensitive compare for servername.Dr. Stephen Henson2014-07-151-1/+1
* Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson2014-07-062-0/+4
* s_server usage for certificate status requestsDr. Stephen Henson2014-07-061-0/+4
* Show errors on CSR verification failure.Dr. Stephen Henson2014-06-291-0/+2
* Make no-ssl3 no-ssl2 do more sensible things.Dr. Stephen Henson2014-06-293-11/+5
* Typo.Dr. Stephen Henson2014-06-281-1/+1
* Memory leak and NULL derefernce fixes.Dr. Stephen Henson2014-06-273-1/+14
* Fix compilation with no-compDr. Stephen Henson2014-06-111-0/+2
* Recognise padding extension.Dr. Stephen Henson2014-06-011-0/+4
* Change default cipher in smime app to des3.Dr. Stephen Henson2014-05-211-2/+2
* Enc doesn't support AEAD ciphers.Dr. Stephen Henson2014-05-151-0/+6
* Fix infinite loop. PR#3347Viktor Dukhovni2014-05-111-2/+13
* coverity 966576 - close socket in error pathTim Hudson2014-05-081-0/+3
* PR#3342 fix resource leak coverity issue 966577Tim Hudson2014-05-081-1/+1
* Fix free errors in ocsp utility.Dr. Stephen Henson2014-04-091-6/+16
* Use correct length when prompting for password.Dr. Stephen Henson2014-04-041-2/+2
* Add option to generate old hash format.Tim Hudson2014-04-031-0/+18
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1