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