summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2016-02-09GH646: Update help for s_server command.A J Mohan Rao
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell
2016-02-03Refactoring BIO: Adapt s_client and s_serverRichard Levitte
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte
2016-02-01constify PACKETEmilia Kasper
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-14RT4232: Extra space in help message.Rich Salz
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