aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-09added 2.6.0 ChangesBrent Cook1-0/+61
2017-07-09Updated changelogBrent Cook1-0/+15
2017-07-08make it easier to swap grep (Solaris grep doesn't support alpha)Brent Cook1-5/+9
2017-07-08generate the crypto export symbol list at build timeBrent Cook3-100/+83
we currently do it at configure time, which makes this a generated source, but generated sources should be cleaned up, which breaks 'make clean; make'
2017-07-08Set Solaris build default to 64 bitkinichiro1-0/+1
2017-07-07Okay really one more try.d3x0r1-6/+2
2017-07-07Okay one more try.d3x0r1-6/+10
2017-07-07use \- to prevent hyphen wrappingd3x0r1-2/+2
2017-07-07use ‑ to prevent hyphen wrappingd3x0r1-2/+2
2017-07-07use ‑ option hyphen wrappingd3x0r1-2/+2
2017-07-07Fix formatting for description of openssldir and skip install; add <nobr> to ↵d3x0r1-2/+2
prevent option hyphen wrapping
2017-07-07Fix formatting for description of openssldir and skip installd3x0r1-2/+2
2017-07-07Add documentation about available CMake options.d3x0r1-0/+12
2017-07-07fix tests/tlstest.batkinichiro1-1/+1
2017-07-07update netcat patchkinichiro1-19/+19
2017-07-06Add option LIBRESSL_SKIP_INSTALLd3x0r9-27/+57
Internally LIBRESSL_SKIP_INSTALL, if not set becomes ENABLE_LIBRESSL_INSTALL so this by default is enabled. defining LIBRESSL_SKIP_INSTALL before hand will disable all install() rules. This is useful if another project includes and links to this statically. I chose to add a prefix to avoid potential name collision because the options are cached globally. If the installation is skipped, maybe it should also disable building apps? I didn't do that.
2017-07-06use GNUInstallDirs from cmake to specify install paths.d3x0r9-15/+16
Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
2017-06-15Fix CMake module include pathMatt Stancliff1-1/+1
Need to search the current directory, not the overall project root directory if this is being included as a sub-dependency of another project.
2017-06-11re-add getpagesize fallback, needed for AndroidBrent Cook1-2/+8
2017-06-09Remove misleading CFLAGS / LDFLAGS.Paul Graham1-2/+0
These variables were being ignored because libtool doesn't pass -static-libgcc to GCC. If you want to link libgcc statically, currently the only way to achieve this is to manually add -static-libgcc to CC variable. See: http://www.mingw.org/wiki/HOWTO_Sneak_GCC_Switches_Past_Libtool
2017-06-03update nc patchBrent Cook1-22/+30