summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-1/+1
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-1/+1
* Remove a call to SSL_set_state from s_serverMatt Caswell2015-10-301-7/+19
* Remove redundant codeMatt Caswell2015-10-301-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Make no-psk compile without warnings.Dr. Stephen Henson2015-10-111-4/+0
* Silence Wconditional-uninitializedEmilia Kasper2015-09-281-1/+1
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-9/+20
* Fix s_server DTLSv1_listen issuesMatt Caswell2015-09-231-5/+4
* Add support for DTLSv1_listen in s_serverMatt Caswell2015-09-231-3/+41
* Make SRP work with -wwwDr. Stephen Henson2015-09-201-0/+45
* make no-dh workDr. Stephen Henson2015-09-201-2/+12
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-5/+5
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-061-2/+2
* Fix SRTP s_client/s_server optionsMatt Caswell2015-08-041-1/+1
* RT3963: Allow OCSP stapling with -rev and -wwwAdam Eijdenberg2015-07-311-4/+8
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-161-1/+0
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-101-3/+0
* Use bio_err not stderr in apps.Rich Salz2015-06-091-4/+4
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-59/+68
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-231-79/+32
* Fix various OPENSSL_NO_* optionsMatt Caswell2015-05-221-1/+16
* Don't add write errors into bytecountsRobert Swiecki2015-05-191-2/+4
* Server side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* Use #error in openssl/srp.hRich Salz2015-05-151-0/+4
* Remove Kerberos support from appsMatt Caswell2015-05-131-52/+2
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-071-1/+1
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-1/+1
* Fix s_server version specific methodsMatt Caswell2015-05-061-7/+7
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* free NULL cleanup -- codaRich Salz2015-05-011-23/+11
* free null cleanup finaleRich Salz2015-05-011-8/+2
* free NULL cleanup 7Rich Salz2015-05-011-2/+1
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* In apps, malloc or dieRich Salz2015-04-301-40/+22
* free NULL cleanup 5aRich Salz2015-04-301-14/+8
* Remove needless bio_err argumentRich Salz2015-04-291-4/+4
* remove malloc castsRich Salz2015-04-281-2/+2
* Fix error messageRich Salz2015-04-261-1/+1
* RT2962: add -keytab and -krb5svc flags.Rich Salz2015-04-261-1/+12
* Free malloc data on encoding errors.Rich Salz2015-04-261-5/+7
* Quote HTML entities in s_server outputRich Salz2015-04-251-1/+16
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-5/+1
* Add missing BIO_flush() callsRich Salz2015-04-251-0/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-644/+567
* Code style: space after 'if'Viktor Dukhovni2015-04-161-10/+10
* free NULL cleanup 10Rich Salz2015-04-111-6/+3
* free NULL cleanupRich Salz2015-03-281-6/+3