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