|
...
|
...
|
@@ -3,6 +3,16 @@ ClamAV for Win32
|
|
3
|
3
|
|
|
4
|
4
|
--- News ---
|
|
5
|
5
|
|
|
|
6
|
+In order to support more advanced features planned in future releases,
|
|
|
7
|
+ClamAV has switched to using OpenSSL for hashing. The ClamAV Visual Studio
|
|
|
8
|
+project included with ClamAV's source code requires the OpenSSL
|
|
|
9
|
+distributables to be placed in a specific directory. This article will
|
|
|
10
|
+teach you how to compile OpenSSL on a Microsoft Windows system and how
|
|
|
11
|
+to link ClamAV against OpenSSL.
|
|
|
12
|
+
|
|
|
13
|
+Read More here:
|
|
|
14
|
+ http://blog.clamav.net/2014/07/compiling-openssl-for-windows.html
|
|
|
15
|
+
|
|
6
|
16
|
Starting from version 0.98 the windows version of ClamAV requires all the
|
|
7
|
17
|
input to be UTF-8 encoded.
|
|
8
|
18
|
This affects:
|