summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/conf
AgeCommit message (Expand)AuthorFilesLines
2020-02-17Restrict the length of openssl conf value stringinoguchi3-5/+14
2018-03-19I should not be calling ENGINE_load_builtin_engines_internalbeck1-4/+2
2018-03-19Correct mistake of loading the default openssl.conf by default during autoinit.beck1-7/+24
2018-03-17Bring in compatibility for OpenSSL 1.1 style init functions.beck1-10/+36
2017-01-29Send the function codes from the error functions to the bit bucket,beck4-76/+42
2016-12-21Explicitly export a list of symbols from libcrypto.jsing1-1/+5
2016-08-05Do not *printf %s NULLderaadt1-2/+3
2015-07-18Coverity 21651beck1-3/+7
2015-04-30use strdup() to init stringderaadt1-3/+2
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().deraadt2-20/+4
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.doug1-1/+2
2015-02-10Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing1-3/+1
2015-02-10Remove unnecessary include of assert.hmiod1-2/+1
2015-02-07Delete a lot of #if 0 code in libressl.doug4-68/+5
2014-07-22Kill a bunch more BUF_strdup's - these are converted to have a check forbeck1-2/+4
2014-07-13The bell tolls for BUF_strdup - Start the migration to usingbeck1-4/+4
2014-07-11Prevent infinite loop during configuration file parsing; OpenSSL PR #2985miod1-2/+2
2014-07-11Only import cryptlib.h in the four source files that actually need it.jsing4-19/+18
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing3-4/+13
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatjsing1-2/+5
2014-07-09remove unused, private version strings except SSL_version_strbcook2-6/+2
2014-07-08replace malloc(strlen())/strlcpy with strdupbcook1-3/+2
2014-06-23Since this is a library, place issetugid() before every getenv()deraadt2-6/+14
2014-06-12tags as requested by miod and teduderaadt10-10/+10
2014-06-09do not include dso.h where it is not needed; ok miodderaadt2-2/+0
2014-06-07Remove various test stubs. The good ones have been moved by jsingderaadt2-201/+0
2014-06-07malloc() result does not need a cast.deraadt1-3/+3
2014-05-30more: no need for null check before freederaadt2-14/+7
2014-05-30no need for null check before free. from Brendan MacDonelltedu1-4/+2
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2-12/+0
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing1-1/+2
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod1-10/+10
2014-04-27Put explicit (void) in function declarations and shuffle keywords in somemiod2-3/+3
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck3-10/+7
2014-04-20KNF.jsing12-1149/+1129
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2-2/+2
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck1-2/+2
2014-04-18use the portable construct around asprintf; pointed out by halexderaadt1-1/+2
2014-04-18Put the final pieces from e_os.h in the required places, and remove it.deraadt1-1/+0
2014-04-18in CONF_get1_default_config_file(), don't calculate a buffer size,deraadt1-15/+5
2014-04-17more spring VMS cleanupgiovanni3-14/+0
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck3-41/+41
2014-04-15we don't use these files for buildingtedu1-78/+0
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2-33/+0
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2-2/+2
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-74/+0
2011-11-03openssl-1.0.0e: resolve conflictsdjm2-13/+3
2010-10-01resolve conflicts, fix local changesdjm8-288/+119
2010-10-01import OpenSSL-1.0.0adjm2-35/+29
2009-04-06resolve conflictsdjm1-1/+1