Age | Commit message (Expand) | Author |
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 | 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 | 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 | 1. RAND_seed is now DEPRECATED | Theo de Raadt |
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 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 | OpenSSL PR#3309: when looking for an extension, set the last found position | Stuart Henderson |
2014-04-17 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-04-17 | move enginetest to regress as was done with the other tests | Jonathan Gray |
2014-04-17 | call the correct decrypt function in aes_cbc_cipher() | Jonathan Gray |
2014-04-17 | tag some functions with bounded. idea and ok djm | Ted Unangst |
2014-04-16 | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | Ted Unangst |
2014-04-16 | add back SRP. i was being too greedy. | Ted Unangst |
2014-04-16 | Clean up dangerous strncpy use. This included a use where the resulting | Bob Beck |
2014-04-16 | - Why do we hide from the OpenSSL police, dad? | Miod Vallat |
2014-04-16 | > As I walk through the valley of the shadow of death | Ted Unangst |
2014-04-16 | lots of ifdef cleanup | Ted Unangst |
2014-04-16 | repair knf | Ted Unangst |
2014-04-16 | No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c | Miod Vallat |
2014-04-16 | No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for all | Miod Vallat |
2014-04-16 | quoth the readme: | Ted Unangst |
2014-04-16 | delete a few leftovers | Ted Unangst |
2014-04-16 | fix a few bugs observed on http://www.viva64.com/en/b/0250/ | Ted Unangst |
2014-04-16 | Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knob | Bob Beck |
2014-04-16 | disentangle SRP code from TLS | Ted Unangst |
2014-04-16 | whack the ifdef pinata: | Ted Unangst |
2014-04-16 | SSLv3_client_method() doesn't support TLSv1.*; use SSLv23_client_method() | Philip Guenther |
2014-04-16 | Zero-pad usec format to handle values less than 100,000 correctly | Philip Guenther |
2014-04-16 | Initial KNF. | Joel Sing |
2014-04-16 | Initial KNF. | Joel Sing |