aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-23Add a "random" configuration section.Pauli1-0/+2
2020-09-13Fix safestack issues in conf.hMatt Caswell3-5/+0
2020-09-13Fix safestack issues in bio.hMatt Caswell1-2/+0
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker1-0/+3
2020-09-07Fix memory leaks in conf_def.cluxinyou1-0/+2
2020-08-28conf: add diagnostic optionPauli1-3/+21
2020-08-11conf: add an error if the openssl_conf section isn't found.Pauli2-2/+9
2020-07-16Update copyright yearRichard Levitte1-1/+1
2020-07-16deprecate engines in libcryptoPauli2-0/+6
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte1-8/+6
2020-05-15Update copyright yearMatt Caswell3-3/+3
2020-05-06Fix a memory leak in CONF .include handlingMatt Caswell1-6/+3
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz4-0/+10
2020-04-24Rewrite man5/config.pod and related conf code cleanupRich Salz1-39/+28
2020-04-23Update copyright yearMatt Caswell3-3/+3
2020-03-20Add support for passing the libctx to the config loaderShane Lontis3-14/+41
2020-01-07Make generated copyright year be "now"Rich Salz1-3/+2
2020-01-02Run make updateMatt Caswell1-1/+1
2019-11-14Fix an uninitialised read in conf_def.cMatt Caswell1-2/+2
2019-11-12Add a tester of OpenSSL config files and test the current .pragmaRichard Levitte1-0/+1
2019-11-12Add a .pragma directive for configuration filesRichard Levitte4-7/+65
2019-11-09conf_def.c: Avoid calling strlen() in a loopraniervf1-9/+8
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-1/+1