summaryrefslogtreecommitdiffstats
path: root/crypto/conf
AgeCommit message (Expand)Author
2021-02-16Update copyright yearMatt Caswell
2021-01-14Skip BOM when reading the config fileDmitry Belyavskiy
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-09-22Update copyright yearMatt Caswell
2020-09-07Fix memory leaks in conf_def.cluxinyou
2020-03-31Update copyright yearMatt Caswell
2020-03-20Coverity: fix two minor NPD issues.FdaSilvaYY
2020-01-02Run make updateMatt Caswell
2019-11-09conf_def.c: Avoid calling strlen() in a loopraniervf
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-05-29crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre
2019-03-20OPENSSL_config(): restore error agnosticismRichard Levitte
2019-02-26Update copyright yearMatt Caswell
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-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
2018-02-27Update copyright yearMatt Caswell
2018-02-13Generate copyright year properlyRich Salz
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-09-28Use safestack.h exclusively internally.Pauli
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-21Remove OPENSSL_assert() from conf_api.cMatt Caswell
2017-07-07Trivial bounds checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-07make error tables const and separate header fileRich Salz