summaryrefslogtreecommitdiff
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Lorinczy Zsigmond2019-05-091-2/+11
* apps: print Kernel receive side TLS in s_client and s_serverBoris Pismenny2019-04-011-0/+2
* Remove heartbeats completelyRichard Levitte2019-03-291-8/+0
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-011-1/+16
* Fix error message for s_server -psk optionweinholtendian2019-01-311-1/+1
* apps: print Kernel TLS in s_client and s_serverBoris Pismenny2018-12-071-0/+4
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* openssl s_server: don't use sendto() with connected UDP socketMatthew Hodgson2018-11-211-0/+2
* Don't complain and fail about unknown TLSv1.3 PSK identities in s_serverMatt Caswell2018-10-191-3/+2
* Don't allow -early_data with other options where it doesn't workMatt Caswell2018-09-131-0/+5
* Free SSL object on an error pathMatt Caswell2018-08-301-2/+6
* Don't fail if the PSK identity doesn't matchMatt Caswell2018-07-061-2/+5
* Add the ability to configure recv_max_early_data via s_serverMatt Caswell2018-07-061-4/+15
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-021-0/+5
* Free a variable on an error pathMatt Caswell2018-05-311-0/+1
* Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx2018-05-221-0/+3
* Fix no-srtp build warningsTodd Short2018-05-201-0/+4
* Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2018-05-171-1/+4
* Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell2018-05-081-5/+2
* apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte2018-04-271-6/+4
* openssl s_server: print the accepting address and socketRichard Levitte2018-04-041-8/+1
* Unify s_client/s_server srtp profiles option handlingFdaSilvaYY2018-03-211-9/+2
* s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte2018-03-191-4/+8
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-0/+4
* Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell2018-03-091-7/+3
* Do not set a nonzero default max_early_dataBenjamin Kaduk2018-02-281-0/+2
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+13
* Remove bad commentsTodd Short2018-02-011-11/+0
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Add the ability for s_server to operate statelesslyMatt Caswell2018-01-241-52/+68
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-3/+3
* Provide a more information early_data message in s_serverMatt Caswell2017-11-211-3/+7
* style : fix some if(...FdaSilvaYY2017-11-071-1/+1
* apps/s_client.c: add missing null checkKaoruToda2017-10-221-12/+15
* Remove parentheses of return.KaoruToda2017-10-181-13/+13
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+0
* Fix 'key' option in s_server can be in ENGINE keyformPichulin Dmitrii2017-09-231-1/+1
* Reenable s_server -dhparam optionBenjamin Kaduk2017-09-211-0/+1
* Ensure we exchange cookies in s_server even if SCTP is disabledMatt Caswell2017-08-251-3/+2
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+1
* Safely display SNI (just in case)Rich Salz2017-08-211-3/+11
* Add missing HTML tag in www_body in s_server.cXiaoyin Liu2017-08-091-2/+3
* Add a DRBG to each SSL objectRich Salz2017-08-031-2/+2
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-15/+7
* Fix memory leak when using PSK session filesMatt Caswell2017-07-071-0/+1
* Use constants rather than macros for the cipher bytes in the appsMatt Caswell2017-06-211-2/+2
* Fix no-pskMatt Caswell2017-06-211-8/+4
* Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell2017-06-211-3/+46