Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable speed on win32 | kinichiro | 2019-07-14 | 1 | -1/+1 |
| | | | | | - Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement | ||||
* | Fix illegal pkg-config file generated | kinichiro | 2019-07-09 | 1 | -1/+3 |
| | |||||
* | remove comments and unify fixups | Brent Cook | 2019-06-10 | 1 | -3/+0 |
| | |||||
* | Fix masm build | kinichiro | 2019-06-10 | 1 | -1/+1 |
| | | | | | | - Fix masm operators and comments - Add -DOPENSSL_NO_ASM only if not 64 bit build - Add -DCMAKE_INSTALL_PREFIX to avoid build error | ||||
* | Enable masm compilation under windows | Stephan Vedder | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | add __dead__ annotation support | Brent Cook | 2019-02-09 | 1 | -0/+1 |
| | |||||
* | update cmake | Brent Cook | 2019-01-31 | 1 | -0/+15 |
| | |||||
* | more masm fixes, but disable for now | Brent Cook | 2019-01-21 | 1 | -2/+5 |
| | |||||
* | a couple of fixes to get MSVC Win64 going again | Brent Cook | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | use generator to determine if we're building 64-bit code on Windows | Brent Cook | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | fixes to build asm on MSVS | Brent Cook | 2019-01-21 | 1 | -1/+2 |
| | |||||
* | consider masm/mingw assembly flavors from cmake | Brent Cook | 2019-01-20 | 1 | -0/+4 |
| | |||||
* | add configure-time check for timespecsub | Brent Cook | 2019-01-06 | 1 | -0/+5 |
| | |||||
* | add some defines for building Mingw cross-compiled with CMake | Brent Cook | 2019-01-02 | 1 | -5/+5 |
| | |||||
* | Fix CMake not finding getpagesize for Android 19 | tux3 | 2018-12-14 | 1 | -2/+3 |
| | |||||
* | don't enable global debug | Brent Cook | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | initial 32-bit arm assembly optimization support | Brent Cook | 2018-11-11 | 1 | -0/+2 |
| | |||||
* | enable optimizations for all cmake builds | Brent Cook | 2018-11-09 | 1 | -3/+5 |
| | |||||
* | Fix cmake to generate proper Libs.private in .pc files | kinichiro | 2018-10-05 | 1 | -6/+7 |
| | |||||
* | Fix cmake linking libraries | kinichiro | 2018-10-03 | 1 | -17/+7 |
| | |||||
* | better separate linux and non-linux checks for clock_gettime | Brent Cook | 2018-04-06 | 1 | -10/+15 |
| | |||||
* | Build and run regression tests against shared libraries with CMake | kinichiro | 2018-03-27 | 1 | -2/+2 |
| | |||||
* | Land #406, use BUILD_SHARED_LIBS | Brent Cook | 2018-03-25 | 1 | -19/+4 |
|\ | |||||
| * | Cleanup options around tests | Don | 2018-03-21 | 1 | -2/+3 |
| | | |||||
| * | Use BUILD_SHARED_LIBS to specify library type | Don | 2018-03-21 | 1 | -17/+1 |
| | | |||||
* | | fix clock_gettime check in cmake | Brent Cook | 2018-03-23 | 1 | -2/+5 |
| | | |||||
* | | move clock_gettime check out | Brent Cook | 2018-03-22 | 1 | -1/+4 |
|/ | |||||
* | Land #402, Remove CMAKE_HOST_ references | Brent Cook | 2018-03-18 | 1 | -1/+1 |
|\ | |||||
| * | Remove CMAKE_HOST_ references | Don | 2018-03-16 | 1 | -1/+1 |
| | | | | | | | | CMAKE_HOST_ describes the host system not the target. For cross compilation to work the actual target system should be used for making decisions in CMake. | ||||
* | | Conditionally build apps | Don | 2018-03-16 | 1 | -1/+4 |
|/ | | | | Add an option to build or not build the apps directory. | ||||
* | bump base requirement to Windows Vista, use builtin inet_ntop/pton | Brent Cook | 2018-03-14 | 1 | -6/+1 |
| | |||||
* | Add libpthread for libtls build | kinichiro | 2018-03-13 | 1 | -0/+1 |
| | |||||
* | Remove 64bit build designation on Solaris | kinichiro | 2018-01-11 | 1 | -1/+1 |
| | | | | | | - Revert commit https://github.com/libressl-portable/portable/pull/327/commits/c18852f650a3cb258e10222695a31ed5c929ab23 - Remove -m64 from CMakeLists.txt by commit https://github.com/libressl-portable/portable/commit/08089a1b20a1818538670d641242266ed3185814 - Suggested by @andy-js in conversation https://github.com/libressl-portable/portable/pull/327 | ||||
* | Reconsider MSVC warning list | kinichiro | 2018-01-06 | 1 | -18/+15 |
| | | | | | | - Remove C4242 and C4820 - Warning explanation from manual - Sort by warning code | ||||
* | Some CMake Fixes. | Aric Belsito | 2017-09-10 | 1 | -0/+17 |
| | | | | | pqueue.h was getting installed when it shouldn't. pkgconfig files were not getting installed or generated. | ||||
* | set SMALL_TIME_T when sizeof time_t == 4 | Brent Cook | 2017-08-14 | 1 | -0/+1 |
| | |||||
* | disable signed/unsigned mismatch in vs builds | Brent Cook | 2017-08-13 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' of https://github.com/libressl-portable/portable into ↵ | d3x0r | 2017-07-06 | 1 | -0/+1 |
|\ | | | | | | | | | | | SkipInstall Fix merge conflicts from GNUInstallDirs merge to master. | ||||
| * | use GNUInstallDirs from cmake to specify install paths. | d3x0r | 2017-07-06 | 1 | -0/+1 |
| | | | | | | | | Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems. | ||||
* | | Add option LIBRESSL_SKIP_INSTALL | d3x0r | 2017-07-06 | 1 | -0/+6 |
|/ | | | | | | | | 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. | ||||
* | 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. | ||||
* | add getpagesize check for cmake | Brent Cook | 2017-03-16 | 1 | -0/+5 |
| | |||||
* | Add export symbol support to CMake | kinichiro | 2017-01-18 | 1 | -0/+3 |
| | |||||
* | start to enable tlstest for portable | Brent Cook | 2017-01-15 | 1 | -2/+2 |
| | | | | Disabled on Windows for now due to pipe2/socketpair support. | ||||
* | Use correct CMake base directory offset | Matt Stancliff | 2017-01-12 | 1 | -3/+3 |
| | | | | | | | | | CMAKE_SOURCE_DIR is the top-level directory of a project, but if you include this as a dependency, the file check locations won't exist at the top level of any parent project. CMAKE_CURRENT_SOURCE_DIR is the actual directory of the current project() regardless of compile mode (standalone or included in another project). | ||||
* | disable symbol hiding for now | Brent Cook | 2016-11-05 | 1 | -0/+2 |
| | |||||
* | Enable tests on Visual Studio | kinichiro | 2016-10-30 | 1 | -0/+3 |
| | | | | | | | | | | | - add patch for aeadtest.c to undef IN - add patch for ocsp_test.c to call BIO_sock_init() before getaddrinfo() - define STDERR_FILENO in unistd.h to build pkcs7test.c - add option ENABLE_VSTEST(default OFF) to enable test on Visual Studio - modify to pass test data file as an argument (aeadtest, evptest) - add Windows scripts (ocsptest, pq_test, ssltest, testdsa, testenc, testrsa) - do not build pidwraptest on MSVC - fix some indentations | ||||
* | modify for Intel C++ Compiler | kinichiro | 2016-10-30 | 1 | -17/+36 |
| | | | | | - define _CRT_SUPPRESS_RESTRICT to avoid compilation error - suppress compilation warnings (suggested by @Johnex) | ||||
* | export DLLs functions for MSVC with CMake | kinichiro | 2016-10-30 | 1 | -6/+22 |
| | | | | | | | | | | | | - Add 3 DEF files to export functions from Windows DLLs - Add gettimeofday to crypto/crypto.def (*1) - Remove gai_strerrorA from tls/tls.def (*1) - Fix CMakeLists.txt to use DEF files as PRIVATE - Change DLL import library file name since it duplicates with static library - Ignore compiler warning C4267, and Edit CMAKE_C_FLAGS not to overwrite it (*1) - Add USE_SHARED option to build openssl.exe with shared libraries (*1) (*1) recommended by @mcnameej | ||||
* | build Windows DLL on CMake | Satoshi Yasushima | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | like below. * libcrypto-38.dll * libssl-39.dll * libtls-11.dll |