summaryrefslogtreecommitdiff
path: root/security/opencdk
AgeCommit message (Collapse)AuthorFilesLines
2003-12-21This needs gettext-lib's buildlink, reported by Soren Jacobsen PRxtraeme2-2/+5
pkg/23765. Bump PKGREVISION.
2003-12-06Updated to 0.5.3, provided by Min Sik Kim PR pkg/23322.xtraeme4-12/+10
Changes: * Added a compile time check for vasprintf. * The unsigned long types were changed to unsigned int. * Internal message digest and symmetric crypto library to simplify to include parts of OpenCDK into an own application. * Huge interface and naming changes to enhance the readability of the code. Several code cleanups which means some functions are not public any longer. No backward compatibility to force client applications to change the interface as soon as possible. * Simplified API for listing keys. * Extended key node (KBNODE) API to extract attributes more easier. * Signature sub packet API is now public. * Read-only support for revocation keys. * Bug fix to prevent possible DOS memory attack. * Support for literal partial body packets. And more...
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-14wip->security.salo1-2/+2
2003-05-14Import of opencdk-0.4.5: Open Crypto Development Kit.salo5-0/+94
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, ...) and some other parts are only rudimentary available. The main purpose is to handle and understand OpenPGP packets and to use basic operations. For example to encrypt/decrypt or to sign/verify and packet routines. Provided by Juan RP via pkgsrc-wip with some modifications by me.