summaryrefslogtreecommitdiff
path: root/crypto/conf
Commit message (Expand)AuthorAgeFilesLines
* 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-053-28/+15
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-1/+1
* crypto/conf: gcc build warning fixGang Chen2022-09-091-0/+4
* Avoid crashing if CONF_modules_unload() is called after OPENSSL_cleanup()Tomas Mraz2022-07-011-1/+3
* CONF_modules_unload should fail if CONF_modules_finish failsMatt Caswell2022-06-061-4/+14
* Make OSSL_LIB_CTX_load_config thread safeHugo Landau2022-06-011-18/+88
* Update copyright yearMatt Caswell2022-05-033-3/+3
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-7/+9
* Move e_os.h to include/internalRichard Levitte2022-02-053-3/+3
* Fix copyright year issuesBernd Edlinger2022-01-061-1/+1
* Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb2022-01-031-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-142-2/+6
* Fix a memory leak reported in CIFuzzBernd Edlinger2021-10-141-0/+1
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Add NCONF_get_section_names()Tomas Mraz2021-06-022-5/+32
* Add NCONF_get0_libctx()Rich Salz2021-06-021-0/+5
* Make conf_method_st and conf_st deprecatedRich Salz2021-06-026-0/+6
* Use <> for #include openssl/xxxRich Salz2021-05-271-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-2/+1
* Add .includedir pragmaRich Salz2021-05-052-9/+23
* Allow absolute paths to be setRich Salz2021-05-052-10/+28
* Resurrect and modernize C++Builder configTanzinul Islam2021-04-191-1/+1
* Update copyright yearMatt Caswell2021-04-084-4/+4
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-0/+2
* Add a local perl module to get year last changedRich Salz2021-03-311-2/+5
* Add ossl_ conf symbolsShane Lontis2021-03-185-8/+7
* Update copyright yearRichard Levitte2021-01-283-3/+3
* 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-133-9/+11
* Update copyright years of auto-generated headers (make update)Dr. David von Oheimb2021-01-041-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* 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-134-33/+29
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-134-58/+53
* Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz2020-11-111-2/+9
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+0
* Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell2020-11-061-1/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-2/+2
* Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2020-10-082-14/+36
* Run the withlibctx.pl scriptMatt Caswell2020-10-012-7/+6
* Add a "random" configuration section.Pauli2020-09-231-0/+2
* Fix safestack issues in conf.hMatt Caswell2020-09-133-5/+0
* 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
* conf: add diagnostic optionPauli2020-08-281-3/+21