summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2015-12-22Add ssl configuration support to s_server and s_clientDr. Stephen Henson
2015-12-16Fix no-dgram.Ben Laurie
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-15Fix s_server problem with no-ecMatt Caswell
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Add s_client support for waiting for asyncMatt Caswell
2015-11-20Fix the error code for SSL_get_async_wait_fd()Matt Caswell
2015-11-20Fix s_server bugMatt Caswell
2015-11-20Implement local thread poolsMatt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Add ASYNC_JOB poolsMatt Caswell
2015-11-20Fix s_server -WWW with -asyncMatt Caswell
2015-11-20Add s_server and s_client async supportMatt Caswell
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell
2015-10-30Remove a call to SSL_set_state from s_serverMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-10-11Make no-psk compile without warnings.Dr. Stephen Henson
2015-09-28Silence Wconditional-uninitializedEmilia Kasper
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-23Fix s_server DTLSv1_listen issuesMatt Caswell
2015-09-23Add support for DTLSv1_listen in s_serverMatt Caswell
2015-09-20Make SRP work with -wwwDr. Stephen Henson
2015-09-20make no-dh workDr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte
2015-08-04Fix SRTP s_client/s_server optionsMatt Caswell
2015-07-31RT3963: Allow OCSP stapling with -rev and -wwwAdam Eijdenberg
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-22Fix various OPENSSL_NO_* optionsMatt Caswell
2015-05-19Don't add write errors into bytecountsRobert Swiecki
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-15Use #error in openssl/srp.hRich Salz
2015-05-13Remove Kerberos support from appsMatt Caswell
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-06Fix s_server version specific methodsMatt Caswell
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz