aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Security callback debug print out.Dr. Stephen Henson2014-03-281-0/+8
* Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson2014-02-201-3/+0
* Move the SCT List extension parser into libssl.Rob Stradling2014-02-191-0/+3
* Fix whitespace, new-style comments.Ben Laurie2014-02-051-20/+20
* Re-add alert variables removed during rebaseScott Deboy2014-02-051-20/+20
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-4/+4
* Fix compilation with no-nextprotoneg.Piotr Sikora2013-11-141-4/+4
* Produce PEM we would consume.Ben Laurie2013-09-251-1/+2
* Const fix.Ben Laurie2013-09-061-1/+1
* Free generated supp data after handshake completion, add comment regarding us...Scott Deboy2013-09-061-6/+18
* More cleanup.Ben Laurie2013-09-061-11/+6
* Make it build.Ben Laurie2013-09-061-2/+2
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-26/+109
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Clean up layout.Ben Laurie2013-09-051-1/+2
* Add an "-xmpphost" option to s_clientCarlos Alberto Lopez Perez2013-09-051-1/+8