aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-07Update source files for deprecation at 3.0Richard Levitte3-5/+5
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz1-5/+6
2019-10-06Deprecate NCONF_WIN32() functionRich Salz3-5/+15
2019-09-28Reorganize local header filesDr. Matthias St. Pierre3-2/+2
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-09-15Add fips module integrity checkShane Lontis1-3/+22
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-2/+3
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz1-1/+1
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-1/+1
2019-07-16Regenerate mkerr filesRich Salz1-32/+2
2019-05-29crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre1-1/+1
2019-04-06Coverity: fix two minor NPD issues.FdaSilvaYY1-2/+4
2019-04-05Add a bit of tracing in the core conf module runnerRichard Levitte1-0/+4
2019-04-03Replumbing: add a configuration module for providersRichard Levitte1-0/+2
2019-03-29It isn't necessary to initialise a struct stat before a stat(2) system call.Pauli1-1/+1
2019-03-20OPENSSL_config(): restore error agnosticismRichard Levitte1-0/+1
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz1-1/+6
2019-02-11Fix null pointer dereference in ssl_module_initDaniel DeFreez1-0/+2
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni3-5/+47
2019-01-07Update generator copyright year.Viktor Dukhovni1-1/+1
2019-01-03make updateMatt Caswell1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte11-12/+12
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-09-24Use secure_getenv(3) when available.Pauli2-7/+5
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-08-14Deallocate previously loaded SSL CONF module dataTomas Mraz1-0/+1
2018-07-24def_load_bio(): Free |biosk| more carefullyRichard Levitte1-2/+16
2018-07-20crypto/*: address standard-compilance nits.Andy Polyakov1-1/+5
2018-07-11NCONF_get_number refix.Pauli2-12/+33
2018-07-03Check for NULL conf in NCONF_get_numberPauli1-4/+7
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-2/+2
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl1-1/+3
2018-04-17Update copyright yearRichard Levitte2-2/+2
2018-04-08Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre3-34/+45