summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_def.c
AgeCommit message (Expand)Author
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-05-08Prevent a fuzzing timeout in the conf fuzzerMatt Caswell
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-10-14Fix another memory leak reported in CIFuzzBernd Edlinger
2021-10-14Fix a memory leak reported in CIFuzzBernd Edlinger
2021-06-02Make conf_method_st and conf_st deprecatedRich Salz
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-05Add .includedir pragmaRich Salz
2021-05-05Allow absolute paths to be setRich Salz
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-01-28Update copyright yearRichard Levitte
2021-01-14Skip BOM when reading the config fileDmitry Belyavskiy
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2020-11-18CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz
2020-09-13Fix safestack issues in bio.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-07Fix memory leaks in conf_def.cluxinyou
2020-05-15Update copyright yearMatt Caswell
2020-05-06Fix a memory leak in CONF .include handlingMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-11-14Fix an uninitialised read in conf_def.cMatt Caswell
2019-11-12Add a tester of OpenSSL config files and test the current .pragmaRichard Levitte
2019-11-12Add a .pragma directive for configuration filesRichard Levitte
2019-11-09conf_def.c: Avoid calling strlen() in a loopraniervf
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-06Deprecate NCONF_WIN32() functionRich Salz
2019-09-15Add fips module integrity checkShane Lontis
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-03-29It isn't necessary to initialise a struct stat before a stat(2) system call.Pauli
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte
2018-07-24def_load_bio(): Free |biosk| more carefullyRichard Levitte
2018-07-20crypto/*: address standard-compilance nits.Andy Polyakov
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-04-08Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre
2018-03-19Revise and cleanup; use strict,warningsRich Salz
2018-03-12CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte
2018-03-05Add support for .include directive in config filesTomas Mraz