summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
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
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-15Use #error in openssl/srp.hRich Salz
2015-05-13Remove Kerberos support from appsMatt Caswell
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-06Fix s_server version specific methodsMatt Caswell
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-26Fix error messageRich Salz
2015-04-25RT2962: add -keytab and -krb5svc flags.Rich Salz
2015-04-25Free malloc data on encoding errors.Rich Salz
2015-04-25Quote HTML entities in s_server outputRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-25Add missing BIO_flush() callsRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-11free NULL cleanup 10Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24free NULL cleanupRich Salz
2015-03-23apps return value checksMatt Caswell
2015-03-17Dead code removal from appsMatt Caswell