aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Server side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* Use #error in openssl/srp.hRich Salz2015-05-151-0/+4
* Remove Kerberos support from appsMatt Caswell2015-05-131-52/+2
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-1/+1
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-1/+1
* Fix s_server version specific methodsMatt Caswell2015-05-061-7/+7
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* free NULL cleanup -- codaRich Salz2015-05-011-23/+11
* free null cleanup finaleRich Salz2015-05-011-8/+2
* free NULL cleanup 7Rich Salz2015-04-301-2/+1
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* In apps, malloc or dieRich Salz2015-04-301-40/+22