summaryrefslogtreecommitdiff
path: root/crypto/conf
Commit message (Expand)AuthorAgeFilesLines
* RT3670: Check return from BUF_MEM_grow_cleanGraeme Perrow2015-02-121-1/+5
* Make OPENSSL_config truly ignore errors.Rich Salz2015-01-251-15/+2
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-221-10/+10
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2212-1967/+1895
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* Prevent infinite loop loading config files.David Lloyd2014-07-071-1/+1
* make updateDr. Stephen Henson2014-01-061-26/+58
* make updateDr. Stephen Henson2013-12-081-58/+26
* PR: 2840Dr. Stephen Henson2012-07-031-0/+1
* make dependDr. Stephen Henson2011-09-161-7/+8
* Improved error checking for DRBG calls.Dr. Stephen Henson2011-09-161-8/+7
* PR: 2576Dr. Stephen Henson2011-09-021-0/+1
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-152-13/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-053-3/+3
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* More type-checking.Ben Laurie2008-06-041-20/+16
* Stop warning about extra ';' outside of function.Dr. Stephen Henson2008-05-311-1/+1
* LHASH revamp. make depend.Ben Laurie2008-05-264-88/+97
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-072-2/+2
* Tidy up docs, remove warning.Dr. Stephen Henson2007-05-101-26/+21
* Don't ignore config_name parameter passed to OPENSSL_config(). UseDr. Stephen Henson2007-04-093-6/+8
* Don't die if the value is NULL (Coverity CID 98).Ben Laurie2007-04-013-2/+12
* Constify version strings and some structures.Dr. Stephen Henson2007-01-212-2/+2
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-2/+3
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-2/+2
* 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
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Fix more error codes.Bodo Möller2005-05-113-3/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-264-16/+22
* Rebuild error codes.Dr. Stephen Henson2005-04-121-38/+41
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* make sure error queue is totally emptiedNils Larsch2005-04-072-2/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-25/+24
* When the pointer 'from' changes, it's stored length needs to change asRichard Levitte2004-05-061-0/+5
* make updateGeoff Thorpe2004-04-191-19/+11
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-272-7/+7
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-291-2/+2
* Fix a small bug in str_copy: if more than one variable is replaced, makeGeoff Thorpe2003-11-211-1/+1
* make updateRichard Levitte2003-05-011-6/+6
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-302-0/+8
* make updateRichard Levitte2002-12-291-54/+32
* Handle last lines that aren't properly terminated.Richard Levitte2002-11-141-3/+4