summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_cnf.c
AgeCommit message (Expand)Author
2021-07-28Don't try and load the config file while already loading the config fileMatt Caswell
2021-06-02Add NCONF_get0_libctx()Rich Salz
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell
2021-05-06Update copyright yearMatt Caswell
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
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-09-13Fix safestack issues in conf.hMatt Caswell
2020-08-17Load the default config file before working with default propertiesMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-05-02Add default property API's to enable and test for fipsShane Lontis
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-04-05EVP configuration section: add 'default_properties' commandRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-02-28Clean up references to FIPSEmilia Kasper
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-23Move dso.h to internalRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08remove FIPS module code from crypto/evpDr. Stephen Henson
2012-07-04add missing evp_cnf.c fileDr. Stephen Henson