From 0b6b506536c1ff50f1531d26be2fccfe86c74335 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- security/rsaref/DESCR | 20 ++++++++++++++++++++ security/rsaref/PLIST | 16 ++++++++++++++++ security/rsaref/pkg/DESCR | 20 -------------------- security/rsaref/pkg/PLIST | 16 ---------------- 4 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 security/rsaref/DESCR create mode 100644 security/rsaref/PLIST delete mode 100644 security/rsaref/pkg/DESCR delete mode 100644 security/rsaref/pkg/PLIST (limited to 'security/rsaref') diff --git a/security/rsaref/DESCR b/security/rsaref/DESCR new file mode 100644 index 00000000000..15d857ee93d --- /dev/null +++ b/security/rsaref/DESCR @@ -0,0 +1,20 @@ +RSAREF is a free, portable software developer's library of popular +encryption and authentication algorithms. The name "RSAREF" means +"RSA reference." RSA Laboratories intends RSAREF to serve as a free, +educational reference implementation of modern public- and secret-key +cryptography. + +RSAREF 2.0 supports the following algorithms: + + o RSA encryption and key generation, as defined by RSA + Laboratories' Public-Key Cryptography Standards (PKCS) + + o MD2 and MD5 message digests + + o DES (Data Encryption Standard) in cipher-block chaining mode + + o Diffie-Hellman key agreement + + o DESX, RSA Data Security's efficient, secure DES enhancement + + o Triple-DES, for added security with three DES operations diff --git a/security/rsaref/PLIST b/security/rsaref/PLIST new file mode 100644 index 00000000000..1d1e8936543 --- /dev/null +++ b/security/rsaref/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:40 zuntum Exp $ +include/rsaref/des.h +include/rsaref/global.h +include/rsaref/md2.h +include/rsaref/md5.h +include/rsaref/rsa.h +include/rsaref/rsaref.h +lib/librsaref.a +lib/librsaref.la +lib/librsaref.so +lib/librsaref.so.3 +lib/librsaref.so.3.0 +share/doc/rsaref/info.txt +share/doc/rsaref/rsaref.txt +@dirrm share/doc/rsaref +@dirrm include/rsaref diff --git a/security/rsaref/pkg/DESCR b/security/rsaref/pkg/DESCR deleted file mode 100644 index 15d857ee93d..00000000000 --- a/security/rsaref/pkg/DESCR +++ /dev/null @@ -1,20 +0,0 @@ -RSAREF is a free, portable software developer's library of popular -encryption and authentication algorithms. The name "RSAREF" means -"RSA reference." RSA Laboratories intends RSAREF to serve as a free, -educational reference implementation of modern public- and secret-key -cryptography. - -RSAREF 2.0 supports the following algorithms: - - o RSA encryption and key generation, as defined by RSA - Laboratories' Public-Key Cryptography Standards (PKCS) - - o MD2 and MD5 message digests - - o DES (Data Encryption Standard) in cipher-block chaining mode - - o Diffie-Hellman key agreement - - o DESX, RSA Data Security's efficient, secure DES enhancement - - o Triple-DES, for added security with three DES operations diff --git a/security/rsaref/pkg/PLIST b/security/rsaref/pkg/PLIST deleted file mode 100644 index 9e54ba4a576..00000000000 --- a/security/rsaref/pkg/PLIST +++ /dev/null @@ -1,16 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2001/01/04 15:10:56 agc Exp $ -include/rsaref/des.h -include/rsaref/global.h -include/rsaref/md2.h -include/rsaref/md5.h -include/rsaref/rsa.h -include/rsaref/rsaref.h -lib/librsaref.a -lib/librsaref.la -lib/librsaref.so -lib/librsaref.so.3 -lib/librsaref.so.3.0 -share/doc/rsaref/info.txt -share/doc/rsaref/rsaref.txt -@dirrm share/doc/rsaref -@dirrm include/rsaref -- cgit v1.2.3