aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
AgeCommit message (Expand)AuthorFilesLines
2023-08-31OPENSSL_init_crypto load config into initial global default library contextIngo Franzki1-1/+2
2023-08-01Copyright year updatesMatt Caswell2-2/+2
2023-06-30conf/conf_sap.c: correct return of ossl_config_int() in UEFI systemYi Li1-0/+2
2023-06-27CONF_modules_load_file_ex(): Do not try to load an empty file nameTomas Mraz1-1/+7
2023-05-30Update copyright yearTomas Mraz1-1/+1
2023-05-08Prevent a fuzzing timeout in the conf fuzzerMatt Caswell1-0/+17
2022-12-01Update copyright yearTomas Mraz2-2/+2
2022-11-11Move e_os.h to include/internalRichard Levitte3-3/+3
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz1-1/+1
2022-10-11Update copyright yearMatt Caswell1-1/+1
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb1-1/+1
2022-09-09crypto/conf: gcc build warning fixGang Chen1-0/+4
2022-07-01Avoid crashing if CONF_modules_unload() is called after OPENSSL_cleanup()Tomas Mraz1-1/+3
2022-06-21Update copyright yearMatt Caswell1-1/+1
2022-06-06CONF_modules_unload should fail if CONF_modules_finish failsMatt Caswell1-4/+14
2022-06-01Make OSSL_LIB_CTX_load_config thread safeHugo Landau1-18/+88
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-7/+9
2022-01-06Fix copyright year issuesBernd Edlinger1-1/+1
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb1-1/+1
2021-10-14Fix another memory leak reported in CIFuzzBernd Edlinger2-2/+6
2021-10-14Fix a memory leak reported in CIFuzzBernd Edlinger1-0/+1
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-02Add NCONF_get_section_names()Tomas Mraz2-5/+32
2021-06-02Add NCONF_get0_libctx()Rich Salz1-0/+5
2021-06-02Make conf_method_st and conf_st deprecatedRich Salz6-0/+6
2021-05-27Use <> for #include openssl/xxxRich Salz1-1/+1
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb1-2/+1
2021-05-05Add .includedir pragmaRich Salz2-9/+23
2021-05-05Allow absolute paths to be setRich Salz2-10/+28
2021-04-19Resurrect and modernize C++Builder configTanzinul Islam1-1/+1
2021-04-08Update copyright yearMatt Caswell4-4/+4
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker1-0/+2
2021-03-31Add a local perl module to get year last changedRich Salz1-2/+5
2021-03-18Add ossl_ conf symbolsShane Lontis5-8/+7
2021-01-28Update copyright yearRichard Levitte3-3/+3
2021-01-14Skip BOM when reading the config fileDmitry Belyavskiy1-0/+14
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb3-9/+11
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb1-1/+1
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-1/+2
2020-11-18CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte1-1/+1
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte4-33/+29
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte4-58/+53
2020-11-11Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz1-2/+9
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell1-1/+0
2020-11-06Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell1-1/+2
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2-2/+2
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2-14/+36
2020-10-01Run the withlibctx.pl scriptMatt Caswell2-7/+6