summaryrefslogtreecommitdiffstats
path: root/crypto/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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
* Remove some codeMatt Caswell2018-03-282-50/+11
* Revise and cleanup; use strict,warningsRich Salz2018-03-193-158/+131
* CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte2018-03-121-3/+19
* Add support for .include directive in config filesTomas Mraz2018-03-052-15/+193
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Generate copyright year properlyRich Salz2018-02-132-2/+4
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-0/+4
* Remove parentheses of return.KaoruToda2017-10-182-13/+13
* Use safestack.h exclusively internally.Pauli2017-09-281-1/+0
* Move e_os.h to be the very first include.Pauli2017-08-293-4/+3
* e_os.h removal from other headers and source files.Pauli2017-08-291-0/+1
* Use "" not <> for internal/ includesRich Salz2017-08-222-2/+2
* Remove OPENSSL_assert() from conf_api.cMatt Caswell2017-08-211-1/+2
* Trivial bounds checking.Pauli2017-07-072-22/+20
* Undo commit d420ac2Rich Salz2017-07-052-6/+6
* make error tables const and separate header fileRich Salz2017-06-071-51/+51