Age | Commit message (Expand) | Author |
2014-04-15 | Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping the | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2009-01-09 | import openssl-0.9.8j | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2003-11-11 | import 0.9.7c | Markus Friedl |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker |
2014-04-15 | remove a test directory. If anyone wants something this again, this is | Theo de Raadt |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | Convert some BIO_snprintf() to (void) snprintf - as although these ones | Bob Beck |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | remove some vms/windows holdouts. | Jonathan Gray |
2014-04-15 | remove pentium specific benchmark code | Jonathan Gray |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | correct cases of code occuring directly after goto/break/return | Jonathan Gray |
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 |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2014-04-15 | Init outargs only once, and fix a bad bzero(). | Sylvestre Gallon |
2014-04-14 | o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXX | Bob Beck |
2014-04-14 | revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside | Stuart Henderson |
2014-04-14 | Flense all use of BIO_snprintf from ssl source - use the real one instead, | Bob Beck |
2014-04-14 | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | Ted Unangst |
2014-04-14 | Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move | Miod Vallat |
2014-04-14 | used for windows dll builds only | Miod Vallat |
2014-04-14 | unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the | Miod Vallat |
2014-04-14 | So the OpenSSL codebase does "get the time, add it as a random seed" | Theo de Raadt |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | convert the use of OPENSSL_DIR_XXX functions to opendir() and frends. | Bob Beck |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-14 | Remove the GMP engine: It was an experimental engine using libgmp as | Reyk Floeter |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2009-01-09 | import openssl-0.9.8j | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | Remove the CAPI engine: It is a backend for the Windows CryptoAPI and | Reyk Floeter |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, | Stuart Henderson |