aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix infinite loop on s_client starttls xmppCarlos Alberto Lopez Perez2013-09-051-2/+4
* Fix XMPP code detection on s_client starttls xmppCarlos Alberto Lopez Perez2013-09-051-1/+2
* Add tests for ALPN functionality.Adam Langley2013-07-221-0/+1
* Support ALPN.Adam Langley2013-07-221-2/+38
* Add support for arbitrary TLS extensions.Trevor2013-06-121-0/+62
* Dual DTLS version methods.Dr. Stephen Henson2013-04-091-0/+5
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-03-261-1/+6
* make JPAKE work again, fix memory leaksDr. Stephen Henson2012-12-291-9/+9
* add -cert_chain option to s_clientDr. Stephen Henson2012-12-121-2/+18
* Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson2012-12-061-2/+6
* Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson2012-12-051-23/+0
* oops, really check brief mode only ;-)Dr. Stephen Henson2012-12-031-1/+1
* don't check errno is zero, just print out messageDr. Stephen Henson2012-12-031-1/+1