This website requires JavaScript.
77a2a9f3ef
remove check-in .def and ignore .sym files
Brent Cook
2016-11-05 08:47:54 -05:00
7770e4f2e4
implement support for hiding symbols in libtls / libssl
Brent Cook
2016-11-05 08:44:35 -05:00
348362416d
remove krb5 from cmake
Brent Cook
2016-11-05 06:24:55 -05:00
19457d72b0
enable preprocessor on all ASM files with cmake
Brent Cook
2016-11-05 06:16:19 -05:00
03a321e558
disable symbol hiding for now
Brent Cook
2016-11-05 06:16:07 -05:00
659aff9fa7
updates for latest build changes
Brent Cook
2016-11-05 05:21:29 -05:00
a241b876e9
update windows header patches
Brent Cook
2016-11-04 11:08:47 -05:00
d3abaf5fe7
Add tls_ocsp.c to Makefile.am and CMakeLists.txt
kinichiro
2016-11-04 22:43:34 +09:00
cb63e63370
define PATH_MAX in more msvc versions
Brent Cook
2016-10-30 23:14:03 -05:00
2570ad9344
set correct DEFAULT_CA_FILE path
Brent Cook
2016-10-30 21:43:28 -05:00
332c2eeaa3
remove unneeded slash after DESTDIR
kinichiro
2016-10-20 18:16:05 +09:00
14905877a0
Enable tests on Visual Studio
kinichiro
2016-10-18 17:13:56 +09:00
b434123987
modify for Intel C++ Compiler
kinichiro
2016-10-06 11:30:55 +09:00
62f2a73061
export DLLs functions for MSVC with CMake
kinichiro
2016-09-06 23:25:28 +09:00
e168f3b0bc
More changelog updates
Brent Cook
2016-09-23 06:21:43 -05:00
9ba1224ed4
update changelog
Brent Cook
2016-09-23 06:13:08 -05:00
a896814187
Update changelog
Brent Cook
2016-09-23 05:40:01 -05:00
b7ba692f72
ensure that __STRING works
Brent Cook
2016-09-14 23:40:10 -05:00
df20769977
remove cms
Brent Cook
2016-09-14 08:49:53 -05:00
08837a82b6
more cdefs.h removal
Brent Cook
2016-09-04 09:04:01 -05:00
5532f007d3
Land #203 , add libtls callback API
Brent Cook
2016-09-04 08:58:30 -05:00
6f24864a73
cdefs.h should not be required anywhere
Brent Cook
2016-09-04 07:57:13 -05:00
6040ff04b0
wire up sys/types.h to pull in sys/cdefs.h
Brent Cook
2016-09-04 07:38:16 -05:00
93be612b5c
rebase nc(1) patch
Brent Cook
2016-09-04 05:42:23 -05:00
5bb829d86d
Land #219 , build Windows DLLs with CMake
Brent Cook
2016-09-04 05:00:31 -05:00
22dcefee4e
update for new repository layout
Brent Cook
2016-09-02 12:43:30 -05:00
5ea2a55cc7
enable tls_ext_alpn regression test
kinichiro
2016-08-30 00:57:10 +09:00
829b21581f
build Windows DLL on CMake
Satoshi Yasushima
2016-08-25 18:17:27 +09:00
971892766d
build MinGW on CMake
Satoshi Yasushima
2016-08-25 18:17:12 +09:00
8edd509e2c
Land #217 , Set _PATH_SSL_CA_FILE to the tarball internal path for regression tests
Brent Cook
2016-08-13 11:52:06 -05:00
439de92dc6
Land #216 , check for telnet.h before building nc
Brent Cook
2016-08-13 11:44:30 -05:00
fab6e1f251
Land #215 , update cmake builds for darwin
Brent Cook
2016-08-13 11:43:38 -05:00
9e25f75800
remove DEFAULT_CA_FILE patch, since libtls handles this by default
Brent Cook
2016-08-13 11:42:21 -05:00
fef54aef36
Set _PATH_SSL_CA_FILE to the tarball internal path for regression tests
kinichiro
2016-08-12 16:27:18 +09:00
83e9741dc6
Disable netcat if arpa/telnet.h is not available (iOS)
jacob berkman
2016-08-09 15:04:45 -07:00
2d987d32e6
compat gentroy() for macs is called gentropy_osx.c
Tamer Saadeh
2016-08-07 11:56:14 +02:00
36aafbb241
Set _PATH_SSL_CA_FILE to either CMAKE_INSTALL_PREFIX or OPENSSLDIR for the OCSP tests so that OCSP tests can be executed on a system without /etc/ssl/cert.pem
Geoff Beier
2016-08-01 21:28:53 -04:00
7a46efa40d
update changelog for 2.4.2
Brent Cook
2016-07-31 17:55:50 -05:00
a7f754a663
set link library dependencies with MSVC, fixes #221
Brent Cook
2016-07-31 17:11:19 -05:00
1fde1eaa44
properly enable strnlen checks for MSVC
Brent Cook
2016-07-31 17:10:39 -05:00
1b10e48a1f
Fix typo in USE_BUILTIN_ARC4RANDOM check
celan69
2016-07-19 12:11:28 +02:00
a9332ccecf
avoid BSWAP assembly for ARM <= v6
Brent Cook
2016-07-17 18:12:23 -05:00
fa435db8df
format 64-bit int portably (windows wants %l64d)
Brent Cook
2016-07-17 17:37:16 -05:00
618c32e4a1
don't build nc with MSVC
Brent Cook
2016-07-11 03:14:23 -05:00
b13529f791
Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default"
Brent Cook
2016-07-09 12:40:22 -05:00
30adf9c06e
remove DEFAULT_CA_FILE patch, since libtls handles this by default
Brent Cook
2016-07-07 07:27:39 -05:00
23083e7724
include OCSP test script
kinichiro
2016-07-05 20:33:16 +09:00
aab671088d
add OCSP test
Brent Cook
2016-07-04 23:29:39 -05:00
ccf66c469f
update for netcat changes
Brent Cook
2016-06-30 20:00:29 -05:00
ec4c98718d
refine netcat patch
Brent Cook
2016-06-30 08:18:03 -05:00
13b7ac8ada
update netcat patch
Brent Cook
2016-06-30 05:49:38 -05:00
a69063be10
Portable code part for callbacks in accept/connect
Tobias Pape
2016-06-28 03:29:54 +02:00
ddb22413ed
update NetBSD recommendation
Brent Cook
2016-06-07 07:10:21 -05:00
2cbdc049bb
Changelog for 2.4.1
Brent Cook
2016-06-06 04:57:01 -05:00
4a9e42808c
Land #197 , include platform linker flags in the .pc files
Brent Cook
2016-06-03 05:14:04 -05:00
de4a123930
pc: add platform-specific libs to Libs.private
Martin Herkt
2015-08-27 20:54:29 +02:00
72ce1e1c9f
Update changelog
Brent Cook
2016-05-30 17:19:22 -05:00
0c4d1b9cef
update changelog
Brent Cook
2016-05-30 11:24:10 -05:00
1f6f1a3527
Update changelog
Brent Cook
2016-05-30 09:02:59 -05:00
7b420734d4
update changelog
Brent Cook
2016-05-02 22:51:07 -05:00
ff021e8abd
rebase netcat patch
Brent Cook
2016-05-30 11:08:43 -05:00
40974784c0
add constant_time_locl.h
Brent Cook
2016-05-02 22:46:25 -05:00
552817b77f
Land #192 , fix fix ld warning "attempted multiple inclusion of file" on Solaris
Brent Cook
2016-05-02 02:03:03 -05:00
5582be55b4
Land #190 , Enable cmake on Solaris
Brent Cook
2016-05-02 02:00:55 -05:00
a653a67a1e
Land #189 , Added extra cmake build options like autotools builds
Brent Cook
2016-05-02 01:58:18 -05:00
466e389d3f
check linker flags before checking for functions
Brent Cook
2016-04-24 03:29:14 -05:00
02e1cc4df1
fix ld warning "attempted multiple inclusion of file" on Solaris
kinichiro
2016-04-21 14:49:39 +09:00
49eabdcb16
organize enabling asm condition in cmake
kinichiro
2016-04-15 14:24:00 +09:00
08089a1b20
fix cmake on Solaris
kinichiro
2016-04-15 01:11:19 +09:00
bda62f7fe4
add cmake build options
kinichiro
2016-04-11 12:59:23 +09:00
c94670a8cd
add cmake uninstall functionality
kinichiro
2016-04-07 15:10:01 +09:00
752ad82d33
Land #188 , add ASM support for cmake builds
Brent Cook
2016-04-09 12:08:26 -05:00
2510a5e6f9
modify cmake to build nc
kinichiro
2016-04-07 15:08:12 +09:00
9a98de6c34
Land #185 , fix MINGW and CYGWIN builds with cmake
Brent Cook
2016-04-09 11:50:37 -05:00
34bf322e6e
Land #184 , execute tests that require srcdir environment variable with cmake
Brent Cook
2016-04-09 11:49:53 -05:00
d9b0838432
Land #183 , fix cmake on HP-UX
Brent Cook
2016-04-09 11:49:29 -05:00
e1f8a1e160
modify cmake to build ASM
kinichiro
2016-04-08 15:09:07 +09:00
177e13159b
add condition for setting BUILD_SHARED (cmake)
kinichiro
2016-04-05 15:31:41 +09:00
cf45f2bdfd
execute tests that require srcdir environment variable with cmake
kinichiro
2016-04-05 10:02:35 +09:00
3207606f11
fix cmake on HP-UX
kinichiro
2016-04-04 11:28:46 +09:00
2997b8577c
set project LANGUAGES to C
kinichiro
2016-03-30 16:10:19 +09:00
02b00b5c07
set cmake_minimum_required to 2.8.8
kinichiro
2016-03-30 12:52:16 +09:00
8131b377bf
update changelog
Brent Cook
2016-03-21 05:01:12 -05:00
04ceeb2c75
updated changelog
Brent Cook
2016-03-21 04:47:24 -05:00
9a0f8a424b
set windows binary OPENSSLDIR to something plausible
Brent Cook
2016-03-21 04:37:01 -05:00
14aa5f73ab
modify include/compat/netinet/ip.h
kinichiro
2016-03-13 19:17:24 +09:00
05f3422a9b
fix check for strlcat
Brent Cook
2016-03-12 17:10:03 -06:00
be3b129221
add install_sw alias for latest nginx
Brent Cook
2016-03-12 17:07:28 -06:00
2c751b1cf9
update man links
Brent Cook
2016-02-29 05:20:58 -06:00
d4d040c171
add things to minimize diffs with OpenNTPD-portable
Brent Cook
2016-02-15 13:39:06 -06:00
9df51efab0
updated changelog
Brent Cook
2016-01-27 12:33:34 -06:00
8c91563f60
add solaris include for getentropy(2)
Brent Cook
2016-01-18 09:50:23 -06:00
d0ff644edc
package pidwraptest.sh script
Brent Cook
2016-01-03 21:19:11 -06:00
35e669fd1a
whitelist NetBSD 7.0 native arc4random(3) implementation.
Brent Cook
2016-01-03 20:47:20 -06:00
d0009039de
enable nc on AIX
Brent Cook
2016-01-03 19:08:20 -06:00
07e541cc2e
replace err.h macros with inline functions
Brent Cook
2016-01-03 19:05:05 -06:00
cf86bf8581
prefer gnu patch on AIX
Brent Cook
2016-01-03 19:00:25 -06:00
38c577d758
include strings.h in string.h on AIX as well
Brent Cook
2016-01-03 18:56:24 -06:00
07056b2949
-path isn't really needed for perms fixup, and not supported everywhere
Brent Cook
2016-01-03 18:55:04 -06:00
f5a4ee56be
rebase netcat patch
Brent Cook
2015-12-28 08:46:59 -06:00