aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz1-1/+6
2019-02-11Fix null pointer dereference in ssl_module_initDaniel DeFreez1-0/+2
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni3-5/+47
2019-01-07Update generator copyright year.Viktor Dukhovni1-1/+1
2019-01-03make updateMatt Caswell1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte11-12/+12
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-09-24Use secure_getenv(3) when available.Pauli2-7/+5
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-08-14Deallocate previously loaded SSL CONF module dataTomas Mraz1-0/+1
2018-07-24def_load_bio(): Free |biosk| more carefullyRichard Levitte1-2/+16
2018-07-20crypto/*: address standard-compilance nits.Andy Polyakov1-1/+5
2018-07-11NCONF_get_number refix.Pauli2-12/+33
2018-07-03Check for NULL conf in NCONF_get_numberPauli1-4/+7
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-2/+2
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl1-1/+3
2018-04-17Update copyright yearRichard Levitte2-2/+2
2018-04-08Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre3-34/+45
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell5-1/+200
2018-04-04Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger1-3/+5
2018-04-03Set error code on alloc failuresRich Salz2-2/+4
2018-03-28Remove some codeMatt Caswell2-50/+11
2018-03-19Revise and cleanup; use strict,warningsRich Salz3-158/+131
2018-03-12CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte1-3/+19
2018-03-05Add support for .include directive in config filesTomas Mraz2-15/+193
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-13Generate copyright year properlyRich Salz2-2/+4
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-0/+4
2017-10-18Remove parentheses of return.KaoruToda2-13/+13
2017-09-28Use safestack.h exclusively internally.Pauli1-1/+0
2017-08-30Move e_os.h to be the very first include.Pauli3-4/+3
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+1
2017-08-22Use "" not <> for internal/ includesRich Salz2-2/+2
2017-08-21Remove OPENSSL_assert() from conf_api.cMatt Caswell1-1/+2
2017-07-07Trivial bounds checking.Pauli2-22/+20
2017-07-05Undo commit d420ac2Rich Salz2-6/+6
2017-06-07make error tables const and separate header fileRich Salz1-51/+51
2017-03-12Fix out-of-memory condition in confMatt Caswell2-3/+17
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-2/+2
2016-06-15Constify some conf_mod.c internal methodsFdaSilvaYY1-9/+11
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz2-14/+14
2016-05-26Handle Visual C warning about non-standard function names.Richard Levitte1-0/+1
2016-05-23Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell1-3/+13
2016-05-23Remove unused error/function codes.Rich Salz1-10/+1
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz1-1/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 04/10Rich Salz6-324/+32
2016-05-03Properly own the duplicated stringDmitry-Me1-0/+5