summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-17Make sure the original thread is blocked until any other threads arePhilip Guenther
2014-04-17remove special case for uucp entries.Okan Demirmen
2014-04-17Some more long lines.Nicholas Marriott
2014-04-17Initial KNF.Joel Sing
2014-04-17I've replaced everything in this file. ISC liscense it with my copyrightBob Beck
2014-04-17Initial KNF.Joel Sing
2014-04-17Only scroll by one line at a time in choose mode, lists are generallyNicholas Marriott
2014-04-17Remove defines for unwanted OS support...Joel Sing
2014-04-17remove some code that is now unused after guenther's changes in 1.20.Jonathan Gray
2014-04-17KNF.Joel Sing
2014-04-17Initial KNF.Joel Sing
2014-04-17Oops. INADDR_ANY != INADDR_BROADCAST. Fixes DHCPDISCOVERY andKenneth R Westerback
2014-04-17simply wrap around intrinsics, and knf cleanup.Bob Beck
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-17Revert unintended whitespace changes.Joel Sing
2014-04-17OPENSSL_gmtime() is not a gmtime() wrapper. It is a gmtime_r().Theo de Raadt
2014-04-17OPENSSL_DECLARE_EXIT serves no purpose.Theo de Raadt
2014-04-17In debug output, print loop ids as decimals and port ids as 24bit hex.Jonathan Matthew
2014-04-17Set PATH explicitly, either from client or sessionNicholas Marriott
2014-04-17Wrap some long lines.Nicholas Marriott
2014-04-171. RAND_seed is now DEPRECATEDTheo de Raadt
2014-04-17Don't limit the DCS buffer to 256 bytes, expand it as needed. RequestedNicholas Marriott
2014-04-17RAND_seed now does nothing, so skip the operationTheo de Raadt
2014-04-17Do not feed RSA private key information to the random subsystem asTheo de Raadt
2014-04-17Remove some unnecessary includes and fix a typo.Nicholas Marriott
2014-04-17remove duplicated tests in if statementsJonathan Gray
2014-04-17Fix for ", " issue in jsing's knf scriptPhilip Guenther
2014-04-17Do not need to map to another silly name for unistd.h here eitherTheo de Raadt
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2006-06-27import of openssl-0.9.7jDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2014-04-17unistd.h is always in the same place; no need to #include the result ofTheo de Raadt
2014-04-17minimal fix for ', ' issue in jsing's indent scriptTheo de Raadt
2014-04-17Eliminate a couple of always-NULL parameters. Eliminate someKenneth R Westerback
2014-04-17Correct some time_t printing; factor out a grotty block while herePhilip Guenther
2014-04-17OpenSSL PR#3309: when looking for an extension, set the last found positionStuart Henderson
2014-04-17Correct the dance to fix the active pane in join-pane by pulling theNicholas Marriott
2014-04-17It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-04-17Remove the ossltests target, these are now all in libcrypto regressJonathan Gray
2014-04-17Remove the "info" message mechanism, this was only used for about fiveNicholas Marriott
2014-04-17move enginetest to regress as was done with the other testsJonathan Gray
2014-04-17Extend the -q flag to set-option to suppress errors about unknownNicholas Marriott
2014-04-17Do not show the -fg, -bg and -attr options. If asked for one explicitly,Nicholas Marriott
2014-04-17Remove the monitor-content option and associated bits and bobs. It'sNicholas Marriott
2014-04-17call the correct decrypt function in aes_cbc_cipher()Jonathan Gray
2014-04-17rework this to implement the active path checks when mpath asks forDavid Gwynne
2014-04-15Import the OpenSSL libcrypto tests in a form suitable for our rergressMiod Vallat