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