summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_def.c
AgeCommit message (Expand)Author
2019-02-26Update copyright yearMatt Caswell
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
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
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-08-28fix warningDr. Stephen Henson
2014-07-07Prevent infinite loop loading config files.David Lloyd
2010-06-12Fix warnings.Ben Laurie
2008-05-26LHASH revamp. make depend.Ben Laurie
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2005-09-28Change a comment so it corresponds to reality. Put back a character thatRichard Levitte
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov
2005-04-26Fix various incorrect error function codes.Bodo Möller
2004-05-06When the pointer 'from' changes, it's stored length needs to change asRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-21Fix a small bug in str_copy: if more than one variable is replaced, makeGeoff Thorpe
2002-11-14Handle last lines that aren't properly terminated.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-01-24New functionsBodo Möller
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2002-01-18Fix memory leak.Ben Laurie