Some code-cleanup/simplification in apps
[openssl.git] / crypto / conf /
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-09-24 PauliUse secure_getenv(3) when available.
2018-09-11 Matt CaswellUpdate copyright year
2018-08-14 Tomas MrazDeallocate previously loaded SSL CONF module data
2018-07-24 Richard Levittedef_load_bio(): Free |biosk| more carefully
2018-07-20 Andy Polyakovcrypto/*: address standard-compilance nits.
2018-07-10 PauliNCONF_get_number refix.
2018-07-03 PauliCheck for NULL conf in NCONF_get_number
2018-05-29 Matt CaswellUpdate copyright year
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-05-02 Pavel KopylFix memory leaks in CA related functions.
2018-04-17 Richard LevitteUpdate copyright year
2018-04-08 Dr. Matthias St... Fix false positives of IS_*() macros for 8-bit ASCII...
2018-04-05 Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-04 Bernd EdlingerDon't use getenv for critical functions when run as...
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-28 Matt CaswellRemove some code
2018-03-19 Rich SalzRevise and cleanup; use strict,warnings
2018-03-12 Richard LevitteCONF: On VMS, treat VMS syntax inclusion paths correctly
2018-03-05 Tomas MrazAdd support for .include directive in config files
2018-02-27 Matt CaswellUpdate copyright year
2018-02-13 Rich SalzGenerate copyright year properly
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-09-28 PauliUse safestack.h exclusively internally.
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-21 Matt CaswellRemove OPENSSL_assert() from conf_api.c
2017-07-07 PauliTrivial bounds checking.
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-07 Rich Salzmake error tables const and separate header file
2017-03-12 Matt CaswellFix out-of-memory condition in conf
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-15 FdaSilvaYYConstify some conf_mod.c internal methods
2016-06-14 Rich SalzRT4562: Fix misleading doc on OPENSSL_config
2016-05-25 Richard LevitteHandle Visual C warning about non-standard function...
2016-05-23 Matt CaswellAdd error return for OPENSSL_INIT_set_config_filename()
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-03 Dmitry-MeProperly own the duplicated string
2016-05-01 Richard Levittemake update
2016-05-01 Richard LevitteAdjust a last few generators to new license boilerplate...
2016-04-29 Matt CaswellFix EBCDIC problem in conf_def.h
2016-04-29 Matt CaswellFix building with -DCHARSET_EBCDIC
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate CONF_modules_free() and make it a no-op
2016-03-23 Rich SalzMove dso.h to internal
2016-03-21 Dr. Stephen HensonDon't use hardcoded values for types
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-17 Dr. Stephen HensonUse correct C format for keysets.pl
2016-03-07 David WoodhouseElide OPENSSL_INIT_set_config_filename() for no-stdio...
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-18 Roumen PetrovFix OPENSSL_config with NULL parameter
2016-02-14 Viktor DukhovniFixes to make no-deprecated work again
2016-02-11 Rich SalzCheck malloc
2016-02-11 Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Rich SalzPortability fix
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-02 Emilia KasperRT3854 Update docs.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-11 Dr. Stephen HensonAdd lh_doall_arg inlining
2016-01-11 Dr. Stephen HensonAdd lh_doall inlining
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-09 Dr. Stephen Hensonmake update
2015-11-24 Marcus Meissnermark openssl configuration as loaded at end of OPENSSL_...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-23 Alessandro GhediniReplace malloc+strlcpy with strdup
2015-09-30 David WoodhouseFix no-stdio build
2015-09-03 Rich Salzremove 0 assignments.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-06-09 Rich SalzNo fprintf in the txt_db component
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
next