aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-011-23/+11
* free null cleanup finaleRich Salz2015-05-011-8/+2
* free NULL cleanup 7Rich Salz2015-04-301-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-251-1/+12
* Free malloc data on encoding errors.Rich Salz2015-04-251-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
* free NULL cleanupRich Salz2015-03-251-17/+8
* RAND_bytes updatesMatt Caswell2015-03-251-1/+2
* free NULL cleanupRich Salz2015-03-241-2/+1
* apps return value checksMatt Caswell2015-03-231-18/+55
* Dead code removal from appsMatt Caswell2015-03-171-1/+1
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-3/+3
* Fix wrong numbers being passed as string lengthsDmitry-Me2015-03-091-1/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-1/+19
* Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell2015-02-261-47/+0
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-251-0/+2
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-38/+0
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-49/+0
* Remove support for opaque-prfRich Salz2015-01-281-5/+0
* OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz2015-01-271-2/+0
* Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell2015-01-271-12/+0
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2939/+2804
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* RT3548: Remove unsupported platformsRich Salz2015-01-121-7/+4
* Fix building with no-srtpPiotr Sikora2015-01-051-0/+10
* Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell2014-12-181-5/+0
* RT3548: Remove some obsolete platformsRich Salz2014-12-171-17/+2
* Remove SSLv2 supportKurt Roeckx2014-12-041-15/+0
* Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell2014-12-031-2/+16
* Fix s_server -ssl2. Previously this reported "Error setting EC curve"Matt Caswell2014-11-191-1/+4
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-191-1/+3
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+1
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-1/+1
* Don't allow -www etc options with DTLS.Dr. Stephen Henson2014-07-151-0/+8
* Use case insensitive compare for servername.Dr. Stephen Henson2014-07-141-1/+1
* Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson2014-07-061-0/+2
* s_server usage for certificate status requestsDr. Stephen Henson2014-07-061-0/+4