summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-1816-155/+6
* blank lines between decls and codetedu2014-04-181-0/+5
* 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
* in CONF_get1_default_config_file(), don't calculate a buffer size,deraadt2014-04-181-15/+5
* More KNF.jsing2014-04-181-76/+80
* another round of chemo for the RAND code to provide clarity.tedu2014-04-184-379/+85
* More KNF.jsing2014-04-187-425/+535
* egd support is too dangerous to leave where somebody might find it.tedu2014-04-183-129/+2
* 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
* igetest.c moved to regress we don't need another copyjsg2014-04-182-1006/+0
* fix another potential double freejsg2014-04-181-2/+2
* -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
* Unifdef OPENSSL_FIPS.jsing2014-04-183-25/+0
* 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
* 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
* no need for a variable which is hardcoded and only used in an snprintf,sthen2014-04-171-13/+9
* 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
* Some VMS and WIN32 cleanupgiovanni2014-04-171-28/+5
* 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