aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* free null cleanup finaleRich Salz2015-05-011-8/+2
* free NULL cleanup 7Rich Salz2015-04-301-8/+4
* free cleanup almost the finaleRich Salz2015-04-301-14/+4
* In apps, malloc or dieRich Salz2015-04-301-25/+18
* free NULL cleanup 5aRich Salz2015-04-301-8/+4
* Remove needless bio_err argumentRich Salz2015-04-291-2/+2
* remove malloc castsRich Salz2015-04-281-1/+1
* Fix Wmaybe-uninitialized: initialize variableEmilia Kasper2015-04-271-1/+1
* RT2451: Add telnet to s_client -starttlsRich Salz2015-04-251-5/+45
* Add -nocommands to s_client.Rich Salz2015-04-251-5/+9
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-16/+11
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-712/+644
* Code style: space after 'if'Viktor Dukhovni2015-04-161-5/+5
* free NULL cleanup 10Rich Salz2015-04-111-4/+2
* free NULL cleanupRich Salz2015-03-281-2/+1
* free NULL cleanupRich Salz2015-03-251-8/+4
* Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell2015-03-251-6/+5
* apps return value checksMatt Caswell2015-03-231-8/+28
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+5
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-251-0/+2
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-10/+0
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-25/+0
* Remove support for opaque-prfRich Salz2015-01-281-6/+0
* OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz2015-01-271-2/+0
* Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell2015-01-271-6/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2005/+1912
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-1/+3
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+2
* Further comment changes for reformat (master)Matt Caswell2015-01-221-15/+16
* RT3548: Remove unsupported platformsRich Salz2015-01-121-7/+3
* Fix building with no-srtpPiotr Sikora2015-01-051-0/+10
* typo in s_clientDominik Neubauer2014-12-311-1/+1
* RT3548: Remove some obsolete platformsRich Salz2014-12-171-31/+3
* Remove SSLv2 supportKurt Roeckx2014-12-041-38/+2
* Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell2014-12-031-2/+14
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-191-1/+3
* Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsvBodo Moeller2014-10-151-4/+4
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+10
* Rename some callbacks, fix alignment.Dr. Stephen Henson2014-08-281-12/+9
* Use consistent function naming.Dr. Stephen Henson2014-08-281-1/+1
* New extension callback features.Dr. Stephen Henson2014-08-281-1/+1
* Callback revision.Dr. Stephen Henson2014-08-281-2/+2
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-0/+7
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-7/+0
* Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson2014-07-061-0/+2
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-121/+0
* Make NO_SYS_UN_H compile.Dr. Stephen Henson2014-07-011-1/+4
* Document -trusted_first option in man pages and help.Hubert Kario2014-06-191-0/+1
* s_client/s_server: support unix domain socketsGeoff Thorpe2014-05-081-2/+15