--
OpenCDK (Open Crypto Development Kit) provides basic parts
of the OpenPGP message format. The aim of the library is
*not* to replace any available OpenPGP version. There will be
no real support for key management (sign, revoke, alter
preferences, etc) and some other parts are only rudimentary
available. The main purpose is to handle and understand
OpenPGP packets and to use basic operations.
From: Jim Geovedi <jim@corebsd.or.id>
--
ModLogAn is a modular logfile analyzer which is able to analyze
15 logfiles from different servers.
Its template engine generates XHTML based on usersupplied themes
which makes it possible to provide different look and feel.
It's written in C and provides a plugin system.
From: Michael Coulter <mjc@bitz.ca> with some changes from me.
The libtasn1 library is part of GnuTLS and was developed for ASN1
(Abstract Syntax Notation One) structures management.
WWW: http://www.gnutls.org/
from Jim Geovedi <jim@corebsd.or.id> with minor cleanup by me
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptograhic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random
numbers and a lot of supporting functions.
WWW: http://www.gnu.org/directory/security/libgcrypt.html
from Jim Geovedi <jim@corebsd.or.id> with some help from me
The XML Security Library 1.0.X release is a major upgrade from
0.0.X version. The new version includes multiple crypto engines
support (with "out of the box" support for OpenSSL, GnuTLS and NSS);
simplified and cleaned internal structure and API; several performance
and memory usage improvements; new or updated documentation.
- use compface from mail/faces instead of graphics/compface to be
able to use sylpheed and sylpheed-claws simultaneous
Mostly from Jim Geovedi <jim@corebsd.or.id>, ok maintainer