aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Move what is left of the uncategorized library to 'core'. There is stilllloyd2008-09-2929-2194/+0
* Move timer base class into a module, add dep from other timer moduleslloyd2008-09-291-29/+0
* More headers (loadstore, mem_ops, rotate, types) for util modulelloyd2008-09-284-376/+0
* Move mode padding schemes to modes/mode_pad modulelloyd2008-09-281-79/+0
* Move stl_util and (forgotten again) modinfo.txt to utils modulelloyd2008-09-281-84/+0
* Move parsing.{h,cpp} to utils modulelloyd2008-09-281-39/+0
* Move util functions into utils/ modulelloyd2008-09-286-297/+0
* Move get_pbe into lookup.h to avoid cyclical dependencylloyd2008-09-282-39/+7
* Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to ...lloyd2008-09-281-35/+0
* Remove old decllloyd2008-09-281-9/+0
* Move Default_Mutex (now Noop_Mutex) into modulelloyd2008-09-282-11/+17
* Move allocator code to secalloc/allocators modulelloyd2008-09-285-398/+0
* New filters module. Add deps for it in some needed areas (codec, pbes)lloyd2008-09-288-468/+0
* Move buf_es into module, add deps where neededlloyd2008-09-281-39/+0
* Move startup selftest into modulelloyd2008-09-281-20/+0
* PEM codec modulelloyd2008-09-281-33/+0
* Move hash_id into modulelloyd2008-09-281-22/+0
* Put OpenPGP codec routines into codec/openpgp modulelloyd2008-09-281-32/+0
* Move all BigInt stuff into bigint/. Currently all asm modules are disabled;lloyd2008-09-2812-873/+9
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-288-704/+0
* Add dl_algo and dl_group moduleslloyd2008-09-282-135/+0
* Modularize PBEs (password-based encryption schemes)lloyd2008-09-281-70/+0
* Modularize IF family PK algorithms (integer factorization; RSA and RW baselloyd2008-09-281-58/+0
* Modularize the public key algorithms, though currently a great deal oflloyd2008-09-286-352/+0
* Modularize MGF1. Make EME1 and EMSA4 depend on itlloyd2008-09-281-33/+0
* Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-281-40/+0
* Create an x509 module containing all of the X509 certificate and CAlloyd2008-09-2811-954/+0
* Split def_ops into multiple files. Modularize DLIESlloyd2008-09-281-53/+0
* Modularize RNG implementationslloyd2008-09-282-89/+0
* Modularize CMAC and HMAClloyd2008-09-282-75/+0
* Modularize cipher modeslloyd2008-09-287-326/+0
* Modularize KDFs, PBKDFs, and PRFslloyd2008-09-283-156/+0
* Modularize EME1 and PKCS #1 v1.5 EMElloyd2008-09-281-48/+0
* Modularize EMSAlloyd2008-09-281-122/+0
* Modularize CBC-MAClloyd2008-09-281-36/+0
* Modularize SSLv3 MAC and X9.19 MACs. Fix some feature macro inconsistencies.lloyd2008-09-282-70/+0
* Modularize hashes and checksumslloyd2008-09-2814-500/+0
* Modularize all cipherslloyd2008-09-2828-1148/+0
* Modularize the Adler32 checksum in checksums/adler32lloyd2008-09-281-1/+1
* Rename header guards in modules from BOTAN_EXT_ to BOTAN_ for consistencylloyd2008-09-281-33/+0
* Add back from Ajisai 0.5.0 the implementations of the SSLv3 MAC and PRFlloyd2008-09-272-5/+63
* Expose CMAC::poly_double as a static function since it looks like I maylloyd2008-09-241-0/+4
* Make DSA param generation interfaces in DL_Group publiclloyd2008-09-181-9/+10
* Add an optimization suggested by Yves Jerschow to combine the fourlloyd2008-09-171-4/+4
* Add a patch sent by Tim Burris <[email protected]> adding private operator= lloyd2008-09-173-1/+28
* Change the constructor for LubyRackoff. Previously it took a string,lloyd2008-09-151-2/+3
* Remove the cache for BigInt::sig_words. I'm baffled how it is it workslloyd2008-09-151-67/+24
* Update BigInt::grow_reg and grow_to to be non-constlloyd2008-09-151-2/+2
* Make MemoryRegion members non-mutable, change const declslloyd2008-09-151-8/+8
* Slight cleanup in loop iterationlloyd2008-09-151-2/+2