summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-07Fix memory leak when using PSK session filesMatt Caswell
2017-06-21Use constants rather than macros for the cipher bytes in the appsMatt Caswell
2017-06-21Fix no-pskMatt Caswell
2017-06-21Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell
2017-06-21Add the ability to use a server side TLSv1.3 external PSK in s_serverMatt Caswell
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-16Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short
2017-06-05Avoid failing s_server when client's psk_identity is unexpectedDaniel Kahn Gillmor
2017-05-09Fix an s_server infinite loopMatt Caswell
2017-04-28Add checks on return code when applying some settings.FdaSilvaYY
2017-04-28Output prog name within error messageFdaSilvaYY
2017-04-28Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-25Correct some badly formated preprocessor linesRichard Levitte
2017-04-25Add guards around one of use of IPPROTO_SCTP where it was missingRichard Levitte
2017-04-25Ask libssl if we should retry not the socketMatt Caswell
2017-04-25Add a -sctp option to s_serverMatt Caswell
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson
2017-03-17Fix no-dtls buildsMatt Caswell
2017-03-16Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY
2017-03-06Fix no-pskMatt Caswell
2017-03-02Silence some clang warningsMatt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Updates to s_server and s_client for the latest early_data API changesMatt Caswell
2017-03-02Ensure the max_early_data option to s_server can be 0Matt Caswell
2017-03-02Add a "-early_data" option to s_serverMatt Caswell
2017-03-02Add a -max_early_data option to s_serverMatt Caswell
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy
2017-02-17Add a capability to s_server to send KeyUpdate messagesMatt Caswell
2017-02-07apps: Add support for writing a keylog filePeter Wu
2016-11-23Fix some style issues with TLSv1.3 state machine PRMatt Caswell
2016-11-23Fix some style issues identified during reviewMatt Caswell
2016-11-23Add an s_server capability to read an OCSP Response from a fileMatt Caswell
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-11-12Update s_client and s_server documentation about some missing argumentsEasySec
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-09-19Fix no-ocspRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte