Brent Cook
466e389d3f
check linker flags before checking for functions
2016-04-24 03:29:14 -05:00
kinichiro
c94670a8cd
add cmake uninstall functionality
...
- add uninstall functionality
* see https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
2016-04-09 13:37:09 -05:00
Brent Cook
752ad82d33
Land #188 , add ASM support for cmake builds
2016-04-09 12:08:26 -05:00
kinichiro
2510a5e6f9
modify cmake to build nc
...
- 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-09 12:06:40 -05:00
Brent Cook
9a98de6c34
Land #185 , fix MINGW and CYGWIN builds with cmake
2016-04-09 11:50:37 -05:00
Brent Cook
34bf322e6e
Land #184 , execute tests that require srcdir environment variable with cmake
2016-04-09 11:49:53 -05:00
Brent Cook
d9b0838432
Land #183 , fix cmake on HP-UX
2016-04-09 11:49:29 -05:00
kinichiro
e1f8a1e160
modify cmake to build ASM
...
- add functionality compiling ASM with cmake
- to enable ASM, `cmake -DENABLE_ASM=on ..`
2016-04-08 15:09:07 +09:00
kinichiro
177e13159b
add condition for setting BUILD_SHARED (cmake)
...
- add MINGW and CYGWIN for win build
2016-04-05 15:35:21 +09:00
kinichiro
cf45f2bdfd
execute tests that require srcdir environment variable with cmake
...
- 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-05 10:02:35 +09:00
kinichiro
3207606f11
fix cmake on HP-UX
...
- 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-04-04 14:27:43 +09:00
kinichiro
2997b8577c
set project LANGUAGES to C
2016-03-30 16:10:19 +09:00
kinichiro
02b00b5c07
set cmake_minimum_required to 2.8.8
...
`OBJECT` library type of add_library was introduced by CMake 2.8.8.
2016-03-30 12:52:16 +09:00
Brent Cook
8131b377bf
update changelog
2016-03-21 05:01:12 -05:00
Brent Cook
04ceeb2c75
updated changelog
2016-03-21 04:47:24 -05:00
Brent Cook
9a0f8a424b
set windows binary OPENSSLDIR to something plausible
2016-03-21 04:37:01 -05:00
kinichiro
14aa5f73ab
modify include/compat/netinet/ip.h
...
- add including <netinet/in_systm.h> for n_long on HP-UX
2016-03-13 19:17:24 +09:00
Brent Cook
05f3422a9b
fix check for strlcat
...
fixes #175
2016-03-12 17:10:03 -06:00
Brent Cook
be3b129221
add install_sw alias for latest nginx
...
fixes #174
2016-03-12 17:07:28 -06:00
Brent Cook
2c751b1cf9
update man links
2016-02-29 05:20:58 -06:00
Brent Cook
d4d040c171
add things to minimize diffs with OpenNTPD-portable
2016-02-15 13:39:06 -06:00
Brent Cook
9df51efab0
updated changelog
2016-01-27 12:33:34 -06:00
Brent Cook
8c91563f60
add solaris include for getentropy(2)
2016-01-18 09:50:23 -06:00
Brent Cook
d0ff644edc
package pidwraptest.sh script
2016-01-03 21:29:35 -06:00
Brent Cook
35e669fd1a
whitelist NetBSD 7.0 native arc4random(3) implementation.
...
NetBSD 7 improves arc4random(3) over earlier versions by adding fork
detection, stronger assertions on seed failure.
2016-01-03 21:24:05 -06:00
Brent Cook
d0009039de
enable nc on AIX
2016-01-03 21:20:03 -06:00
Brent Cook
07e541cc2e
replace err.h macros with inline functions
...
Passing NULL for the format is just easier with a function.
2016-01-03 21:20:03 -06:00
Brent Cook
cf86bf8581
prefer gnu patch on AIX
2016-01-03 21:20:02 -06:00
Brent Cook
38c577d758
include strings.h in string.h on AIX as well
2016-01-03 21:19:55 -06:00
Brent Cook
07056b2949
-path isn't really needed for perms fixup, and not supported everywhere
2016-01-03 18:55:04 -06:00
Brent Cook
f5a4ee56be
rebase netcat patch
2015-12-28 08:46:59 -06:00
Brent Cook
4a931b58fc
add upstream config.guess/config.sub
...
This adds refreshed OS and CPU detection.
https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html
2015-12-27 22:33:51 -06:00
Brent Cook
53cd105d6e
update check for b64_ntop
...
typo spotted by Jonas 'Sortie' Termansen
2015-12-27 22:12:35 -06:00
Brent Cook
733d581028
note the removed Verisign certificate
2015-12-15 21:38:35 -06:00
Brent Cook
b95c92c62b
update added certs
2015-12-14 19:51:15 -06:00
Brent Cook
3af1387b18
Revert back to GetStdHandle, since it works fine with pipes.
...
Also include the formerly-missing NULL check, since this can fail in two
ways.
2015-12-11 09:22:12 -06:00
Brent Cook
bd8fe5868f
include stdint.h uint*_t
2015-12-11 09:21:43 -06:00
Anthony Novatsis
5727d3274e
Replace STDIN_FILENO with _fileno
...
Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile
errors with Visual Studio 2015 (using CMake).
2015-12-11 16:32:00 +11:00
Brent Cook
4db1ad6797
installing nc(1) should imply building, even if not whitelisted
2015-12-07 08:24:41 -06:00
Brent Cook
28aaab4323
allow optionally installing nc(1) with '--enable-nc'
2015-12-07 08:14:51 -06:00
Brent Cook
19f58fdb1b
rebase windows headers patch
2015-12-07 08:03:44 -06:00
Brent Cook
1988b8f65e
fixup cert.pem path override for libtls, add for nc(1)
...
this also fixes the formatting of help for nc(1)
2015-12-07 07:55:05 -06:00
Brent Cook
905e2a3b80
refresh nc(1) support
2015-12-06 23:32:18 -06:00
Brent Cook
5b49c30cbc
override _PATH_SSL_CA_FILE with OPENSSLDIR at build time
...
fix #160
2015-12-06 20:35:09 -06:00
Brent Cook
fabe122b4e
update changelog
2015-12-06 20:34:32 -06:00
Brent Cook
afcc027da7
only set the console mode if stdin is a console (not a pipe)
...
This allows piping commands and running from a cygwin console.
2015-12-06 16:49:01 -06:00
Brent Cook
75ef5bb160
wrap gets on Windows, replacing '\r\n' with '\n'
2015-12-05 13:58:37 -06:00
Brent Cook
d7317353a9
Update 2.3.2 release notes
2015-12-05 13:29:09 -06:00
Brent Cook
585b57b202
no special workaround needed for MSVC2015
2015-12-02 08:39:22 -06:00
Zhicheng Wei
84f0a9dbda
fix libtls-standalone tests for tls_read and tls_write changed api
2015-11-23 02:11:02 -06:00