libdkim - an implementation of RFC-4871

Edit Package dkim
http://libdkim.sf.net/

The DKIM project is a portable library that signs and verifies emails using the OpenSSL library.

DomainKeys Identified Mail (DKIM) defines a domain-level authentication framework for email using public-key cryptography and key server technology to permit verification of the source and contents of messages by either Mail Transport Agents (MTAs) or Mail User Agents (MUAs).

Ok..., what does that mean?

Let's break it down into chunks:
* ... domain-level authentication framework for email
DKIM uses DNS to store the public key and policy information. This information can be used to validate an identity associated with an email message.
* using public-key cryptography and key server technology
The DKIM signing algorithm computes a SHA-1 hash of the message header and body and encrypts it using the RSA algorithm and the private key. This signature is stored in the DKIM-Signature: header of the email.
* permit verification of ...
DKIM uses the public key from DNS to decrypt the signature and compares the hash to one computed from the email message.

This package contains only a small executable for generating / verifying DKIM headers.

Refresh
Refresh
Source Files
Filename Size Changed
dkim-manage.sh 0000001016 1016 Bytes
dkim.changes 0000001614 1.58 KB
dkim.spec 0000002870 2.8 KB
libdkim-1.0.21.zip 0000055049 53.8 KB
libdkim-liborder.patch 0000000357 357 Bytes
libdkim.patch 0000001822 1.78 KB
libdkim2.patch 0000003442 3.36 KB
Revision 2 (latest revision is 13)
Peter Conrad's avatar Peter Conrad (p_conrad) committed (revision 2)
- Renamed project to dkim because it doesn't contain any shlibs

- Use LINUX=yes instead of LFLAGS

- Don't strip libdkim.a
- Reverse library order during linking

- Added BuildRequires: unzip

- Created OBS project:
- Removed default keybase from dkim-manage
- Renamed devel package to devel-static
- Added debuginfo macro
- Renamed libdkimtest utility to dkimtest
- Use RPM macros where applicable
- Changed License + Group headers

- Upgrade to 1.0.21

- Fixed umask in dkim-manage.sh

- Added dkim-manage.sh
- Upgrade to 1.0.19

- Initial version
Comments 0
openSUSE Build Service is sponsored by