summaryrefslogtreecommitdiff
path: root/security/botan/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-06-30Force inclusion of RDTSC for now. The package makes no attempt to handlejoerg1-0/+12
it, CPUs without are rare and detection at runtime is non-trivial. If this ever becomes an issue, more involved magic should be requested upstream.
2006-03-01Add DragonFly support. Honour CXXFLAGS. Add _DRAGONFLY_SOURCE onjoerg9-6/+169
DragonFly to work around the _POSIX_SOURCE defines, which break cwchar's ::vfwprintf usage (aka ISO C99 extensions).
2006-02-05Use BSD_INSTALL_* instead of INSTALL_*.rillig1-3/+3
2006-02-05Imported botan from .rillig2-0/+66
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: 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, 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 Packaged by Aleksandar Simic <asimic@gmail.com>.