summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2019-12-20Update copyright yearMatt Caswell
2019-10-28Fix an s_server arbitrary file read issue on WindowsMatt Caswell
2018-08-14Update copyright yearMatt Caswell
2018-04-27s_server: fix warnings unused-but-set-variable (no-dh)Cristian Stoica
2018-04-19apps/s_socket.c: Fix do_acceptRichard Levitte
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-08-09Add missing HTML tag in www_body in s_server.cXiaoyin Liu
2017-03-29Free the compression methods in s_server and s_clientMatt Caswell
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15Remove entirely unnecessary pointer size guardsRichard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
2016-06-12Fix link error.Dr. Stephen Henson
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson
2016-02-24CVE-2016-0798: avoid memory leak in SRPEmilia Kasper
2016-01-20GH issue 572: Error in help messageRich Salz
2015-09-20Make SRP work with -wwwDr. Stephen Henson
2015-08-26GH351: -help text for some s_client/s_server flagsHubert Kario
2015-05-20s_server: Use 2048-bit DH parameters by default.Emilia Kasper
2015-05-19Don't add write errors into bytecountsRobert Swiecki
2015-04-20Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-17Dead code removal from appsMatt Caswell
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-27Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-05Fix building with no-srtpPiotr Sikora
2014-12-04s_client and s_server take -verify_{host,email,ip}, not -check*Richard Levitte
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-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-03-27Add -no_resumption_on_reneg to SSL_CONF.Dr. Stephen Henson
2014-02-09Whitespace fixes.Ben Laurie
2014-02-09Const fix.Ben Laurie
2014-02-09More cleanup.Ben Laurie
2014-02-09Make it build.Ben Laurie
2014-02-08Fix whitespace, new-style comments.Ben Laurie
2014-02-08Re-add alert variables removed during rebaseScott Deboy