summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_def.c
AgeCommit message (Expand)Author
2021-01-14Skip BOM when reading the config fileDmitry Belyavskiy
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2020-11-18CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz
2020-09-13Fix safestack issues in bio.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-07Fix memory leaks in conf_def.cluxinyou
2020-05-15Update copyright yearMatt Caswell
2020-05-06Fix a memory leak in CONF .include handlingMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
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 deprecation at 3.0Richard Levitte
2019-10-06Deprecate NCONF_WIN32() functionRich Salz
2019-09-15Add fips module integrity checkShane Lontis
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-03-29It isn't necessary to initialise a struct stat before a stat(2) system call.Pauli
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte
2018-07-24def_load_bio(): Free |biosk| more carefullyRichard Levitte
2018-07-20crypto/*: address standard-compilance nits.Andy Polyakov
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-04-08Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre
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
2017-09-28Use safestack.h exclusively internally.Pauli
2017-07-07Trivial bounds checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-03-12Fix out-of-memory condition in confMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-23Replace malloc+strlcpy with strdupAlessandro Ghedini
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-02-12RT3670: Check return from BUF_MEM_grow_cleanGraeme Perrow