summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fold in the zlib_cleanup macro.jsing2014-04-252-7/+4
* do_pipe_sig is now only used in openssl.c - just call signal() directlyjsing2014-04-252-3/+1
* NON_MAIN no longer means anything so remove it, along with APP_INIT.jsing2014-04-253-17/+0
* The apps_{startup,shutdown} macro mess is now only used in openssl.c -jsing2014-04-252-36/+42
* Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod2014-04-241-1/+1
* unifdef -U LINTjsing2014-04-246-18/+0
* When OPENSSL_C is not defined, apps_startup becomes ajsing2014-04-2438-72/+72
* Remove more FIPS tenticles.jsing2014-04-241-12/+1
* Rip a bunch of ifdefs from speed. We know we can fork, have SIGALRM andjsing2014-04-241-267/+2
* Support for the -ssl2 option has been removed, so remove it from usagelteo2014-04-241-1/+0
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-2313-75/+0
* We do not need ARGV, Argc and Argv - just use argc and argv like normaljsing2014-04-231-12/+9
* Nuke the last of the windows related defines from the openssl apps.jsing2014-04-229-66/+0
* KNF.jsing2014-04-225-803/+815
* More KNF.jsing2014-04-224-95/+92
* More KNF.jsing2014-04-221-31/+37
* More KNF.jsing2014-04-226-56/+74
* More KNF.jsing2014-04-221-150/+225
* More KNF.jsing2014-04-222-79/+127
* you must have S_ISDIR to playderaadt2014-04-211-16/+4
* remove the openssl_fdset wrapper, and a variety of VMS'ism's likederaadt2014-04-196-48/+19
* Remove a gethostbyname() cache layer. The internet works better thesederaadt2014-04-191-50/+1
* ReadFile() and GetStdHandle() are not very POSIX.deraadt2014-04-194-45/+6
* truncation check some snprintf calls (over-cautiously in case)deraadt2014-04-194-19/+78
* Fix some serious pointer-arithmatic-magic-number-unchecked-return eyebleedbeck2014-04-191-53/+44
* Repair some indent to be more KNF, and break instead of fallthrough toderaadt2014-04-191-12/+14
* Remove hacky workaround for Cray T3E.deraadt2014-04-191-11/+0
* oops, typo got into changederaadt2014-04-191-1/+1
* malloc + strlcpy -> strdupderaadt2014-04-191-3/+2
* unifdef ENOTDIR, everyone has itderaadt2014-04-191-15/+3
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-195-23/+23
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-197-26/+26
* collateral damagetedu2014-04-181-0/+1
* $HOME/.rnd will never be a good source of entropy. ok becktedu2014-04-1823-392/+2
* Use the cleaned up asprintf-based make_config_name() to make the name oflteo2014-04-182-18/+8
* Check the return value of make_config_name() before attempting to uselteo2014-04-181-1/+6
* anothertedu2014-04-181-3/+0
* another "string to make the random number generator think it has entropy"tedu2014-04-181-23/+0
* Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keepguenther2014-04-182-7/+9
* use the portable construct around asprintf; pointed out by halexderaadt2014-04-181-1/+2
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-183-28/+3
* These files were never installed in the past, and are not generallyderaadt2014-04-1845-1465/+0
* Use asprintf() for generating path, instead of multiplederaadt2014-04-181-7/+1
* egd support is too dangerous to leave where somebody might find it.tedu2014-04-181-16/+2
* KNF, since this is no longer script generatedderaadt2014-04-181-172/+171
* simplify file:file:... stuffderaadt2014-04-1812-14/+13
* whitespace normalizationtedu2014-04-188-91/+81
* repair whitespace. this is what happens when functions take 20 params.tedu2014-04-181-20/+20
* Remove MAIN and PROG defines now that we do not compile non-monolithic.jsing2014-04-1847-180/+93
* undef NETWARE_CLIB and NETWARE_LIBCtedu2014-04-181-15/+0