Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-06-06 | Changelog for 2.4.1 | Brent Cook | 1 | -0/+9 | |
2016-05-31 | pc: add platform-specific libs to Libs.private | Martin Herkt | 3 | -3/+3 | |
Fixes compilations including libressl static libraries in MinGW. Signed-off-by: Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> | |||||
2016-05-30 | Update changelogv2.4.0 | Brent Cook | 1 | -0/+2 | |
2016-05-30 | update changelog | Brent Cook | 1 | -0/+24 | |
2016-05-30 | Update changelog | Brent Cook | 1 | -0/+4 | |
2016-05-30 | update changelog | Brent Cook | 1 | -0/+7 | |
2016-05-30 | rebase netcat patch | Brent Cook | 1 | -9/+9 | |
2016-05-04 | add constant_time_locl.h | Brent Cook | 1 | -0/+2 | |
2016-04-24 | check linker flags before checking for functions | Brent Cook | 1 | -2/+4 | |
2016-04-21 | fix ld warning "attempted multiple inclusion of file" on Solaris | kinichiro | 5 | -10/+12 | |
- To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am | |||||
2016-04-15 | organize enabling asm condition in cmake | kinichiro | 1 | -6/+10 | |
- add amd64 as same as x86_64 - add solaris(i386) | |||||
2016-04-15 | fix cmake on Solaris | kinichiro | 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 | |||||
2016-04-14 | add cmake build options | kinichiro | 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" | |||||
2016-04-09 | add cmake uninstall functionality | kinichiro | 3 | -1/+30 | |
- add uninstall functionality * see https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F | |||||
2016-04-09 | modify cmake to build nc | kinichiro | 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 | |||||
2016-04-08 | modify cmake to build ASM | kinichiro | 2 | -9/+115 | |
- add functionality compiling ASM with cmake - to enable ASM, `cmake -DENABLE_ASM=on ..` | |||||
2016-04-05 | add condition for setting BUILD_SHARED (cmake) | kinichiro | 1 | -1/+1 | |
- add MINGW and CYGWIN for win build | |||||
2016-04-05 | execute tests that require srcdir environment variable with cmake | kinichiro | 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 | |||||
2016-04-04 | fix cmake on HP-UX | kinichiro | 4 | -6/+40 | |
- CMakeLists.txt * add OS specific compiler flags and library * add checking size of time_t * add checking memmem() - tests/CMakeLists.txt * add if(HAVE_MEMMEM) for explicit_bzero * add checking SMALL_TIME_T for rfc5280time - crypto/CMakeLists.txt * add getentropy_hpux.c - tls/CMakeLists.txt * fix checking strsep | |||||
2016-03-30 | set project LANGUAGES to C | kinichiro | 1 | -1/+1 | |
2016-03-30 | set cmake_minimum_required to 2.8.8 | kinichiro | 1 | -1/+1 | |
`OBJECT` library type of add_library was introduced by CMake 2.8.8. | |||||
2016-03-21 | update changelog | Brent Cook | 1 | -7/+4 | |
2016-03-21 | updated changelog | Brent Cook | 1 | -0/+18 | |
2016-03-21 | set windows binary OPENSSLDIR to something plausible | Brent Cook | 1 | -1/+1 | |
2016-03-13 | modify include/compat/netinet/ip.h | kinichiro | 1 | -0/+4 | |
- add including <netinet/in_systm.h> for n_long on HP-UX | |||||
2016-03-12 | fix check for strlcat | Brent Cook | 1 | -1/+1 | |
fixes #175 | |||||
2016-03-12 | add install_sw alias for latest nginx | Brent Cook | 1 | -0/+3 | |
fixes #174 | |||||
2016-02-29 | update man links | Brent Cook | 1 | -108/+24 | |
2016-02-15 | add things to minimize diffs with OpenNTPD-portable | Brent Cook | 2 | -19/+17 | |
2016-01-27 | updated changelogv2.3.2 | Brent Cook | 1 | -2/+13 | |
2016-01-18 | add solaris include for getentropy(2) | Brent Cook | 1 | -0/+7 | |
2016-01-03 | package pidwraptest.sh script | Brent Cook | 1 | -1/+1 | |
2016-01-03 | whitelist NetBSD 7.0 native arc4random(3) implementation. | Brent Cook | 2 | -3/+17 | |
NetBSD 7 improves arc4random(3) over earlier versions by adding fork detection, stronger assertions on seed failure. | |||||
2016-01-03 | enable nc on AIX | Brent Cook | 1 | -0/+1 | |
2016-01-03 | replace err.h macros with inline functions | Brent Cook | 1 | -8/+54 | |
Passing NULL for the format is just easier with a function. | |||||
2016-01-03 | prefer gnu patch on AIX | Brent Cook | 1 | -1/+6 | |
2016-01-03 | include strings.h in string.h on AIX as well | Brent Cook | 2 | -4/+6 | |
2016-01-03 | -path isn't really needed for perms fixup, and not supported everywhere | Brent Cook | 1 | -1/+1 | |
2015-12-28 | rebase netcat patch | Brent Cook | 1 | -13/+13 | |
2015-12-27 | add upstream config.guess/config.sub | Brent Cook | 3 | -0/+3264 | |
This adds refreshed OS and CPU detection. https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html | |||||
2015-12-27 | update check for b64_ntop | Brent Cook | 1 | -1/+1 | |
typo spotted by Jonas 'Sortie' Termansen | |||||
2015-12-15 | note the removed Verisign certificate | Brent Cook | 1 | -0/+4 | |
2015-12-14 | update added certs | Brent Cook | 1 | -1/+2 | |
2015-12-11 | Revert back to GetStdHandle, since it works fine with pipes. | Brent Cook | 1 | -6/+6 | |
Also include the formerly-missing NULL check, since this can fail in two ways. | |||||
2015-12-11 | include stdint.h uint*_t | Brent Cook | 1 | -0/+1 | |
2015-12-11 | Replace STDIN_FILENO with _fileno | Anthony Novatsis | 1 | -3/+3 | |
Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile errors with Visual Studio 2015 (using CMake). | |||||
2015-12-07 | installing nc(1) should imply building, even if not whitelisted | Brent Cook | 2 | -5/+5 | |
2015-12-07 | allow optionally installing nc(1) with '--enable-nc' | Brent Cook | 2 | -0/+8 | |
2015-12-07 | rebase windows headers patch | Brent Cook | 1 | -16/+16 | |
2015-12-07 | fixup cert.pem path override for libtls, add for nc(1) | Brent Cook | 3 | -21/+49 | |
this also fixes the formatting of help for nc(1) |