aboutsummaryrefslogtreecommitdiff
path: root/apps/s_server.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell1-1/+16
2016-06-18Add a comment after some #endif at end of apps source code.FdaSilvaYY1-1/+1
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson1-19/+13
2016-06-01Free a BIO_ADDR if DTLSv1_listen return <=0Matt Caswell1-0/+2
2016-06-01Don't leak X509_OBJECT in an error pathMatt Caswell1-3/+3
2016-05-27Fix s_client/s_server waiting for stdin on WindowsMatt Caswell1-3/+3
2016-05-27Fix some s_server issues on WindowsMatt Caswell1-1/+14
2016-05-23Support -no-CAfile -no-CApath in ctx2Dr. Stephen Henson1-2/+3
2016-05-18Few cleanups in s_client, s_server apps.FdaSilvaYY1-12/+6
2016-05-17X509_STORE_CTX accessors.Rich Salz1-2/+2
2016-05-17Copyright consolidation 01/10Rich Salz1-107/+7
2016-05-05Handle no async jobs in libsslMatt Caswell1-0/+8
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell1-39/+54
2016-04-15Make many X509_xxx types opaque.Rich Salz1-12/+16
2016-04-06Fix no-ocspMatt Caswell1-1/+8
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-03-21Fix no-sockMatt Caswell1-0/+4
2016-03-17Remove Netware and OS/2Rich Salz1-14/+5
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx1-18/+25
2016-03-08Fix cert leaks in s_serverFdaSilvaYY1-3/+6
2016-03-08GH787: Fix ALPNTodd Short1-4/+4
2016-03-07Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell1-2/+5
2016-03-07Add documentation for new s_server/s_client optionsMatt Caswell1-1/+1
2016-03-07Ensure s_client and s_server work when read_ahead is setMatt Caswell1-2/+2
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell1-2/+13
2016-03-07Add pipeline support to s_server and s_clientMatt Caswell1-1/+35
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz1-3/+3
2016-02-29GH764: s_server: trace option fall throughJ Mohan Rao Arisankala1-2/+1
2016-02-27using macro inside the case.J Mohan Rao Arisankala1-2/+2
2016-02-27fix build with no-srtpJ Mohan Rao Arisankala1-1/+3
2016-02-27RT2275: use BIO_sock_nbio()Rich Salz1-23/+6
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper1-16/+28
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros1-2/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-19/+12
2016-02-17Remove JPAKERich Salz1-33/+4
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte1-1/+1
2016-02-09GH646: Update help for s_server command.A J Mohan Rao1-33/+56
2016-02-09Auto init/deinit libcryptoMatt Caswell1-4/+0
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson1-2/+2
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell1-1/+1
2016-02-03Refactoring BIO: Adapt s_client and s_serverRichard Levitte1-37/+94
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte1-5/+9
2016-02-01constify PACKETEmilia Kasper1-1/+1
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni1-6/+4
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni1-28/+43
2016-01-14RT4232: Extra space in help message.Rich Salz1-3/+0
2015-12-22Add ssl configuration support to s_server and s_clientDr. Stephen Henson1-1/+15
2015-12-16Fix no-dgram.Ben Laurie1-2/+3
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-12-15Fix s_server problem with no-ecMatt Caswell1-10/+4