Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssl/tls cmake: fix shared library dependencies | Masud Rahman | 2017-07-24 | 2 | -2/+4 |
| | | | | | | Ensure that the 'ssl' depends on 'crypto' and that 'tls' depends on 'ssl' and 'crypto' for all platforms. Prior to this commit, the dependency was only specified for the 'WIN32' CMake build. | ||||
* | rebase patches on latest, remove fuzz | Brent Cook | 2017-07-17 | 3 | -29/+28 |
| | |||||
* | update manpage links | Brent Cook | 2017-07-17 | 1 | -2/+59 |
| | |||||
* | add tlsext | Brent Cook | 2017-07-17 | 4 | -0/+14 |
| | |||||
* | Land #329, modify symbol exports for Darwin with cmake builds | Brent Cook | 2017-07-17 | 1 | -1/+7 |
|\ | |||||
| * | cmake_export_symbol: Darwin compatibility | Masud Rahman | 2017-06-25 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | The Darwin platform prefixes all C symbols with an underscore. At link-time of a shared library, libressl generates a list of symbols to export, but does not prefix each symbol with an underscore. This commit addresses that issue. | ||||
* | | Land #331, add prototype definitions of asprintf and vasprintf for CYGWIN build | Brent Cook | 2017-07-17 | 1 | -0/+1 |
|\ \ | |||||
| * | | add prototype definitions of asprintf and vasprintf for CYGWIN build | kinichiro | 2017-07-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | - define _GNU_SOURCE in case of cygwin As compilation warning report by @Dravion | ||||
* | | | Add regression test freenull | kinichiro | 2017-07-16 | 3 | -0/+12 |
|/ / | |||||
* | | changelog corrections | Brent Cook | 2017-07-12 | 1 | -7/+4 |
| | | |||||
* | | remove duplcate changelog entryv2.6.0 | Brent Cook | 2017-07-09 | 1 | -6/+0 |
| | | |||||
* | | added 2.6.0 Changes | Brent Cook | 2017-07-09 | 1 | -0/+61 |
| | | |||||
* | | Updated changelog | Brent Cook | 2017-07-09 | 1 | -0/+15 |
| | | |||||
* | | Land #328, generate the crypto export symbol list at build time | Brent Cook | 2017-07-09 | 4 | -105/+92 |
|\ \ | |||||
| * | | make it easier to swap grep (Solaris grep doesn't support alpha) | Brent Cook | 2017-07-08 | 1 | -5/+9 |
| | | | |||||
| * | | generate the crypto export symbol list at build time | Brent Cook | 2017-07-08 | 3 | -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' | ||||
* | | | Land #324, Add option LIBRESSL_SKIP_INSTALL | Brent Cook | 2017-07-09 | 10 | -27/+70 |
|\ \ \ | |||||
| * | | | Okay really one more try. | d3x0r | 2017-07-07 | 1 | -6/+2 |
| | | | | |||||
| * | | | Okay one more try. | d3x0r | 2017-07-07 | 1 | -6/+10 |
| | | | | |||||
| * | | | use \- to prevent hyphen wrapping | d3x0r | 2017-07-07 | 1 | -2/+2 |
| | | | | |||||
| * | | | use ‑ to prevent hyphen wrapping | d3x0r | 2017-07-07 | 1 | -2/+2 |
| | | | | |||||
| * | | | use ‑ option hyphen wrapping | d3x0r | 2017-07-07 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix formatting for description of openssldir and skip install; add <nobr> to ↵ | d3x0r | 2017-07-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | prevent option hyphen wrapping | ||||
| * | | | Fix formatting for description of openssldir and skip install | d3x0r | 2017-07-07 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add documentation about available CMake options. | d3x0r | 2017-07-07 | 1 | -0/+12 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/libressl-portable/portable into ↵ | d3x0r | 2017-07-06 | 11 | -36/+38 |
| |\| | | | | | | | | | | | | | | | | | | | | | | SkipInstall Fix merge conflicts from GNUInstallDirs merge to master. | ||||
| * | | | Add option LIBRESSL_SKIP_INSTALL | d3x0r | 2017-07-06 | 9 | -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. | ||||
* | | | | Set Solaris build default to 64 bit | kinichiro | 2017-07-08 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Land #323, use GNUInstallDirs from cmake to specify install paths | Brent Cook | 2017-07-06 | 9 | -15/+16 |
|\ \ \ | |||||
| * | | | use GNUInstallDirs from cmake to specify install paths. | d3x0r | 2017-07-06 | 9 | -15/+16 |
| |/ / | | | | | | | | | | Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems. | ||||
* | | | Land #326, fix tests/tlstest.bat argument order | Brent Cook | 2017-07-06 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fix tests/tlstest.bat | kinichiro | 2017-07-07 | 1 | -1/+1 |
| |/ / | |||||
* / / | update netcat patch | kinichiro | 2017-07-07 | 1 | -19/+19 |
|/ / | |||||
* | | Land #318, Fix CMake module include path | Brent Cook | 2017-07-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix CMake module include path | Matt Stancliff | 2017-06-15 | 1 | -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. | ||||
* | | Land #316, Remove misleading CFLAGS / LDFLAGS | Brent Cook | 2017-07-05 | 1 | -2/+0 |
|\ \ | |/ |/| | |||||
| * | Remove misleading CFLAGS / LDFLAGS. | Paul Graham | 2017-06-09 | 1 | -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 | ||||
* | | re-add getpagesize fallback, needed for Android | Brent Cook | 2017-06-11 | 1 | -2/+8 |
|/ | |||||
* | update nc patch | Brent Cook | 2017-06-03 | 1 | -22/+30 |
| | |||||
* | defining DEFAULT_CA_FILE only if it is not defined. | kinichiro | 2017-06-04 | 1 | -0/+12 |
| | | | | indicated by Kyle J. McKay mackyle@gmail.com | ||||
* | update tlstest argument ordering | Brent Cook | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | fix hkdftest name | Brent Cook | 2017-05-18 | 1 | -3/+3 |
| | |||||
* | Add definition of in_addr_t for Windows build | kinichiro | 2017-05-14 | 1 | -0/+2 |
| | |||||
* | Add HKDF functionality | kinichiro | 2017-05-13 | 5 | -1/+15 |
| | |||||
* | Land #310, make it easier to build from cvs source | Brent Cook | 2017-05-08 | 1 | -10/+11 |
|\ | |||||
| * | Modify update.sh to change the path of openbsd source tree easily | kinichiro | 2017-05-07 | 1 | -10/+11 |
| | | | | | | | | With this modification, we can build portable with /usr/src easily. | ||||
* | | remove OPENSSL_ia32cap_P from crypto.sym when generated | Brent Cook | 2017-05-01 | 1 | -1/+1 |
| | | |||||
* | | add 2.5.4 changelog | Brent Cook | 2017-05-01 | 1 | -0/+22 |
|/ | |||||
* | include amd64 in the mix | Brent Cook | 2017-04-29 | 1 | -0/+1 |
| | |||||
* | only include ia32 syms on i?86/x86_64 targets | Brent Cook | 2017-04-29 | 1 | -0/+8 |
| |