aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* GH646: Update help for s_server command.A J Mohan Rao2016-02-091-33/+56
* Auto init/deinit libcryptoMatt Caswell2016-02-091-4/+0
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-081-2/+2
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-051-1/+1
* Refactoring BIO: Adapt s_client and s_serverRichard Levitte2016-02-031-37/+94
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-5/+9
* constify PACKETEmilia Kasper2016-02-011-1/+1
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-6/+4
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-191-28/+43
* RT4232: Extra space in help message.Rich Salz2016-01-141-3/+0
* Add ssl configuration support to s_server and s_clientDr. Stephen Henson2015-12-221-1/+15
* Fix no-dgram.Ben Laurie2015-12-161-2/+3
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Fix s_server problem with no-ecMatt Caswell2015-12-151-10/+4
* Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx2015-12-121-15/+9
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-45/+2
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-2/+2
* Add s_client support for waiting for asyncMatt Caswell2015-11-201-16/+0
* Fix the error code for SSL_get_async_wait_fd()Matt Caswell2015-11-201-1/+1
* Fix s_server bugMatt Caswell2015-11-201-2/+9
* Implement local thread poolsMatt Caswell2015-11-201-1/+1
* Initial Async notify code changesMatt Caswell2015-11-201-1/+21
* Add ASYNC_JOB poolsMatt Caswell2015-11-201-1/+7
* Fix s_server -WWW with -asyncMatt Caswell2015-11-201-2/+2
* Add s_server and s_client async supportMatt Caswell2015-11-201-20/+41
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-1/+1
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-1/+1
* Remove a call to SSL_set_state from s_serverMatt Caswell2015-10-301-7/+19
* Remove redundant codeMatt Caswell2015-10-301-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Make no-psk compile without warnings.Dr. Stephen Henson2015-10-111-4/+0
* Silence Wconditional-uninitializedEmilia Kasper2015-09-281-1/+1
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-9/+20
* Fix s_server DTLSv1_listen issuesMatt Caswell2015-09-231-5/+4
* Add support for DTLSv1_listen in s_serverMatt Caswell2015-09-231-3/+41
* Make SRP work with -wwwDr. Stephen Henson2015-09-201-0/+45
* make no-dh workDr. Stephen Henson2015-09-201-2/+12
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-5/+5
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-061-2/+2
* Fix SRTP s_client/s_server optionsMatt Caswell2015-08-041-1/+1
* RT3963: Allow OCSP stapling with -rev and -wwwAdam Eijdenberg2015-07-311-4/+8
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-1/+0
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-101-3/+0
* Use bio_err not stderr in apps.Rich Salz2015-06-091-4/+4
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-59/+68
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-79/+32
* Fix various OPENSSL_NO_* optionsMatt Caswell2015-05-221-1/+16
* Don't add write errors into bytecountsRobert Swiecki2015-05-191-2/+4