summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_def.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add .includedir pragmaRich Salz2021-05-051-9/+22
* Allow absolute paths to be setRich Salz2021-05-051-9/+26
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-0/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Skip BOM when reading the config fileDmitry Belyavskiy2021-01-141-0/+14
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-131-2/+3
* CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte2020-11-181-1/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-5/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-30/+26
* Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz2020-11-111-2/+9
* Fix safestack issues in bio.hMatt Caswell2020-09-131-2/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+3
* Fix memory leaks in conf_def.cluxinyou2020-09-071-0/+2
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Fix a memory leak in CONF .include handlingMatt Caswell2020-05-061-6/+3
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* 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-121-5/+53
* conf_def.c: Avoid calling strlen() in a loopraniervf2019-11-091-9/+8
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-3/+3
* Deprecate NCONF_WIN32() functionRich Salz2019-10-061-5/+11
* Add fips module integrity checkShane Lontis2019-09-151-3/+22
* 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
* It isn't necessary to initialise a struct stat before a stat(2) system call.Pauli2019-03-291-1/+1
* Allow the syntax of the .include directive to optionally have '='Tomas Mraz2019-02-111-1/+6
* Following the license change, modify the boilerplates in crypto/conf/Richard Levitte2018-12-061-1/+1
* def_load_bio(): Free |biosk| more carefullyRichard Levitte2018-07-241-2/+16
* crypto/*: address standard-compilance nits.Andy Polyakov2018-07-201-1/+5
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-2/+2
* Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre2018-04-081-0/+25
* Revise and cleanup; use strict,warningsRich Salz2018-03-191-3/+3
* CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte2018-03-121-3/+19
* Add support for .include directive in config filesTomas Mraz2018-03-051-14/+188
* Use safestack.h exclusively internally.Pauli2017-09-281-1/+0
* Trivial bounds checking.Pauli2017-07-071-14/+13
* Undo commit d420ac2Rich Salz2017-07-051-2/+2
* Fix out-of-memory condition in confMatt Caswell2017-03-121-2/+14
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-4/+3
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Replace malloc+strlcpy with strdupAlessandro Ghedini2015-10-231-2/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2