summaryrefslogtreecommitdiffstats
path: root/crypto/conf
AgeCommit message (Expand)Author
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
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-10-06Deprecate NCONF_WIN32() functionRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-15Add fips module integrity checkShane Lontis
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-16Regenerate mkerr filesRich Salz
2019-05-29crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre
2019-04-06Coverity: fix two minor NPD issues.FdaSilvaYY
2019-04-05Add a bit of tracing in the core conf module runnerRichard Levitte
2019-04-03Replumbing: add a configuration module for providersRichard Levitte
2019-03-29It isn't necessary to initialise a struct stat before a stat(2) system call.Pauli
2019-03-20OPENSSL_config(): restore error agnosticismRichard Levitte
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2019-02-11Fix null pointer dereference in ssl_module_initDaniel DeFreez
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-07Update generator copyright year.Viktor Dukhovni
2019-01-03make updateMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-08-14Deallocate previously loaded SSL CONF module dataTomas Mraz
2018-07-24def_load_bio(): Free |biosk| more carefullyRichard Levitte
2018-07-20crypto/*: address standard-compilance nits.Andy Polyakov
2018-07-11NCONF_get_number refix.Pauli
2018-07-03Check for NULL conf in NCONF_get_numberPauli
2018-05-29Update copyright yearMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl
2018-04-17Update copyright yearRichard Levitte
2018-04-08Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-04-04Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger
2018-04-03Set error code on alloc failuresRich Salz
2018-03-28Remove some codeMatt Caswell
2018-03-19Revise and cleanup; use strict,warningsRich Salz
2018-03-12CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte
2018-03-05Add support for .include directive in config filesTomas Mraz