aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz2020-11-111-2/+9
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+0
* Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell2020-11-061-1/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-2/+2
* Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2020-10-082-14/+36
* Run the withlibctx.pl scriptMatt Caswell2020-10-012-7/+6
* Add a "random" configuration section.Pauli2020-09-231-0/+2
* Fix safestack issues in conf.hMatt Caswell2020-09-133-5/+0
* Fix safestack issues in bio.hMatt Caswell2020-09-131-2/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+3
* Fix memory leaks in conf_def.cluxinyou2020-09-071-0/+2
* conf: add diagnostic optionPauli2020-08-281-3/+21
* conf: add an error if the openssl_conf section isn't found.Pauli2020-08-112-2/+9
* Update copyright yearRichard Levitte2020-07-161-1/+1
* deprecate engines in libcryptoPauli2020-07-162-0/+6
* APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte2020-06-021-8/+6
* Update copyright yearMatt Caswell2020-05-153-3/+3
* Fix a memory leak in CONF .include handlingMatt Caswell2020-05-061-6/+3
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-244-0/+10
* Rewrite man5/config.pod and related conf code cleanupRich Salz2020-04-241-39/+28
* Update copyright yearMatt Caswell2020-04-233-3/+3
* Add support for passing the libctx to the config loaderShane Lontis2020-03-203-14/+41
* Make generated copyright year be "now"Rich Salz2020-01-071-3/+2
* Run make updateMatt Caswell2020-01-021-1/+1
* Fix an uninitialised read in conf_def.cMatt Caswell2019-11-141-2/+2
* Add a tester of OpenSSL config files and test the current .pragmaRichard Levitte2019-11-121-0/+1
* Add a .pragma directive for configuration filesRichard Levitte2019-11-124-7/+65
* conf_def.c: Avoid calling strlen() in a loopraniervf2019-11-091-9/+8
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* Update source files for deprecation at 3.0Richard Levitte2019-11-073-5/+5
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-5/+6
* Deprecate NCONF_WIN32() functionRich Salz2019-10-063-5/+15
* Reorganize local header filesDr. Matthias St. Pierre2019-09-283-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add fips module integrity checkShane Lontis2019-09-151-3/+22
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-2/+3