summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2018-03-19s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-09Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell
2018-02-28Do not set a nonzero default max_early_dataBenjamin Kaduk
2018-02-13Update copyright yearMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-02-01Remove bad commentsTodd Short
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-24Add the ability for s_server to operate statelesslyMatt Caswell
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-21Provide a more information early_data message in s_serverMatt Caswell
2017-11-07style : fix some if(...FdaSilvaYY
2017-10-22apps/s_client.c: add missing null checkKaoruToda
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-23Fix 'key' option in s_server can be in ENGINE keyformPichulin Dmitrii
2017-09-21Reenable s_server -dhparam optionBenjamin Kaduk
2017-08-25Ensure we exchange cookies in s_server even if SCTP is disabledMatt Caswell
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-21Safely display SNI (just in case)Rich Salz
2017-08-09Add missing HTML tag in www_body in s_server.cXiaoyin Liu
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