Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update for new repository layout | Brent Cook | 2016-09-02 | 1 | -21/+21 |
| | |||||
* | enable tls_ext_alpn regression test | kinichiro | 2016-08-30 | 3 | -0/+11 |
| | | | | | - add tls_ext_alpn entry for automake and cmake - add tests/tls_ext_alpn* to .gitignore | ||||
* | Land #217, Set _PATH_SSL_CA_FILE to the tarball internal path for regression ↵ | Brent Cook | 2016-08-13 | 2 | -6/+3 |
|\ | | | | | | | tests | ||||
| * | Set _PATH_SSL_CA_FILE to the tarball internal path for regression tests | kinichiro | 2016-08-12 | 2 | -6/+3 |
| | | | | | | | | | | - let tests to use the cert.pem in the tarball, for both automake and cmake. - put this definition out of "if(ENABLE_EXTRATESTS)" since this can be shared by all tests. | ||||
* | | Land #216, check for telnet.h before building nc | Brent Cook | 2016-08-13 | 1 | -0/+2 |
|\ \ | |||||
| * | | Disable netcat if arpa/telnet.h is not available (iOS) | jacob berkman | 2016-08-09 | 1 | -0/+2 |
| |/ | |||||
* | | Land #215, update cmake builds for darwin | Brent Cook | 2016-08-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | compat gentroy() for macs is called gentropy_osx.c | Tamer Saadeh | 2016-08-07 | 1 | -1/+1 |
| | | | |||||
* | | | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2016-08-13 | 2 | -41/+14 |
| |/ |/| | |||||
* | | Set _PATH_SSL_CA_FILE to either CMAKE_INSTALL_PREFIX or OPENSSLDIR for the ↵ | Geoff Beier | 2016-08-01 | 1 | -0/+5 |
|/ | | | | OCSP tests so that OCSP tests can be executed on a system without /etc/ssl/cert.pem | ||||
* | update changelog for 2.4.2 | Brent Cook | 2016-07-31 | 1 | -0/+39 |
| | |||||
* | set link library dependencies with MSVC, fixes #221 | Brent Cook | 2016-07-31 | 3 | -0/+9 |
| | |||||
* | properly enable strnlen checks for MSVC | Brent Cook | 2016-07-31 | 1 | -1/+1 |
| | |||||
* | Fix typo in USE_BUILTIN_ARC4RANDOM check | celan69 | 2016-07-19 | 1 | -1/+1 |
| | | | Solaris 11 recently introduced a builtin arc4random in libc which fails the tests in "make check". Found USE_BUILTIN_ARC4RANDOM, but could not get it to work. Apparently, there is a typo in the configure logic rendering USE_BUILTIN_ARC4RANDOM ineffective. | ||||
* | avoid BSWAP assembly for ARM <= v6 | Brent Cook | 2016-07-17 | 1 | -0/+21 |
| | |||||
* | format 64-bit int portably (windows wants %l64d) | Brent Cook | 2016-07-17 | 1 | -0/+19 |
| | |||||
* | don't build nc with MSVC | Brent Cook | 2016-07-11 | 1 | -0/+4 |
| | |||||
* | Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default" | Brent Cook | 2016-07-09 | 2 | -14/+41 |
| | | | | This reverts commit 30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c. | ||||
* | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2016-07-07 | 2 | -41/+14 |
| | |||||
* | include OCSP test script | kinichiro | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | add OCSP test | Brent Cook | 2016-07-04 | 3 | -0/+24 |
| | |||||
* | update for netcat changes | Brent Cook | 2016-06-30 | 1 | -75/+15 |
| | |||||
* | refine netcat patch | Brent Cook | 2016-06-30 | 1 | -36/+29 |
| | |||||
* | update netcat patch | Brent Cook | 2016-06-30 | 1 | -17/+92 |
| | |||||
* | update NetBSD recommendationv2.4.1 | Brent Cook | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | Changelog for 2.4.1 | Brent Cook | 2016-06-06 | 1 | -0/+9 |
| | |||||
* | Land #197, include platform linker flags in the .pc files | Brent Cook | 2016-06-03 | 3 | -3/+3 |
|\ | |||||
| * | pc: add platform-specific libs to Libs.private | Martin Herkt | 2016-05-31 | 3 | -3/+3 |
| | | | | | | | | | | | | Fixes compilations including libressl static libraries in MinGW. Signed-off-by: Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> | ||||
* | | Update changelogv2.4.0 | Brent Cook | 2016-05-30 | 1 | -0/+2 |
|/ | |||||
* | update changelog | Brent Cook | 2016-05-30 | 1 | -0/+24 |
| | |||||
* | Update changelog | Brent Cook | 2016-05-30 | 1 | -0/+4 |
| | |||||
* | update changelog | Brent Cook | 2016-05-30 | 1 | -0/+7 |
| | |||||
* | rebase netcat patch | Brent Cook | 2016-05-30 | 1 | -9/+9 |
| | |||||
* | add constant_time_locl.h | Brent Cook | 2016-05-04 | 1 | -0/+2 |
| | |||||
* | Land #192, fix fix ld warning "attempted multiple inclusion of file" on Solaris | Brent Cook | 2016-05-02 | 5 | -10/+12 |
|\ | |||||
| * | fix ld warning "attempted multiple inclusion of file" on Solaris | kinichiro | 2016-04-21 | 5 | -10/+12 |
| | | | | | | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am | ||||
* | | Land #190, Enable cmake on Solaris | Brent Cook | 2016-05-02 | 1 | -8/+23 |
|\ \ | |||||
| * | | organize enabling asm condition in cmake | kinichiro | 2016-04-15 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | - add amd64 as same as x86_64 - add solaris(i386) | ||||
| * | | fix cmake on Solaris | kinichiro | 2016-04-15 | 1 | -2/+13 |
| |/ | | | | | | | | | | | - add Solaris specific compiler flags and library - merge message when SMALL_TIME_T is true - confirmed on SunOS Release 5.11 Version 11.3 64-bit Solaris i386 | ||||
* | | Land #189, Added extra cmake build options like autotools builds | Brent Cook | 2016-05-02 | 6 | -3/+59 |
|\ \ | |||||
| * | | add cmake build options | kinichiro | 2016-04-14 | 6 | -3/+59 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | - add cmake build options as configure provides * -DENABLE_ASM (default ON) * -DENABLE_EXTRATESTS (default OFF) * -DENABLE_NC (default OFF) * -DOPENSSLDIR (default ${CMAKE_INSTALL_PREFIX}/etc/ssl) - add biotest and pidwraptest if ENABLE_EXTRATESTS is ON - add compiler flag `-fno-common` if CMAKE_SYSTEM_NAME is Darwin to prevent link error Undefined symbols "_OPENSSL_ia32cap_P" | ||||
* / | check linker flags before checking for functions | Brent Cook | 2016-04-24 | 1 | -2/+4 |
|/ | |||||
* | add cmake uninstall functionality | kinichiro | 2016-04-09 | 3 | -1/+30 |
| | | | | | - add uninstall functionality * see https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F | ||||
* | Land #188, add ASM support for cmake builds | Brent Cook | 2016-04-09 | 2 | -9/+115 |
|\ | |||||
| * | modify cmake to build ASM | kinichiro | 2016-04-08 | 2 | -9/+115 |
| | | | | | | | | | | - add functionality compiling ASM with cmake - to enable ASM, `cmake -DENABLE_ASM=on ..` | ||||
* | | modify cmake to build nc | kinichiro | 2016-04-09 | 8 | -81/+149 |
| | | | | | | | | | | | | | | | | | | | | | | - modify structure of CMakeLists.txt under apps/ * move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build * create new apps/nc/CMakeLists.txt for nc build * modify apps/CMakeLists.txt just add_subdirectory() - add checking and compile of arc4random_uniform() - add installing man files, openssl.1 and nc.1 | ||||
* | | Land #185, fix MINGW and CYGWIN builds with cmake | Brent Cook | 2016-04-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | add condition for setting BUILD_SHARED (cmake) | kinichiro | 2016-04-05 | 1 | -1/+1 |
| |/ | | | | | | | - add MINGW and CYGWIN for win build | ||||
* | | Land #184, execute tests that require srcdir environment variable with cmake | Brent Cook | 2016-04-09 | 5 | -29/+66 |
|\ \ | |||||
| * | | execute tests that require srcdir environment variable with cmake | kinichiro | 2016-04-05 | 5 | -29/+66 |
| |/ | | | | | | | | | | | - uncomment procedures for aeadtest, evptest, pq_test, ssltest, testdsa and testrsa - add set_tests_properties() for setting environment variable srcdir - tweak openssl path in ssltest.sh, testdsa.sh, testenc.sh and testrsa.sh |