summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2016-05-05Handle no async jobs in libsslMatt Caswell
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-06Fix no-ocspMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Fix no-sockMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx
2016-03-08Fix cert leaks in s_serverFdaSilvaYY
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell
2016-03-07Add documentation for new s_server/s_client optionsMatt Caswell
2016-03-07Ensure s_client and s_server work when read_ahead is setMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Add pipeline support to s_server and s_clientMatt Caswell
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-02-29GH764: s_server: trace option fall throughJ Mohan Rao Arisankala
2016-02-27using macro inside the case.J Mohan Rao Arisankala
2016-02-27fix build with no-srtpJ Mohan Rao Arisankala
2016-02-27RT2275: use BIO_sock_nbio()Rich Salz
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-17Remove JPAKERich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
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