NaCl (pronounced "salt") is a new easy-to-use high-speed software library
for network communication, encryption, decryption, signatures, etc.
NaCl's goal is to provide all of the core operations needed to build
higher-level cryptographic tools.
Sodium is a fork of NaCl with a compatible API. Unlike NaCl, Sodium
performs checks for hardware features at runtime instead of compile time,
making it suitable for packaging.
minor impact in scanlogd), and cutting down the license a bit further,
see http://www.openwall.com/lists/announce/2013/10/21/1 for more.
While there, drop USE_GROFF and rearrange port into Makefile.template order.
is broken on !amd64 64-bit arch which invalidates assumptions in the code.
Workaround by taking a diff from clamav upstream. This fixes a problem reported
by Markus Lude where freshclam signature checks fail - researched by him and
port diff from him (I just added a bit of commentary to the patch file).
sslScanner is an open source Perl application which connects to a range
of hosts/ports which are running SSL based services such as HTTPS.
It then displays the certificate CN and how long is left until the
certificate expires. It also has a mode suitable for use from cron(8),
to alert on certificates expiring within a certain number of days.
Net::SSL::ExpireDate fetches a certificate from the network (SSL) or local
file, obtains its start and expiration dates, and allows validity to be
tested or dates to be returned.
- signature improvements, performance improvements, support for new file
types including ISO9660, Flash, self-extracting 7z files
- more configurable limits
- callbacks added to API
while there, drop run dependency on zoo; clamav actually switched from zoo
to unzoo (which we don't have in ports) in 0.60(!) so this was doing nothing.