import of p5-Crypt-Rijndael 0.05

submitted by Claudio Jeker <cjeker@diehard.n-r-g.com>

This is Crypt::Rijndael, an XS-based implementation of the newly-selected
Advanced Encryption Standard algorithm Rijndael, designed by Joan Daemen
and Vincent Rijmen.

naddy@ OK
This commit is contained in:
sturm 2002-12-04 15:46:51 +00:00
parent 22c8721029
commit 25569f07e8
5 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/04 15:46:51 sturm Exp $
COMMENT= "interface to the rijndael encryption alogorithm aka AES"
DISTNAME= Crypt-Rijndael-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Claudio Jeker <cjeker@diehard.n-r-g.com>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Crypt-Rijndael-0.05.tar.gz) = af8628fee8648f26c94916ef8edf32d9
RMD160 (Crypt-Rijndael-0.05.tar.gz) = 53727dea6eea199a06774e6542360b74a1fcd89e
SHA1 (Crypt-Rijndael-0.05.tar.gz) = 48494cbe2c142d291ee65ec5d8e794836ef82a39

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-rijndael_h,v 1.1.1.1 2002/12/04 15:46:51 sturm Exp $
--- rijndael.h.orig Wed Dec 4 10:35:35 2002
+++ rijndael.h Wed Dec 4 10:30:00 2002
@@ -26,9 +26,10 @@
#define RIJNDAEL_H
#include <stdlib.h>
+#include <sys/types.h>
-typedef unsigned long UINT32;
-typedef unsigned char UINT8;
+typedef u_int32_t UINT32;
+typedef u_int8_t UINT8;
/* Other block sizes and key lengths are possible, but in the context of
* the ssh protocols, 256 bits is the default. */

View File

@ -0,0 +1,3 @@
This is Crypt::Rijndael, an XS-based implementation of the newly-selected
Advanced Encryption Standard algorithm Rijndael, designed by Joan Daemen
and Vincent Rijmen.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/12/04 15:46:51 sturm Exp $
${P5ARCH}/Crypt/Rijndael.pm
${P5ARCH}/auto/Crypt/Rijndael/Rijndael.bs
${P5ARCH}/auto/Crypt/Rijndael/Rijndael.so
man/man3p/Crypt::Rijndael.3p
@dirrm ${P5ARCH}/auto/Crypt/Rijndael