aboutsummaryrefslogtreecommitdiff
path: root/security/botan
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-21 03:32:40 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-21 03:32:40 +0000
commit61bcddaf9ee8f6f1daadbfa812b5867cb3957804 (patch)
treec72008e5fcca78847b6bdec552308a4ea032fcd3 /security/botan
parent0744c0de68fec5e4ce9d59880194c50bd01e8747 (diff)
downloadports-61bcddaf9ee8f6f1daadbfa812b5867cb3957804.tar.gz
ports-61bcddaf9ee8f6f1daadbfa812b5867cb3957804.zip
update supporting algorithms
Submitted by: Jack Lloyd <lloyd@acm.jhu.edu>
Notes
Notes: svn path=/head/; revision=64737
Diffstat (limited to 'security/botan')
-rw-r--r--security/botan/pkg-descr5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/botan/pkg-descr b/security/botan/pkg-descr
index bd6024225126..82cfb29538ca 100644
--- a/security/botan/pkg-descr
+++ b/security/botan/pkg-descr
@@ -1,13 +1,14 @@
Botan (formerly OpenCL) aims to be a portable, easy to use, and efficient
C++ crypto library. It currently supports the following algorithms:
- Public Key Algorithms: RSA
+ Public Key Algorithms: Diffie-Hellman, DSA, ElGamal, Nyberg-Rueppel,
+ Rabin-Williams, 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
+ SHA2-256, SHA2-512, Tiger, Whirlpool
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