aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_def.c
Commit message (Expand)AuthorAgeFilesLines
* Fix line continuation check in config parsererbsland-dev2024-07-161-1/+1
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Prevent a fuzzing timeout in the conf fuzzerMatt Caswell2023-05-081-0/+17
* stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2022-10-211-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-21/+10
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-7/+9
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-4/+4
* Fix another memory leak reported in CIFuzzBernd Edlinger2021-10-141-0/+1
* Fix a memory leak reported in CIFuzzBernd Edlinger2021-10-141-0/+1
* Make conf_method_st and conf_st deprecatedRich Salz2021-06-021-0/+1
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-2/+1
* Add .includedir pragmaRich Salz2021-05-051-9/+22
* Allow absolute paths to be setRich Salz2021-05-051-9/+26
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-0/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Skip BOM when reading the config fileDmitry Belyavskiy2021-01-141-0/+14
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-131-2/+3
* CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte2020-11-181-1/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-5/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-30/+26
* Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz2020-11-111-2/+9
* Fix safestack issues in bio.hMatt Caswell2020-09-131-2/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+3
* Fix memory leaks in conf_def.cluxinyou2020-09-071-0/+2
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Fix a memory leak in CONF .include handlingMatt Caswell2020-05-061-6/+3
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Fix an uninitialised read in conf_def.cMatt Caswell2019-11-141-2/+2
* Add a tester of OpenSSL config files and test the current .pragmaRichard Levitte2019-11-121-0/+1
* Add a .pragma directive for configuration filesRichard Levitte2019-11-121-5/+53
* conf_def.c: Avoid calling strlen() in a loopraniervf2019-11-091-9/+8
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-3/+3
* Deprecate NCONF_WIN32() functionRich Salz2019-10-061-5/+11
* Add fips module integrity checkShane Lontis2019-09-151-3/+22
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-2/+3
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-1/+1
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-1/+1
* It isn't necessary to initialise a struct stat before a stat(2) system call.Pauli2019-03-291-1/+1
* Allow the syntax of the .include directive to optionally have '='Tomas Mraz2019-02-111-1/+6
* Following the license change, modify the boilerplates in crypto/conf/Richard Levitte2018-12-061-1/+1
* def_load_bio(): Free |biosk| more carefullyRichard Levitte2018-07-241-2/+16
* crypto/*: address standard-compilance nits.Andy Polyakov2018-07-201-1/+5
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-2/+2
* Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre2018-04-081-0/+25
* Revise and cleanup; use strict,warningsRich Salz2018-03-191-3/+3
* CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte2018-03-121-3/+19