summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-11-21openssl s_server: don't use sendto() with connected UDP socketMatthew Hodgson
2018-10-19Don't complain and fail about unknown TLSv1.3 PSK identities in s_serverMatt Caswell
2018-09-13Don't allow -early_data with other options where it doesn't workMatt Caswell
2018-08-30Free SSL object on an error pathMatt Caswell
2018-07-06Don't fail if the PSK identity doesn't matchMatt Caswell
2018-07-06Add the ability to configure recv_max_early_data via s_serverMatt Caswell
2018-07-02Add the ability to configure anti-replay via SSL_CONFMatt Caswell
2018-05-31Free a variable on an error pathMatt Caswell
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx
2018-05-20Fix no-srtp build warningsTodd Short
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell
2018-05-08Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell
2018-04-27apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte
2018-04-04openssl s_server: print the accepting address and socketRichard Levitte
2018-03-21Unify s_client/s_server srtp profiles option handlingFdaSilvaYY
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