summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-04-01apps: support sendfile in s_server when ktls enabledTianjia Zhang
2020-03-27s_server: Properly indicate ALPN protocol mismatchTomas Mraz
2020-03-24Use ctx2 instead ctx.Richard Könning
2020-03-20s_server: warn about NO PSK identity hint in TLSv1.3EasySec
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2019-11-16commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-10-28Fix an s_server arbitrary file read issue on WindowsMatt Caswell
2019-10-28Cleanup hardcoded cipher suite codepoints in s_serverJohannes Bauer
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-08-19Get rid of using deprecated function isasciiDmitry Belyavskiy
2019-05-09Squashed commit of the following:Lorinczy Zsigmond
2019-04-01apps: print Kernel receive side TLS in s_client and s_serverBoris Pismenny
2019-03-29Remove heartbeats completelyRichard Levitte
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2019-01-31Fix error message for s_server -psk optionweinholtendian
2018-12-07apps: print Kernel TLS in s_client and s_serverBoris Pismenny
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