Allow the syntax of the .include directive to optionally have '='
[openssl.git] / crypto / conf / conf_def.c
2019-02-11 Tomas MrazAllow the syntax of the .include directive to optionall...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-24 Richard Levittedef_load_bio(): Free |biosk| more carefully
2018-07-20 Andy Polyakovcrypto/*: address standard-compilance nits.
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-04-08 Dr. Matthias St... Fix false positives of IS_*() macros for 8-bit ASCII...
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
2017-09-28 PauliUse safestack.h exclusively internally.
2017-07-07 PauliTrivial bounds checking.
2017-07-05 Rich SalzUndo commit d420ac2
2017-03-12 Matt CaswellFix out-of-memory condition in conf
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-11 Dr. Stephen HensonAdd lh_doall_arg inlining
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-23 Alessandro GhediniReplace malloc+strlcpy with strdup
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
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-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
2015-02-12 Graeme PerrowRT3670: Check return from BUF_MEM_grow_clean
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-08-28 Dr. Stephen Hensonfix warning
2014-07-07 David LloydPrevent infinite loop loading config files.
2010-06-12 Ben LaurieFix warnings.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2005-09-28 Richard LevitteChange a comment so it corresponds to reality. Put...
2005-05-17 Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2004-05-06 Richard LevitteWhen the pointer 'from' changes, it's stored length...
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-21 Geoff ThorpeFix a small bug in str_copy: if more than one variable...
2002-11-14 Richard LevitteHandle last lines that aren't properly terminated.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-01-24 Bodo MöllerNew functions
2002-01-22 Ben LaurieMake no config file not an error. Move /dev/crypto...
2002-01-18 Ben LaurieConstification, add config to /dev/crypto.
2002-01-18 Ben LaurieFix memory leak.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-01-09 Geoff ThorpeMove all the existing function pointer casts associated...
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-10-19 Richard LevitteKeep binary backward compatibility by putting new metho...
2000-10-19 Richard LevitteMake it possible for methods to load from something...
2000-06-06 Andy PolyakovCompaq C warns that "the expression 'p=scan_esc(p)...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-04-09 Richard LevitteI've always wanted to make the CONF library more adapta...