aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf
Commit message (Expand)AuthorAgeFilesLines
* VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config targetRichard Levitte2024-04-112-4/+0
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Diverse small VMS build fixupsRichard Levitte2024-04-042-0/+4
* plug potential memory leak in error code pathAlexandr Nedvedicky2024-03-151-0/+1
* Add exemplar use case for rcu locksNeil Horman2024-02-011-46/+88
* Detect and prevent recursive config parsingNeil Horman2023-12-211-1/+3
* Add notes on use of strdupNate Karstens2023-10-241-0/+12
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-073-3/+3
* OPENSSL_init_crypto load config into initial global default library contextIngo Franzki2023-08-311-1/+2
* conf/conf_sap.c: correct return of ossl_config_int() in UEFI systemYi Li2023-06-301-0/+2
* CONF_modules_load_file_ex(): Do not try to load an empty file nameTomas Mraz2023-06-271-1/+7
* 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