summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* unterminated commenttedu2014-04-181-1/+1
* KaboomNFtedu2014-04-1851-13869/+12180
* spelling fix from Micha Borrmann on openssl-devtedu2014-04-181-1/+1
* Remove support for unwanted operating systems.jsing2014-04-183-82/+0
* Unifdef OPENSSL_FIPS.jsing2014-04-183-25/+0
* Make MONOLITH the default and only optionmatthew2014-04-174-50/+1
* oops, exit vs return; spotted by matthewderaadt2014-04-177-7/+7
* unistd.h exposed after -Wall after e_os.h stops doing so; spotted by matthewderaadt2014-04-175-0/+5
* OpenBSD isn't NetWare or Windows, and it has SIGPIPE.matthew2014-04-171-11/+0
* since we're replacing LIST_SEPARATOR_CHAR with ':', no point using %csthen2014-04-171-1/+1
* Mostly gut e_os.h:deraadt2014-04-1742-64/+67
* dead codetedu2014-04-171-2/+0
* expunge more of the old build systemafresh12014-04-171-170/+0
* Initial KNF.jsing2014-04-174-502/+459
* Initial KNF.jsing2014-04-172-173/+133
* More KNF.jsing2014-04-172-11/+16
* More KNF.jsing2014-04-171-11/+17
* Initial KNF.jsing2014-04-171-329/+289
* Initial KNF.jsing2014-04-171-212/+214
* Remove defines for unwanted OS support...jsing2014-04-171-54/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-1737-196/+196
* Revert unintended whitespace changes.jsing2014-04-171-7/+7
* Fix for ", " issue in jsing's knf scriptguenther2014-04-171-2/+2
* unistd.h is always in the same place; no need to #include the result ofderaadt2014-04-172-2/+2
* minimal fix for ', ' issue in jsing's indent scriptderaadt2014-04-171-8/+9
* lots of ifdef cleanuptedu2014-04-163-400/+1
* repair knftedu2014-04-161-1/+1
* fix a few bugs observed on http://www.viva64.com/en/b/0250/tedu2014-04-161-1/+1
* SSLv3_client_method() doesn't support TLSv1.*; use SSLv23_client_method()guenther2014-04-162-4/+4
* Initial KNF.jsing2014-04-165-1143/+1006
* Initial KNF.jsing2014-04-164-1035/+825
* Initial KNF.jsing2014-04-162-1903/+1662
* More KNF.jsing2014-04-162-100/+119
* First pass for KNF.jsing2014-04-162-1294/+1235
* missed vms commenttedu2014-04-161-4/+0
* first round of unifdef hammeringtedu2014-04-167-188/+2
* spray the apps directory with anti-VMS napalm.tedu2014-04-1646-449/+0
* remove BIO_snprintf usage - convert to snprintf.beck2014-04-151-7/+8
* remove ssl2 support even more completely.tedu2014-04-156-61/+4
* convert BIO_snprintf to snprintfbeck2014-04-151-2/+6
* Go home, VMS, you're drunkmiod2014-04-151-350/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-154-184/+1
* Convert some BIO_snprintf() to (void) snprintf - as although these onesbeck2014-04-151-68/+12
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-154-9/+9