summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
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
2016-08-17Small nits and cleanupsFdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17Relocalise some globals variablesFdaSilvaYY
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY
2016-07-25Typo and comment fixFdaSilvaYY
2016-07-25Unused variable cleanupFdaSilvaYY
2016-07-25Discard a dead optionFdaSilvaYY
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-06-18Add a comment after some #endif at end of apps source code.FdaSilvaYY
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson
2016-06-01Free a BIO_ADDR if DTLSv1_listen return <=0Matt Caswell
2016-06-01Don't leak X509_OBJECT in an error pathMatt Caswell
2016-05-27Fix s_client/s_server waiting for stdin on WindowsMatt Caswell
2016-05-27Fix some s_server issues on WindowsMatt Caswell