aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-01make updateRichard Levitte1-59/+8
2016-05-01Adjust a last few generators to new license boilerplate and C code styleRichard Levitte1-11/+11
2016-04-29Fix EBCDIC problem in conf_def.hMatt Caswell1-11/+11
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell1-11/+11
2016-04-20Remove --classic build entirelyRichard Levitte1-46/+0
2016-04-20Copyright consolidation: perl filesRich Salz1-60/+15
2016-04-13Rename int_*() functions to *_int()Matt Caswell2-3/+3
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell2-3/+3
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell1-2/+2
2016-03-23Move dso.h to internalRich Salz3-3/+1
2016-03-21Don't use hardcoded values for typesDr. Stephen Henson1-13/+13
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz2-6/+2
2016-03-17Use correct C format for keysets.plDr. Stephen Henson1-63/+64
2016-03-07Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse1-0/+2
2016-02-22Remove unused parameters from internal functionsRich Salz1-5/+3
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz1-6/+0
2016-02-18Fix OPENSSL_config with NULL parameterRoumen Petrov1-1/+2
2016-02-14Fixes to make no-deprecated work againViktor Dukhovni1-0/+2
2016-02-11Check mallocRich Salz1-1/+2
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz2-6/+32
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-1/+1
2016-02-09Portability fixRich Salz1-4/+6
2016-02-09Updates for auto init/deinit review commentsMatt Caswell1-2/+1
2016-02-09Auto init/deinit libcryptoMatt Caswell1-2/+12
2016-02-02RT3854 Update docs.Emilia Kasper1-78/+0
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+4
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz8-8/+0