summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
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
2016-05-23Support -no-CAfile -no-CApath in ctx2Dr. Stephen Henson
2016-05-18Few cleanups in s_client, s_server apps.FdaSilvaYY
2016-05-17X509_STORE_CTX accessors.Rich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-05Handle no async jobs in libsslMatt Caswell
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-06Fix no-ocspMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Fix no-sockMatt Caswell