summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/s_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-2154/+0
* Include <sys/select.h> to get selectbcook2014-08-241-1/+2
* BIO_free() returns immediately when the sole input is NULL.doug2014-07-251-3/+2
* whitespacederaadt2014-07-141-15/+15
* In openssl_startup(), call SSL_library_init() and SSL_load_error_strings().jsing2014-07-121-4/+1
* openssl(1) is only built as a single monolithic binary, so just calljsing2014-07-121-4/+1
* Remove the PSK code. We don't need to drag around thisbeck2014-07-111-102/+1
* check return value of write.bcook2014-07-101-4/+15
* unifdef a whole bunch of NO RSA/DSA/ECDH defines i deleted from libssltedu2014-07-091-21/+1
* clean up if 0/if 1 code. we don't care anymore.tedu2014-07-091-85/+2
* Use strtonum() instead of atoi(), and then impose what are we thinkderaadt2014-06-281-8/+22
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-6/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Stop pretending that openssl(1) applications support the -rand option.jsing2014-06-021-7/+0
* Make usage for -quiet match the manpage and fix a misspellingguenther2014-06-011-2/+2
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-6/+3
* There is no need to include <openssl/e_os2.h> here, except for the factjsing2014-05-261-1/+0
* Calling signal once to ignore SIGPIPE is sufficient - we do not need to dojsing2014-05-231-1/+0
* It is perfectly valid to call free(NULL), so stop checking for non-NULLjsing2014-05-191-4/+2
* Group and sort includes.jsing2014-05-181-10/+11
* bio_err is initialised in main, hence there is no need to initialise itjsing2014-05-181-3/+0
* less than jpaketedu2014-05-071-40/+2
* remove Kerberostedu2014-05-061-32/+0
* bye bye SRPtedu2014-05-061-128/+0
* During the great e_os.h nukathon we stopped pulling in <sys/filio.h> viajsing2014-05-051-16/+2
* remove crazy #undefs; ok jsingderaadt2014-05-021-1/+0
* When OPENSSL_C is not defined, apps_startup becomes ajsing2014-04-241-2/+2
* Nuke the last of the windows related defines from the openssl apps.jsing2014-04-221-3/+0
* remove the openssl_fdset wrapper, and a variety of VMS'ism's likederaadt2014-04-191-11/+3
* ReadFile() and GetStdHandle() are not very POSIX.deraadt2014-04-191-3/+3
* $HOME/.rnd will never be a good source of entropy. ok becktedu2014-04-181-8/+0
* Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keepguenther2014-04-181-2/+1
* simplify file:file:... stuffderaadt2014-04-181-1/+1
* Remove MAIN and PROG defines now that we do not compile non-monolithic.jsing2014-04-181-4/+2
* KaboomNFtedu2014-04-181-1599/+1416
* Remove support for unwanted operating systems.jsing2014-04-181-22/+0
* Make MONOLITH the default and only optionmatthew2014-04-171-6/+0
* unistd.h exposed after -Wall after e_os.h stops doing so; spotted by matthewderaadt2014-04-171-0/+1
* Mostly gut e_os.h:deraadt2014-04-171-3/+3
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-14/+14
* fix a few bugs observed on http://www.viva64.com/en/b/0250/tedu2014-04-161-1/+1
* first round of unifdef hammeringtedu2014-04-161-19/+1
* spray the apps directory with anti-VMS napalm.tedu2014-04-161-14/+0
* remove ssl2 support even more completely.tedu2014-04-151-8/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-159/+0
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-11/+0
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-131-4/+8
* remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did youderaadt2014-04-131-5/+5
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-20/+43
* resolve conflictsdjm2012-10-131-28/+328