| Commit message (Expand) | Author | Age | Files | Lines |
* | Add names to params | lloyd | 2008-10-13 | 1 | -5/+5 |
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 1 | -7/+81 |
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 1 | -9/+29 |
* | Add name() virtual function in RandomNumberGenerator base class (had been the... | lloyd | 2008-10-12 | 1 | -0/+2 |
* | Fix ECDSA/SHA-160 OID entry | lloyd | 2008-10-11 | 1 | -1/+1 |
* | Add comment attributing source for ECDSA OID | lloyd | 2008-10-11 | 1 | -2/+2 |
* | Add OIDs for ECDSA with SHA-2 from draft-ietf-pkix-sha2-dsa-ecdsa-04.txt | lloyd | 2008-10-11 | 1 | -6/+17 |
* | Add OIDs for ECDSA and ECDSA with EMSA1_BSI padding from InSiTo | lloyd | 2008-10-11 | 1 | -0/+7 |
* | Move DESX into desx.h and desx.cpp | lloyd | 2008-10-08 | 1 | -0/+1 |
* | Add BSI variant of EMSA1, from InSiTo | lloyd | 2008-10-08 | 1 | -0/+12 |
* | Add missing include | lloyd | 2008-10-08 | 1 | -0/+1 |
* | Avoid a memory leak if lookup of a component algorithm of Lion cannot be | lloyd | 2008-10-08 | 1 | -2/+9 |
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 5 | -127/+7 |
* | Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH | lloyd | 2008-10-08 | 1 | -2/+3 |
* | Fix problems with disabling ECDSA | lloyd | 2008-10-08 | 2 | -0/+4 |
* | Split ecdsa module into ecc_key, ecdsa, eckaeg | lloyd | 2008-10-08 | 2 | -1/+20 |
* | Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 that | lloyd | 2008-10-02 | 3 | -17/+11 |
* | Reorg includes | lloyd | 2008-10-01 | 1 | -3/+2 |
* | Avoid unused parameter warning when ECDSA is enabled in build | lloyd | 2008-10-01 | 1 | -6/+6 |
* | Add needed include of ec_dompar.h | lloyd | 2008-10-01 | 1 | -0/+1 |
* | Document dependencies between modules | lloyd | 2008-10-01 | 2 | -3/+4 |
* | Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1 | lloyd | 2008-10-01 | 4 | -2/+20 |
* | Move get_pbe from libstate to new pbe_base module (in pbe/) | lloyd | 2008-10-01 | 3 | -111/+0 |
* | Move look_pk from libstate to pubkey/pubkey as more appropriate | lloyd | 2008-10-01 | 3 | -114/+0 |
* | Handle building Botan with almost all public key code disabled (though only | lloyd | 2008-10-01 | 3 | -7/+42 |
* | Line wrap | lloyd | 2008-10-01 | 1 | -1/+1 |
* | Move last pieces of algorithm-specific code from general 'pubkey' module | lloyd | 2008-10-01 | 1 | -2/+18 |
* | Split Diffie-Hellman off almost completely, such that nearly none of | lloyd | 2008-10-01 | 7 | -86/+35 |
* | Guard uses of ECDSA in the library with BOTAN_HAS_ECDSA macro, so it can | lloyd | 2008-10-01 | 3 | -1/+13 |
* | propagate from branch 'net.randombit.botan' (head 9524e848cdacd0b56ded9bd6b51... | lloyd | 2008-09-30 | 3 | -0/+75 |
* | Have RNG::make_rng throw an exception rather than return NULL | lloyd | 2008-09-30 | 1 | -3/+5 |
* | Use the lookup.h functions instead of calling this's find_hash, etc to | lloyd | 2008-09-30 | 1 | -9/+16 |
* | Correctly handle Randpool enabled but X9.31 not | lloyd | 2008-09-30 | 1 | -6/+7 |
* | Correct libstate module name, macro, deps | lloyd | 2008-09-30 | 1 | -7/+2 |
* | Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1 | lloyd | 2008-09-30 | 2 | -7/+26 |
* | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 2 | -10/+21 |
* | Remove lookup dependency on CMAC: takes a BlockCipher as constructor arg | lloyd | 2008-09-30 | 1 | -3/+6 |
* | Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4] | lloyd | 2008-09-30 | 2 | -12/+16 |
* | Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (the | lloyd | 2008-09-30 | 1 | -4/+11 |
* | Move allocator base code into core/, alloc_mmap to alloc/ | lloyd | 2008-09-30 | 8 | -9/+739 |
* | Move modules.* to libstate | lloyd | 2008-09-30 | 2 | -0/+0 |
* | Move datastore from core to utils | lloyd | 2008-09-30 | 3 | -230/+0 |
* | Split off part of the core module into libstate (basically the whole | lloyd | 2008-09-30 | 26 | -31/+252 |
* | Remove unneeded includes | lloyd | 2008-09-30 | 1 | -4/+0 |
* | Add dep on timer_base in core | lloyd | 2008-09-30 | 1 | -0/+1 |
* | Remove unneeded include of timers.h | lloyd | 2008-09-30 | 1 | -1/+0 |
* | Add missing files | lloyd | 2008-09-29 | 2 | -0/+80 |
* | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 6 | -12/+177 |
* | Better dependency handling | lloyd | 2008-09-29 | 1 | -3/+0 |
* | Put only the implementation of BigInt in src/bigint, mathematical functions | lloyd | 2008-09-29 | 2 | -1/+27 |