aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
| | | | | | | | | | | | With no more symlinks, there's no need for those variables, or the links target. This also goes for all install: and uninstall: targets that do nothing but copy $(EXHEADER) files, since that's now taken care of by the top Makefile. Also, removed METHTEST from test/Makefile. It looks like an old test that's forgotten... Reviewed-by: Rich Salz <rsalz@openssl.org>
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-347/+0
| | | | | | | | | | | | | Rather than making include/openssl/foo.h a symlink to crypto/foo/foo.h, this change moves the file to include/openssl/foo.h once and for all. Likewise, move crypto/foo/footest.c to test/footest.c, instead of symlinking it there. Originally-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* RT3670: Check return from BUF_MEM_grow_cleanGraeme Perrow2015-02-121-1/+5
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-15/+0
| | | | | | | For code bracketed by "#if 1" then remove the alternate "#else .. #endif" lines. Reviewed-by: Andy Polyakov <appro@openssl.org>
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
| | | | | | | | | The mkstack.pl script now generates the entire safestack.h file. It generates output that follows the coding style. Also, removed all instances of the obsolete IMPLEMENT_STACK_OF macro. Reviewed-by: Andy Polyakov <appro@openssl.org>
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-302-38/+0
| | | | | | | Mostly, but not completely, debugging print statements. Some old logic kept for internal documentation reasons, perhaps. Reviewed-by: Richard Levitte <levitte@openssl.org>
* "#if 0" removal: header filesRich Salz2015-01-271-10/+1
| | | | | | Remove all "#if 0" blocks from header files. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Make OPENSSL_config truly ignore errors.Rich Salz2015-01-251-16/+2
| | | | | | | | | | Per discussion: should not exit. Should not print to stderr. Errors are ignored. Updated doc to reflect that, and the fact that this function is to be avoided. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-10/+10
| | | | | | | This should be a one off operation (subsequent invokation of the script should not move them) Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2212-1969/+1897
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-6/+6
| | | | | | | | | | OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160 OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO Two typo's on #endif comments fixed: OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE Reviewed-by: Richard Levitte <levitte@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
| | | | | | | indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT3488: Update doc for OPENSSL_configRich Salz2014-11-201-0/+1
| | | | | | | | | Fix CONF_load_modules to CONF_modules_load. Document that it calls exit. Advise against using it now. Add an error print to stderr. Reviewed-by: Matt Caswell <matt@openssl.org>
* Remove some outdated README files, to avoid confusing people.Rich Salz2014-08-301-73/+0
| | | | Reviewed-by: Andy Polyakov <appro@openssl.org>
* fix warningDr. Stephen Henson2014-08-281-1/+1
| | | | Reviewed-by: Geoff Thorpe <geoff@openssl.org>
* RT1815: More const'ness improvementsJustin Blanchard2014-08-182-6/+6
| | | | | | | | Add a dozen more const declarations where appropriate. These are from Justin; while adding his patch, I noticed ASN1_BIT_STRING_check could be fixed, too. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* Prevent infinite loop loading config files.David Lloyd2014-07-071-1/+1
| | | | PR#2985
* New config module for string tables. This can be used to add newDr. Stephen Henson2012-10-221-0/+1
| | | | | multi string components (as used in DN fields or request attributes) or change the values of existing ones.
* PR: 2840Dr. Stephen Henson2012-07-031-0/+1
| | | | | | Reported by: David McCullough <david_mccullough@mcafee.com> Restore fips configuration module from 0.9.8.
* PR: 2576Dr. Stephen Henson2011-09-021-0/+1
| | | | | | | | Submitted by: Doug Goldstein <cardoe@gentoo.org> Reviewed by: steve Include header file stdlib.h which is needed on some platforms to get getenv() declaration.
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
|
* Fix warnings.Ben Laurie2010-06-122-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
| | | | | | Conversion between void * and function pointer. Value computed not used. Signed/unsigned argument.
* 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
| | | | Fix additional gcc 4.2 value not used warnings.
* 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
| | | | "openssl_conf" in config file if config_name variable is missing.
* 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
| | | | casts.
* 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
| | | | from .h files...
* Change a comment so it corresponds to reality. Put back a character thatRichard Levitte2005-09-281-4/+9
| | | | | | was previously replaced with a NUL for parsing purposes. This seems to fix a very weird parsing bug involving two variable references in the same value.
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-1/+1
| | | | | first everywhere in crypto and skip stdio.h and string.h [because it includes them].
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
|
* Fix more error codes.Bodo Möller2005-05-113-3/+1
| | | | | (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
* Fix various incorrect error function codes.Bodo Möller2005-04-264-16/+22
| | | | ("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
* 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
| | | | PR: 359
* 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
| | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-25/+24
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.