summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_def.c
Commit message (Expand)AuthorAgeFilesLines
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-2/+2
* Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre2018-04-081-0/+25
* Revise and cleanup; use strict,warningsRich Salz2018-03-191-3/+3
* CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte2018-03-121-3/+19
* Add support for .include directive in config filesTomas Mraz2018-03-051-14/+188
* Use safestack.h exclusively internally.Pauli2017-09-281-1/+0
* Trivial bounds checking.Pauli2017-07-071-14/+13
* Undo commit d420ac2Rich Salz2017-07-051-2/+2
* Fix out-of-memory condition in confMatt Caswell2017-03-121-2/+14
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-4/+3
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Replace malloc+strlcpy with strdupAlessandro Ghedini2015-10-231-2/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-7/+4
* free null cleanup finaleRich Salz2015-05-011-12/+6
* remove malloc castsRich Salz2015-04-281-3/+3
* RT3670: Check return from BUF_MEM_grow_cleanGraeme Perrow2015-02-121-1/+5
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-15/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-10/+10
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-603/+565
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* fix warningDr. Stephen Henson2014-08-281-1/+1
* Prevent infinite loop loading config files.David Lloyd2014-07-071-1/+1
* Fix warnings.Ben Laurie2010-06-121-12/+1
* LHASH revamp. make depend.Ben Laurie2008-05-261-5/+6
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Change a comment so it corresponds to reality. Put back a character thatRichard Levitte2005-09-281-4/+9
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-15/+15
* When the pointer 'from' changes, it's stored length needs to change asRichard Levitte2004-05-061-0/+5
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-3/+3
* Fix a small bug in str_copy: if more than one variable is replaced, makeGeoff Thorpe2003-11-211-1/+1
* Handle last lines that aren't properly terminated.Richard Levitte2002-11-141-3/+4
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Add a few more VxWorks targets.Richard Levitte2002-10-091-4/+5
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-1/+2
* New functionsBodo Möller2002-01-241-1/+1
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-221-1/+4
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-6/+6
* Fix memory leak.Ben Laurie2002-01-181-1/+5
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-091-1/+3
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-1/+1
* Keep binary backward compatibility by putting new method functionRichard Levitte2000-10-191-4/+4