summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2016-07-25Typo and comment fixFdaSilvaYY
2016-07-25Unused variable cleanupFdaSilvaYY
2016-07-25Discard a dead optionFdaSilvaYY
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-06-18Add a comment after some #endif at end of apps source code.FdaSilvaYY
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson
2016-06-01Free a BIO_ADDR if DTLSv1_listen return <=0Matt Caswell
2016-06-01Don't leak X509_OBJECT in an error pathMatt Caswell
2016-05-27Fix s_client/s_server waiting for stdin on WindowsMatt Caswell
2016-05-27Fix some s_server issues on WindowsMatt Caswell
2016-05-23Support -no-CAfile -no-CApath in ctx2Dr. Stephen Henson
2016-05-18Few cleanups in s_client, s_server apps.FdaSilvaYY
2016-05-17X509_STORE_CTX accessors.Rich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
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