aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modularize the public key algorithms, though currently a great deal oflloyd2008-09-2816-68/+235
* Drop todo, scratchpad:lloyd2008-09-281-45/+0
* More tracing. Print enabled modules in a block at the endlloyd2008-09-281-2/+8
* Rename compression->compress and allocation->secalloclloyd2008-09-2813-0/+0
* Split up asm modules into appropriate (topic-specific) modules, eglloyd2008-09-2829-5/+0
* Modularize MGF1. Make EME1 and EMSA4 depend on itlloyd2008-09-285-1/+14
* Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-2817-18/+61
* Move all modules into src/ directorylloyd2008-09-28368-9/+7
* Allow test suite to build even if RNG or DLIES is missinglloyd2008-09-282-4/+22
* Create an x509 module containing all of the X509 certificate and CAlloyd2008-09-2825-37/+81
* Add convenience aliases for --disable-moduleslloyd2008-09-281-0/+4
* Add DLIES mod configlloyd2008-09-281-0/+10
* Use File::Find instead of a glob, to find modinfo.txt in any directorylloyd2008-09-281-1/+17
* Misparsed realname due to # in namelloyd2008-09-281-1/+1
* Split def_ops into multiple files. Modularize DLIESlloyd2008-09-288-355/+423
* Modularize RNG implementationslloyd2008-09-2810-210/+247
* Add modinfo for CMAC and HMAClloyd2008-09-282-0/+20
* Modularize CMAC and HMAClloyd2008-09-285-2/+13
* Modularize cipher modeslloyd2008-09-2825-7/+212
* Add missing fileslloyd2008-09-2816-0/+365
* Modularize KDFs, PBKDFs, and PRFslloyd2008-09-2812-222/+94
* Add unknown modinfos for MACslloyd2008-09-282-0/+20
* Oops, add unknown modinfos and headerslloyd2008-09-2813-0/+280
* Modularize EME1 and PKCS #1 v1.5 EMElloyd2008-09-289-24/+22
* Modularize EMSAlloyd2008-09-288-153/+65
* Modularize CBC-MAClloyd2008-09-283-0/+10
* Modularize SSLv3 MAC and X9.19 MACs. Fix some feature macro inconsistencies.lloyd2008-09-28107-7/+18
* Modularize hashes and checksumslloyd2008-09-2845-15/+227
* Fix undef warninglloyd2008-09-281-1/+3
* Modularize all cipherslloyd2008-09-2898-29/+482
* Modularize the Adler32 checksum in checksums/adler32lloyd2008-09-2811-59/+93
* Rename header guards in modules from BOTAN_EXT_ to BOTAN_ for consistencylloyd2008-09-2826-48/+48
* Made a warn into print for testing, but it should stay a warnlloyd2008-09-281-1/+1
* This is the first checkin to net.randombit.botan.modularized, whichlloyd2008-09-28111-21/+33
* Add comment explaining why EAX tests for XTEA, Skipjack, and Noekeonlloyd2008-09-271-6/+19
* Add the set of EAX test vectors from libtomcryptlloyd2008-09-271-0/+461
* Fix link for EAX tet proglloyd2008-09-272-2/+5
* Update readme and log for 1.7.13 release1.7.13lloyd2008-09-272-3/+3
* Document addition of SSL/TLS functionslloyd2008-09-271-0/+1
* Add back from Ajisai 0.5.0 the implementations of the SSLv3 MAC and PRFlloyd2008-09-278-5/+537
* Add a program that reads a set of test vectors for EAX mode using severallloyd2008-09-271-0/+227
* Uptick version to 1.7.13lloyd2008-09-273-2/+8
* Expose CMAC::poly_double as a static function since it looks like I maylloyd2008-09-242-11/+14
* Split EAX decryption into its own filelloyd2008-09-242-113/+127
* Add an example database row encryptorlloyd2008-09-241-0/+134
* If the Zlib module is not compiled in, don't #error and abort the wholelloyd2008-09-242-5/+6
* Fail at runtime if bzip2 is not compiled in, instead of compile timelloyd2008-09-241-3/+9
* Add -m64 flag for Sun Forte on amd64lloyd2008-09-221-0/+1
* Update for 1.7.12 release 2008-09-181.7.12lloyd2008-09-182-2/+2
* Make DSA param generation interfaces in DL_Group publiclloyd2008-09-181-9/+10