diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-12 03:45:30 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-12 03:45:30 +0000 |
commit | 2d280e03e6c5ff0d183e4a7a86ee2a2461dc6579 (patch) | |
tree | 8b9d7b1d783f2ebc79ace933e863315d95d75e16 /security | |
parent | 266603abd8506106fbf5ac560460426a06f306ee (diff) | |
download | FreeBSD-ports-2d280e03e6c5ff0d183e4a7a86ee2a2461dc6579.zip FreeBSD-ports-2d280e03e6c5ff0d183e4a7a86ee2a2461dc6579.tar.gz |
fix current state
Submitted by: Jack Lloyd <lloyd@acm.jhu.edu>
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/pkg-descr | 19 | ||||
-rw-r--r-- | security/opencl/pkg-descr | 19 |
2 files changed, 20 insertions, 18 deletions
diff --git a/security/botan/pkg-descr b/security/botan/pkg-descr index d45a42c..4049472 100644 --- a/security/botan/pkg-descr +++ b/security/botan/pkg-descr @@ -1,14 +1,15 @@ OpenCL aims to be a portable, easy to use, and efficient C++ crypto library. It currently supports the following algorithms: - Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST, - IDEA, Luby-Rackoff, MISTY1, RC2, RC5, RC6, Rijndael, SAFER-SK128, - Serpent, SHARK, Skipjack, Square, TEA, Threeway, Twofish, XTEA - Stream Ciphers: ARC4, ISAAC, SEAL - Hash Functions: HAVAL, MD2, MD4, MD5, RIPE-MD128, RIPE-MD160, SHA-1, - SHA2-256, SHA2-512, Tiger - MACs: EMAC, HMAC, MD5MAC - Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG - Cipher Modes: CBC w/ Padding, CFB, OFB, Counter + Public Key Algorithms: RSA + Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST, IDEA, + Lion, Luby-Rackoff, MISTY1, RC2, RC5, RC6, Rijndael, SAFER-SK128, + Serpent, SHARK, Skipjack, Square, TEA, Threeway, Twofish, XTEA + Stream Ciphers: ARC4, ISAAC, SEAL + Hash Functions: HAVAL, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, + SHA2-256, SHA2-512, Tiger + MACs: EMAC, HMAC, MD5-MAC, ANSI X9.19 MAC + Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG + Cipher Modes: CBC w/ Padding, CTS, CFB, OFB, Counter WWW: http://opencl.sourceforge.net/ diff --git a/security/opencl/pkg-descr b/security/opencl/pkg-descr index d45a42c..4049472 100644 --- a/security/opencl/pkg-descr +++ b/security/opencl/pkg-descr @@ -1,14 +1,15 @@ OpenCL aims to be a portable, easy to use, and efficient C++ crypto library. It currently supports the following algorithms: - Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST, - IDEA, Luby-Rackoff, MISTY1, RC2, RC5, RC6, Rijndael, SAFER-SK128, - Serpent, SHARK, Skipjack, Square, TEA, Threeway, Twofish, XTEA - Stream Ciphers: ARC4, ISAAC, SEAL - Hash Functions: HAVAL, MD2, MD4, MD5, RIPE-MD128, RIPE-MD160, SHA-1, - SHA2-256, SHA2-512, Tiger - MACs: EMAC, HMAC, MD5MAC - Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG - Cipher Modes: CBC w/ Padding, CFB, OFB, Counter + Public Key Algorithms: RSA + Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST, IDEA, + Lion, Luby-Rackoff, MISTY1, RC2, RC5, RC6, Rijndael, SAFER-SK128, + Serpent, SHARK, Skipjack, Square, TEA, Threeway, Twofish, XTEA + Stream Ciphers: ARC4, ISAAC, SEAL + Hash Functions: HAVAL, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, + SHA2-256, SHA2-512, Tiger + MACs: EMAC, HMAC, MD5-MAC, ANSI X9.19 MAC + Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG + Cipher Modes: CBC w/ Padding, CTS, CFB, OFB, Counter WWW: http://opencl.sourceforge.net/ |