summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2015-03-23apps return value checksMatt Caswell
2015-03-17Dead code removal from appsMatt Caswell
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-26Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz
2015-01-27Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-05Fix building with no-srtpPiotr Sikora
2014-12-18Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell
2014-12-17RT3548: Remove some obsolete platformsRich Salz
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell
2014-11-19Fix s_server -ssl2. Previously this reported "Error setting EC curve"Matt Caswell
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2014-07-15Don't allow -www etc options with DTLS.Dr. Stephen Henson
2014-07-14Use case insensitive compare for servername.Dr. Stephen Henson
2014-07-06Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson
2014-07-06s_server usage for certificate status requestsDr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-07-01Make NO_SYS_UN_H compile.Dr. Stephen Henson
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe
2014-05-04apps/s_server: document '-naccept' cmd-line argumentGeoff Thorpe
2014-03-28Security callback debug print out.Dr. Stephen Henson
2014-03-28Auto DH support.Dr. Stephen Henson
2014-03-27Add -no_resumption_on_reneg to SSL_CONF.Dr. Stephen Henson
2014-02-05Fix whitespace, new-style comments.Ben Laurie
2014-02-05Re-add alert variables removed during rebaseScott Deboy
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2014-01-26Add cert callback retry test.Dr. Stephen Henson
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora
2013-09-25Show useful errors.Ben Laurie
2013-09-11Initialize next_proto in s_server - resolves incorrect attempts to freeScott Deboy
2013-09-06Const fix.Ben Laurie
2013-09-06Free generated supp data after handshake completion, add comment regarding us...Scott Deboy
2013-09-06More cleanup.Ben Laurie
2013-09-06Make it build.Ben Laurie
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos