aboutsummaryrefslogtreecommitdiff
path: root/apps/s_client.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-16Client side version negotiation rewriteMatt Caswell1-1/+1
2015-05-15Use #error in openssl/srp.hRich Salz1-0/+7
2015-05-13Remove Kerberos support from appsMatt Caswell1-21/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+2
2015-05-01free null cleanup finaleRich Salz1-8/+2
2015-04-30free NULL cleanup 7Rich Salz1-8/+4
2015-04-30free cleanup almost the finaleRich Salz1-14/+4
2015-04-30In apps, malloc or dieRich Salz1-25/+18
2015-04-30free NULL cleanup 5aRich Salz1-8/+4
2015-04-29Remove needless bio_err argumentRich Salz1-2/+2
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-27Fix Wmaybe-uninitialized: initialize variableEmilia Kasper1-1/+1
2015-04-25RT2451: Add telnet to s_client -starttlsRich Salz1-5/+45
2015-04-25Add -nocommands to s_client.Rich Salz1-5/+9
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-16/+11
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-712/+644
2015-04-16Code style: space after 'if'Viktor Dukhovni1-5/+5
2015-04-11free NULL cleanup 10Rich Salz1-4/+2
2015-03-28free NULL cleanupRich Salz1-2/+1
2015-03-25free NULL cleanupRich Salz1-8/+4
2015-03-25Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell1-6/+5
2015-03-23apps return value checksMatt Caswell1-8/+28
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+5
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell1-0/+2
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz1-10/+0
2015-01-30Dead code clean: #if 0 removal in appsRich Salz1-25/+0
2015-01-28Remove support for opaque-prfRich Salz1-6/+0
2015-01-27OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz1-2/+0
2015-01-27Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell1-6/+0
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-2/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-2005/+1912
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-1/+3
2015-01-22Fix source where indent will not be able to copeMatt Caswell1-1/+2
2015-01-22Further comment changes for reformat (master)Matt Caswell1-15/+16
2015-01-12RT3548: Remove unsupported platformsRich Salz1-7/+3
2015-01-05Fix building with no-srtpPiotr Sikora1-0/+10
2014-12-31typo in s_clientDominik Neubauer1-1/+1
2014-12-17RT3548: Remove some obsolete platformsRich Salz1-31/+3
2014-12-04Remove SSLv2 supportKurt Roeckx1-38/+2
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell1-2/+14
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson1-1/+3
2014-10-15Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsvBodo Moeller1-4/+4
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller1-0/+10
2014-08-28Rename some callbacks, fix alignment.Dr. Stephen Henson1-12/+9
2014-08-28Use consistent function naming.Dr. Stephen Henson1-1/+1
2014-08-28New extension callback features.Dr. Stephen Henson1-1/+1
2014-08-28Callback revision.Dr. Stephen Henson1-2/+2
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz1-0/+7
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz1-7/+0
2014-07-06Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson1-0/+2