aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing HTML tag in www_body in s_server.cXiaoyin Liu2017-08-091-2/+3
* Add a DRBG to each SSL objectRich Salz2017-08-031-2/+2
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-15/+7
* Fix memory leak when using PSK session filesMatt Caswell2017-07-071-0/+1
* Use constants rather than macros for the cipher bytes in the appsMatt Caswell2017-06-211-2/+2
* Fix no-pskMatt Caswell2017-06-211-8/+4
* Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell2017-06-211-3/+46
* Add the ability to use a server side TLSv1.3 external PSK in s_serverMatt Caswell2017-06-211-3/+39
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-5/+1
* Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang2017-06-161-0/+6
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-39/+41
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-061-0/+3
* Avoid failing s_server when client's psk_identity is unexpectedDaniel Kahn Gillmor2017-06-051-6/+12
* Fix an s_server infinite loopMatt Caswell2017-05-091-3/+13
* Add checks on return code when applying some settings.FdaSilvaYY2017-04-281-37/+19
* Output prog name within error messageFdaSilvaYY2017-04-281-3/+3
* Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY2017-04-281-1/+22
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-4/+1
* Correct some badly formated preprocessor linesRichard Levitte2017-04-251-5/+5
* Add guards around one of use of IPPROTO_SCTP where it was missingRichard Levitte2017-04-251-0/+2
* Ask libssl if we should retry not the socketMatt Caswell2017-04-251-3/+3
* Add a -sctp option to s_serverMatt Caswell2017-04-251-14/+52
* Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson2017-04-031-0/+2
* Fix no-dtls buildsMatt Caswell2017-03-171-1/+6
* Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY2017-03-161-16/+6
* Fix no-pskMatt Caswell2017-03-061-2/+2
* Silence some clang warningsMatt Caswell2017-03-021-1/+1
* Rename SSL_read_early() to SSL_read_early_data()Matt Caswell2017-03-021-4/+4
* Updates to s_server and s_client for the latest early_data API changesMatt Caswell2017-03-021-9/+19
* Ensure the max_early_data option to s_server can be 0Matt Caswell2017-03-021-3/+7
* Add a "-early_data" option to s_serverMatt Caswell2017-03-021-1/+44
* Add a -max_early_data option to s_serverMatt Caswell2017-03-021-2/+10
* Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy2017-02-211-1/+6
* Add a capability to s_server to send KeyUpdate messagesMatt Caswell2017-02-171-0/+14
* apps: Add support for writing a keylog filePeter Wu2017-02-071-0/+9
* Fix some style issues with TLSv1.3 state machine PRMatt Caswell2016-11-231-0/+4
* Fix some style issues identified during reviewMatt Caswell2016-11-231-4/+4
* Add an s_server capability to read an OCSP Response from a fileMatt Caswell2016-11-231-31/+80
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-0/+8
* Remove heartbeats completelyRichard Levitte2016-11-151-8/+0
* Update s_client and s_server documentation about some missing argumentsEasySec2016-11-121-1/+1
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-2/+2
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-2/+9
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix no-ocspRichard Levitte2016-09-191-1/+10
* Refactor to avoid unnecessary preprocessor logicRichard Levitte2016-09-151-39/+6
* Reformat to fit OpenSSL source code standardsRichard Levitte2016-09-151-34/+35