From 121c11d4261ee74b50038151de0251361d63a980 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 29 Apr 2009 04:14:04 +0000 Subject: [PATCH] Install and use ca-bundle.crt on Unix. Rename ncat/ncat_exec.c to ncat/ncat_posix.c as it now contains POSIX-specific functiosn beyond exec-related ones. --- CHANGELOG | 6 ++++++ nmap.spec.in | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 48cf9dbfc..e19b72588 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,12 @@ o [Ncat] In SSL mode, Ncat now always uses secure connections, meaning prioritize either speed or security; Ncat uses security while version detection and NSE continue to use speed. [David] +o [Ncat] To enable certificate verification on systems whose default + trusted certificate stores aren't eaily usable by OpenSSL, we + install a set extracted from Windows in the file ca-bundle.crt. The + trusted contents of this file are added to whatever default trusted + certificates the operating system may provide. [David] + o The official Windows binaries are now compiled with MS Visual C++ 2008 Express Edition SP1 rather than the RTM version. We also now distribute the matching SP1 version of the MS runtime components diff --git a/nmap.spec.in b/nmap.spec.in index a1e034d8a..85a21f744 100644 --- a/nmap.spec.in +++ b/nmap.spec.in @@ -90,6 +90,7 @@ uses. %defattr(-,root,root) %doc %{_prefix}/share/man/man1/ncat.1.gz %{_bindir}/ncat +%{_datadir}/ncat %endif