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