summaryrefslogtreecommitdiffstats
path: root/crypto/conf
AgeCommit message (Expand)Author
2021-06-17Update copyright yearMatt Caswell
2021-06-02Add NCONF_get_section_names()Tomas Mraz
2021-06-02Add NCONF_get0_libctx()Rich Salz
2021-06-02Make conf_method_st and conf_st deprecatedRich Salz
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
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-19Resurrect and modernize C++Builder configTanzinul Islam
2021-04-08Update copyright yearMatt Caswell
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-03-31Add a local perl module to get year last changedRich Salz
2021-03-18Add ossl_ conf symbolsShane Lontis
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
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
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-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-11-06Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-23Add a "random" configuration section.Pauli
2020-09-13Fix safestack issues in conf.hMatt Caswell
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-08-28conf: add diagnostic optionPauli
2020-08-11conf: add an error if the openssl_conf section isn't found.Pauli
2020-07-16Update copyright yearRichard Levitte
2020-07-16deprecate engines in libcryptoPauli
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte
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
2020-04-24Rewrite man5/config.pod and related conf code cleanupRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2020-01-07Make generated copyright year be "now"Rich Salz
2020-01-02Run make updateMatt Caswell
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