summaryrefslogtreecommitdiff
path: root/crypto/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-1/+1
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-32/+2
* crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre2019-05-291-1/+1
* Coverity: fix two minor NPD issues.FdaSilvaYY2019-04-061-2/+4
* Add a bit of tracing in the core conf module runnerRichard Levitte2019-04-051-0/+4
* Replumbing: add a configuration module for providersRichard Levitte2019-04-031-0/+2
* It isn't necessary to initialise a struct stat before a stat(2) system call.Pauli2019-03-291-1/+1
* OPENSSL_config(): restore error agnosticismRichard Levitte2019-03-201-0/+1
* Allow the syntax of the .include directive to optionally have '='Tomas Mraz2019-02-111-1/+6
* Fix null pointer dereference in ssl_module_initDaniel DeFreez2019-02-111-0/+2
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-073-5/+47
* Update generator copyright year.Viktor Dukhovni2019-01-071-1/+1
* make updateMatt Caswell2019-01-031-1/+1
* Following the license change, modify the boilerplates in crypto/conf/Richard Levitte2018-12-0611-12/+12
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-242-7/+5
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Deallocate previously loaded SSL CONF module dataTomas Mraz2018-08-141-0/+1
* def_load_bio(): Free |biosk| more carefullyRichard Levitte2018-07-241-2/+16
* crypto/*: address standard-compilance nits.Andy Polyakov2018-07-201-1/+5
* NCONF_get_number refix.Pauli2018-07-112-12/+33
* Check for NULL conf in NCONF_get_numberPauli2018-07-031-4/+7
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-2/+2
* Fix memory leaks in CA related functions.Pavel Kopyl2018-05-021-1/+3
* Update copyright yearRichard Levitte2018-04-172-2/+2
* Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre2018-04-083-34/+45
* Move the loading of the ssl_conf module to libcryptoMatt Caswell2018-04-055-1/+200
* Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger2018-04-041-3/+5
* Set error code on alloc failuresRich Salz2018-04-032-2/+4