summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2016-11-12Update s_client and s_server documentation about some missing argumentsEasySec
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-09-19Fix no-ocspRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte
2016-08-17Small nits and cleanupsFdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17Relocalise some globals variablesFdaSilvaYY
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY
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