summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2014-04-16strncpy(d, s, strlen(s)) is a special kind of stupid. even when it's right,Ted Unangst
2014-04-16KNFRyan Thomas McBride
2014-04-15o_dir.c had a very funny odor. all users of this now use standard functions.Bob Beck
2014-04-15remove ssl2 support even more completely.Ted Unangst
2014-04-15repair some whitespaceTed Unangst
2014-04-15Crank major for libcrypto and libssl; more symbol removals to occur during theMiod Vallat
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob 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-15correct cases of code occuring directly after goto/break/returnJonathan Gray
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-14So the OpenSSL codebase does "get the time, add it as a random seed"Theo de Raadt
2014-04-14convert the use of OPENSSL_DIR_XXX functions to opendir() and frends.Bob Beck
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
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-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-14Revert previous. I don't known why cvs blame tells me I committed this,Martin Pieuchot
2014-04-14Revert to 1.1 minus the VMS stuff, I accidentally committed this chunkMartin Pieuchot
2014-04-14remove last vestiges of OPENSSL_SYS_XXX from src/sslBob Beck
2014-04-13Cope with the removal of openssl/symhacks.hTheo de Raadt
2014-04-13Flense a variety of windows support stuff, and a strange gettimeofday function.Bob Beck
2014-04-13Fix the gettimeofday function that I broke with my last commit.Bob Beck
2014-04-13Remove vms support stuff.Bob Beck
2014-04-13Do not include "e_os.h" anymore. Simply pull in the necessary headers.Martin Pieuchot
2014-04-13remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did youTheo de Raadt
2014-04-13Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp)Miod Vallat
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2014-04-13Import OpenSSL 1.0.1gMiod Vallat
2014-04-10Piotr Sikora pointed me at a more refined diff for the buffer releaseTed Unangst
2014-04-10crank major; struct ssl_ctx_st changes; ok teduTheo de Raadt
2014-04-10don't release the read buffer if we're not done reading from it.Ted Unangst
2014-04-07cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability fromDamien Miller
2014-02-27SECURITY fixes backported from openssl-1.0.1f. ok mikeb@Jeremie Courreges-Anglas
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-02-14cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtMarkus Friedl
2013-02-14Import OpenSSL 1.0.1gMarkus Friedl
2012-10-13Makefile and header changes for OpenSSL-1.0.1cDamien Miller
2012-10-13resolve conflictsDamien Miller
2012-10-13import OpenSSL-1.0.1cDamien Miller
2012-07-11Disable SSLv2 in OpenSSL. No objections from djm.Stuart Henderson
2012-01-05OpenSSL 1.0.0f: crank minorDamien Miller
2012-01-05OpenSSL 1.0.0f: mergeDamien Miller