| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-17 | Restrict the length of openssl conf value string |  inoguchi | 3 | -5/+14 |
| 2018-03-19 | I should not be calling ENGINE_load_builtin_engines_internal |  beck | 1 | -4/+2 |
| 2018-03-19 | Correct mistake of loading the default openssl.conf by default during autoinit. |  beck | 1 | -7/+24 |
| 2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. |  beck | 1 | -10/+36 |
| 2017-01-29 | Send the function codes from the error functions to the bit bucket, |  beck | 4 | -76/+42 |
| 2016-12-21 | Explicitly export a list of symbols from libcrypto. |  jsing | 1 | -1/+5 |
| 2016-08-05 | Do not *printf %s NULL |  deraadt | 1 | -2/+3 |
| 2015-07-18 | Coverity 21651 |  beck | 1 | -3/+7 |
| 2015-04-30 | use strdup() to init string |  deraadt | 1 | -3/+2 |
| 2015-04-11 | Remove all getenv() calls, especially those wrapped by issetugid(). |  deraadt | 2 | -20/+4 |
| 2015-02-11 | Enable building with -DOPENSSL_NO_DEPRECATED. |  doug | 1 | -1/+2 |
| 2015-02-10 | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last |  jsing | 1 | -3/+1 |
| 2015-02-10 | Remove unnecessary include of assert.h |  miod | 1 | -2/+1 |
| 2015-02-07 | Delete a lot of #if 0 code in libressl. |  doug | 4 | -68/+5 |
| 2014-07-22 | Kill a bunch more BUF_strdup's - these are converted to have a check for |  beck | 1 | -2/+4 |
| 2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using |  beck | 1 | -4/+4 |
| 2014-07-11 | Prevent infinite loop during configuration file parsing; OpenSSL PR #2985 |  miod | 1 | -2/+2 |
| 2014-07-11 | Only import cryptlib.h in the four source files that actually need it. |  jsing | 4 | -19/+18 |
| 2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references |  jsing | 3 | -4/+13 |
| 2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that |  jsing | 1 | -2/+5 |
| 2014-07-09 | remove unused, private version strings except SSL_version_str |  bcook | 2 | -6/+2 |
| 2014-07-08 | replace malloc(strlen())/strlcpy with strdup |  bcook | 1 | -3/+2 |
| 2014-06-23 | Since this is a library, place issetugid() before every getenv() |  deraadt | 2 | -6/+14 |
| 2014-06-12 | tags as requested by miod and tedu |  deraadt | 10 | -10/+10 |
| 2014-06-09 | do not include dso.h where it is not needed; ok miod |  deraadt | 2 | -2/+0 |
| 2014-06-07 | Remove various test stubs. The good ones have been moved by jsing |  deraadt | 2 | -201/+0 |
| 2014-06-07 | malloc() result does not need a cast. |  deraadt | 1 | -3/+3 |
| 2014-05-30 | more: no need for null check before free |  deraadt | 2 | -14/+7 |
| 2014-05-30 | no need for null check before free. from Brendan MacDonell |  tedu | 1 | -4/+2 |
| 2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. |  beck | 2 | -12/+0 |
| 2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by |  jsing | 1 | -1/+2 |
| 2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and |  miod | 1 | -10/+10 |
| 2014-04-27 | Put explicit (void) in function declarations and shuffle keywords in some |  miod | 2 | -3/+3 |
| 2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. |  beck | 3 | -10/+7 |
| 2014-04-20 | KNF. |  jsing | 12 | -1149/+1129 |
| 2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that |  guenther | 2 | -2/+2 |
| 2014-04-19 | use intrinsic strlcpy and strlcat everywhere so we only have one set of |  beck | 1 | -2/+2 |
| 2014-04-18 | use the portable construct around asprintf; pointed out by halex |  deraadt | 1 | -1/+2 |
| 2014-04-18 | Put the final pieces from e_os.h in the required places, and remove it. |  deraadt | 1 | -1/+0 |
| 2014-04-18 | in CONF_get1_default_config_file(), don't calculate a buffer size, |  deraadt | 1 | -15/+5 |
| 2014-04-17 | more spring VMS cleanup |  giovanni | 3 | -14/+0 |
| 2014-04-17 | Change library to use intrinsic memory allocation functions instead of |  beck | 3 | -41/+41 |
| 2014-04-15 | we don't use these files for building |  tedu | 1 | -78/+0 |
| 2014-04-15 | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity |  beck | 2 | -33/+0 |
| 2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions |  beck | 2 | -2/+2 |
| 2014-04-14 | remove auto-generated dependencies from the old unused build system, so |  deraadt | 1 | -74/+0 |
| 2011-11-03 | openssl-1.0.0e: resolve conflicts |  djm | 2 | -13/+3 |
| 2010-10-01 | resolve conflicts, fix local changes |  djm | 8 | -288/+119 |
| 2010-10-01 | import OpenSSL-1.0.0a |  djm | 2 | -35/+29 |
| 2009-04-06 | resolve conflicts |  djm | 1 | -1/+1 |