aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_def.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it possible for methods to load from something other than a BIO,Richard Levitte2000-10-191-2/+27
* Compaq C warns that "the expression 'p=scan_esc(p)' modifies the variableAndy Polyakov2000-06-061-3/+4
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-16/+16
* I've always wanted to make the CONF library more adaptable. Here'sRichard Levitte2000-04-091-0/+702