aboutsummaryrefslogtreecommitdiff
path: root/apps/s_server.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-13Don't allow -early_data with other options where it doesn't workMatt Caswell1-0/+5
2018-08-30Free SSL object on an error pathMatt Caswell1-2/+6
2018-07-06Don't fail if the PSK identity doesn't matchMatt Caswell1-2/+5
2018-07-06Add the ability to configure recv_max_early_data via s_serverMatt Caswell1-4/+15
2018-07-02Add the ability to configure anti-replay via SSL_CONFMatt Caswell1-0/+5
2018-05-31Free a variable on an error pathMatt Caswell1-0/+1
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx1-0/+3
2018-05-20Fix no-srtp build warningsTodd Short1-0/+4
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell1-1/+4
2018-05-08Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell1-5/+2
2018-04-27apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte1-6/+4
2018-04-04openssl s_server: print the accepting address and socketRichard Levitte1-8/+1
2018-03-21Unify s_client/s_server srtp profiles option handlingFdaSilvaYY1-9/+2
2018-03-19s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte1-4/+8
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders1-0/+4
2018-03-09Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell1-7/+3
2018-02-28Do not set a nonzero default max_early_dataBenjamin Kaduk1-0/+2
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-0/+13
2018-02-01Remove bad commentsTodd Short1-11/+0
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2018-01-24Add the ability for s_server to operate statelesslyMatt Caswell1-52/+68
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-3/+3
2017-11-21Provide a more information early_data message in s_serverMatt Caswell1-3/+7
2017-11-07style : fix some if(...FdaSilvaYY1-1/+1
2017-10-22apps/s_client.c: add missing null checkKaoruToda1-12/+15
2017-10-18Remove parentheses of return.KaoruToda1-13/+13
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-1/+1
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli1-1/+0
2017-09-23Fix 'key' option in s_server can be in ENGINE keyformPichulin Dmitrii1-1/+1
2017-09-21Reenable s_server -dhparam optionBenjamin Kaduk1-0/+1
2017-08-25Ensure we exchange cookies in s_server even if SCTP is disabledMatt Caswell1-3/+2
2017-08-22(Re)move some things from e_os.hRich Salz1-1/+1
2017-08-21Safely display SNI (just in case)Rich Salz1-3/+11
2017-08-09Add missing HTML tag in www_body in s_server.cXiaoyin Liu1-2/+3
2017-08-03Add a DRBG to each SSL objectRich Salz1-2/+2
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-15/+7
2017-07-07Fix memory leak when using PSK session filesMatt Caswell1-0/+1
2017-06-21Use constants rather than macros for the cipher bytes in the appsMatt Caswell1-2/+2
2017-06-21Fix no-pskMatt Caswell1-8/+4
2017-06-21Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell1-3/+46
2017-06-21Add the ability to use a server side TLSv1.3 external PSK in s_serverMatt Caswell1-3/+39
2017-06-21Merge Nokia copyright notice into standardRich Salz1-27/+1
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-5/+1
2017-06-16Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang1-0/+6
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-39/+41
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short1-0/+3
2017-06-05Avoid failing s_server when client's psk_identity is unexpectedDaniel Kahn Gillmor1-6/+12
2017-05-09Fix an s_server infinite loopMatt Caswell1-3/+13