summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* another round of chemo for the RAND code to provide clarity.tedu2014-04-184-379/+85
| | | | ok deraadt
* More KNF.jsing2014-04-187-425/+535
|
* egd support is too dangerous to leave where somebody might find it.tedu2014-04-183-129/+2
| | | | ok deraadt.
* More KNF.jsing2014-04-187-464/+514
|
* unistd.h for protos where neededderaadt2014-04-187-0/+7
|
* define RFILE only in the file that needs itderaadt2014-04-182-10/+1
|
* More KNF.jsing2014-04-1817-515/+662
|
* add braces missed when fixing leaksjsg2014-04-181-1/+2
|
* KNF, since this is no longer script generatedderaadt2014-04-181-172/+171
|
* simplify file:file:... stuffderaadt2014-04-1812-14/+13
|
* More KNF.jsing2014-04-1811-664/+813
|
* More KNF.jsing2014-04-188-203/+195
|
* 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
| | | | ok tedu@
* igetest.c moved to regress we don't need another copyjsg2014-04-182-1006/+0
| | | | ok miod@
* fix another potential double freejsg2014-04-181-2/+2
| | | | ok miod@ lteo@ jca@
* -netwaretedu2014-04-181-6/+2
|
* 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
|
* blunt force knftedu2014-04-1819-1245/+924
|
* Remove support for unwanted operating systems.jsing2014-04-183-82/+0
| | | | ok miod@
* Unifdef OPENSSL_FIPS.jsing2014-04-183-25/+0
| | | | ok miod@
* lob a few more knf grenades in here to soften things up.tedu2014-04-1854-1796/+999
|
* putting most of the braces in the right column is the very least we can do.tedu2014-04-1854-2030/+2034
|
* whack a bunch of disabled code. ok beck lteotedu2014-04-1716-486/+6
|
* Make MONOLITH the default and only optionmatthew2014-04-174-50/+1
| | | | ok deraadt
* stab at indentationtedu2014-04-175-737/+725
|
* don't fake up SSIZE_MAXtedu2014-04-171-8/+0
|
* more windows/netware leftoverstedu2014-04-172-22/+3
|
* delete if 0 codetedu2014-04-174-77/+14
|
* more spring VMS cleanupgiovanni2014-04-173-14/+0
| | | | ok miod@ lteo@
* no need for a variable which is hardcoded and only used in an snprintf,sthen2014-04-171-13/+9
| | | | ok giovanni@. tidy comments nearby while there.
* 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
|
* no longer need to fool emacs indentation and other if (0) oddities.tedu2014-04-175-23/+7
|
* always build in RSA and DSA. ok deraadt miodtedu2014-04-1727-416/+6
|
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-1722-317/+4
| | | | ok miod
* Some VMS and WIN32 cleanupgiovanni2014-04-171-28/+5
| | | | ok miod@ lteo@
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-1713-238/+8
|
* SHA and AES (and sadly MD5) can't be considered optional. ok beck miodtedu2014-04-174-34/+0
|
* OpenBSD isn't NetWare or Windows, and it has SIGPIPE.matthew2014-04-171-11/+0
| | | | ok lteo miod
* There are no plans to ever build this with the Metrojerks compiler.miod2014-04-172-20/+2
|
* Remove support for big-endian i386 and amd64.miod2014-04-173-22/+1
| | | | | | | | | | | | | Before someone suggests the OpenSSL people are junkies, here is what they mention about this: /* Most will argue that x86_64 is always little-endian. Well, * yes, but then we have stratus.com who has modified gcc to * "emulate" big-endian on x86. Is there evidence that they * [or somebody else] won't do same for x86_64? Naturally no. * And this line is waiting ready for that brave soul:-) */ So, yes, they are on drugs. But they are not alone, the stratus.com people are, too.
* since we're replacing LIST_SEPARATOR_CHAR with ':', no point using %csthen2014-04-171-1/+1
| | | | in the help printf
* Mostly gut e_os.h:deraadt2014-04-1752-120/+91
| | | | | | | | USE_SOCKETS is unrelated to using sockets, but just pulls in .h files. It makes every file buy a kitchen sink, because 11 files forgot to. EXIT() is really exit(), a gentle surprise but... OPENSSL_EXIT() is really just return(), because noone compiles the openssl command non-monolithic anymore
* malloc + memset 0 -> callocmiod2014-04-171-22/+2
| | | | | (not that it matters much as this is in disabled code, for we don't build with zlib support)
* dead codetedu2014-04-171-2/+0
|